File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
NppJSONViewer/NppJsonViewer Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 164164//
165165
166166VS_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
169169 FILEFLAGSMASK 0x3fL
170170#ifdef _DEBUG
171171 FILEFLAGS 0x1L
@@ -182,12 +182,12 @@ BEGIN
182182 BEGIN
183183 VALUE "CompanyName", "Kapil Ratnani"
184184 VALUE "FileDescription", "Notepad++ plugin for JSON file"
185- VALUE "FileVersion", "2.0.4 .0"
185+ VALUE "FileVersion", "2.0.5 .0"
186186 VALUE "InternalName", "JSONViewer"
187- VALUE "LegalCopyright", "Copyright © 2022 "
187+ VALUE "LegalCopyright", "Copyright © 2023 "
188188 VALUE "OriginalFilename", "NPPJSONViewer.dll"
189189 VALUE "ProductName", "JSONViewer plugin for Notepad++"
190- VALUE "ProductVersion", "2.0.4 .0"
190+ VALUE "ProductVersion", "2.0.5 .0"
191191 END
192192 END
193193 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
1515
1616## Latest Updates:
1717
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+
1827### 2.0.4.0
19281 . New feature:
2029 1 . Show element count for list/array
You can’t perform that action at this time.
0 commit comments