File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
NppJSONViewer/NppJsonViewer Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 163163//
164164
165165VS_VERSION_INFO VERSIONINFO
166- FILEVERSION 2,0,3 ,0
167- PRODUCTVERSION 2,0,3 ,0
166+ FILEVERSION 2,0,4 ,0
167+ PRODUCTVERSION 2,0,4 ,0
168168 FILEFLAGSMASK 0x3fL
169169#ifdef _DEBUG
170170 FILEFLAGS 0x1L
@@ -181,12 +181,12 @@ BEGIN
181181 BEGIN
182182 VALUE "CompanyName", "Kapil Ratnani"
183183 VALUE "FileDescription", "Notepad++ plugin for JSON file"
184- VALUE "FileVersion", "2.0.3 .0"
184+ VALUE "FileVersion", "2.0.4 .0"
185185 VALUE "InternalName", "JSONViewer"
186186 VALUE "LegalCopyright", "Copyright © 2022"
187187 VALUE "OriginalFilename", "NPPJSONViewer.dll"
188188 VALUE "ProductName", "JSONViewer plugin for Notepad++"
189- VALUE "ProductVersion", "2.0.3 .0"
189+ VALUE "ProductVersion", "2.0.4 .0"
190190 END
191191 END
192192 BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ 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.4.0
19+ 1 . New feature:
20+ 1 . Show element count for list/array
21+ 2 . Bug/regression fixes:
22+ 1 . Crash fix: Setting dialog is not shown if about dialog is opened before it.
23+ 2 . Set language type JSON properly
24+ 3 . Some minor UI enhancements
25+
1826### 2.0.3.0
19271 . New feature:
2028 1 . Search in json tree window
You can’t perform that action at this time.
0 commit comments