File tree 2 files changed +10
-4
lines changed
NppJSONViewer/NppJsonViewer
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 166
166
//
167
167
168
168
VS_VERSION_INFO VERSIONINFO
169
- FILEVERSION 2,0,5 ,0
170
- PRODUCTVERSION 2,0,5 ,0
169
+ FILEVERSION 2,0,6 ,0
170
+ PRODUCTVERSION 2,0,6 ,0
171
171
FILEFLAGSMASK 0x3fL
172
172
#ifdef _DEBUG
173
173
FILEFLAGS 0x1L
@@ -184,12 +184,12 @@ BEGIN
184
184
BEGIN
185
185
VALUE "CompanyName", "Kapil Ratnani"
186
186
VALUE "FileDescription", "Notepad++ plugin for JSON file"
187
- VALUE "FileVersion", "2.0.5 .0"
187
+ VALUE "FileVersion", "2.0.6 .0"
188
188
VALUE "InternalName", "JSONViewer"
189
189
VALUE "LegalCopyright", "Copyright � 2023"
190
190
VALUE "OriginalFilename", "NPPJSONViewer.dll"
191
191
VALUE "ProductName", "JSONViewer plugin for Notepad++"
192
- VALUE "ProductVersion", "2.0.5 .0"
192
+ VALUE "ProductVersion", "2.0.6 .0"
193
193
END
194
194
END
195
195
BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ This plugin is meant to display a JSON string in a Treeview. It also marks the e
15
15
16
16
## Latest Updates:
17
17
18
+ ### 2.0.6.0
19
+ 1 . New feature:
20
+ 1 . Replace value 'undefined' with 'null'. This is configurable feature.
21
+ 2 . Bug/regression fixes:
22
+ 1 . Cyrillic text is not properly shown in json tree view dialog
23
+
18
24
### 2.0.5.0
19
25
1 . New feature:
20
26
1 . Make json highlighter configurable
You can’t perform that action at this time.
0 commit comments