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 166166//
167167
168168VS_VERSION_INFO VERSIONINFO
169- FILEVERSION 2,0,6 ,0
170- PRODUCTVERSION 2,0,6 ,0
169+ FILEVERSION 2,0,7 ,0
170+ PRODUCTVERSION 2,0,7 ,0
171171 FILEFLAGSMASK 0x3fL
172172#ifdef _DEBUG
173173 FILEFLAGS 0x1L
@@ -184,12 +184,12 @@ BEGIN
184184 BEGIN
185185 VALUE "CompanyName", "Kapil Ratnani"
186186 VALUE "FileDescription", "Notepad++ plugin for JSON file"
187- VALUE "FileVersion", "2.0.6 .0"
187+ VALUE "FileVersion", "2.0.7 .0"
188188 VALUE "InternalName", "JSONViewer"
189- VALUE "LegalCopyright", "Copyright � 2023 "
189+ VALUE "LegalCopyright", "Copyright � 2024 "
190190 VALUE "OriginalFilename", "NPPJSONViewer.dll"
191191 VALUE "ProductName", "JSONViewer plugin for Notepad++"
192- VALUE "ProductVersion", "2.0.6 .0"
192+ VALUE "ProductVersion", "2.0.7 .0"
193193 END
194194 END
195195 BLOCK "VarFileInfo"
Original file line number Diff line number Diff line change @@ -16,6 +16,15 @@ This plugin is meant to display a JSON string in a Treeview. It also marks the e
1616
1717## Latest Updates:
1818
19+ ### 2.0.7.0
20+ Bug/regression fixes:
21+ 1. "Copy value" / "Copy" not always return complete text
22+ 2. Format JSON option does not work if focused tab is in other view
23+ 3. Corrected some typos on setting dialog
24+ 4. Updated icons to match with dark mode as well
25+ 5. Removed quotes from the key in Treeview
26+ 6. Some other minor enhancements
27+
1928### 2.0.6.0
20291 . New feature:
2130 1 . Replace value 'undefined' with 'null'. This is configurable feature.
You can’t perform that action at this time.
0 commit comments