File tree 2 files changed +14
-5
lines changed
NppJSONViewer/NppJsonViewer
2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 164
164
//
165
165
166
166
VS_VERSION_INFO VERSIONINFO
167
- FILEVERSION 2,0,4 ,0
168
- PRODUCTVERSION 2,0,4 ,0
167
+ FILEVERSION 2,0,5 ,0
168
+ PRODUCTVERSION 2,0,5 ,0
169
169
FILEFLAGSMASK 0x3fL
170
170
#ifdef _DEBUG
171
171
FILEFLAGS 0x1L
@@ -182,12 +182,12 @@ BEGIN
182
182
BEGIN
183
183
VALUE "CompanyName", "Kapil Ratnani"
184
184
VALUE "FileDescription", "Notepad++ plugin for JSON file"
185
- VALUE "FileVersion", "2.0.4 .0"
185
+ VALUE "FileVersion", "2.0.5 .0"
186
186
VALUE "InternalName", "JSONViewer"
187
- VALUE "LegalCopyright", "Copyright © 2022 "
187
+ VALUE "LegalCopyright", "Copyright © 2023 "
188
188
VALUE "OriginalFilename", "NPPJSONViewer.dll"
189
189
VALUE "ProductName", "JSONViewer plugin for Notepad++"
190
- VALUE "ProductVersion", "2.0.4 .0"
190
+ VALUE "ProductVersion", "2.0.5 .0"
191
191
END
192
192
END
193
193
BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change @@ -15,6 +15,15 @@ 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.5.0
19
+ 1 . New feature:
20
+ 1 . Make json highlighter configurable
21
+ 2 . Bug/regression fixes:
22
+ 1 . Handle json for both the views.
23
+ 2 . Update treeview on reopen
24
+ 3 . When file type is json, then error message is shown twice on npp launch if viewer dock was kept opened on previous instance
25
+ 4. Don't show error message on startup for non json files
26
+
18
27
### 2.0.4.0
19
28
1 . New feature:
20
29
1 . Show element count for list/array
You can’t perform that action at this time.
0 commit comments