Skip to content

Commit 57637c5

Browse files
committed
JSONViewer release v2.0.7.0
1 parent 7c4b6a7 commit 57637c5

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

NppJSONViewer/NppJsonViewer/resource.rc

+5-5
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ END
166166
//
167167

168168
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
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"

README.md

+9
Original file line numberDiff line numberDiff 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
2029
1. New feature:
2130
1. Replace value 'undefined' with 'null'. This is configurable feature.

0 commit comments

Comments
 (0)