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 166
166
//
167
167
168
168
VS_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
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.6 .0"
187
+ VALUE "FileVersion", "2.0.7 .0"
188
188
VALUE "InternalName", "JSONViewer"
189
- VALUE "LegalCopyright", "Copyright � 2023 "
189
+ VALUE "LegalCopyright", "Copyright � 2024 "
190
190
VALUE "OriginalFilename", "NPPJSONViewer.dll"
191
191
VALUE "ProductName", "JSONViewer plugin for Notepad++"
192
- VALUE "ProductVersion", "2.0.6 .0"
192
+ VALUE "ProductVersion", "2.0.7 .0"
193
193
END
194
194
END
195
195
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
16
16
17
17
## Latest Updates:
18
18
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
+
19
28
### 2.0.6.0
20
29
1 . New feature:
21
30
1 . Replace value 'undefined' with 'null'. This is configurable feature.
You can’t perform that action at this time.
0 commit comments