Skip to content

Commit 76298ed

Browse files
committed
JSONViewer release v2.1.0.0
1 parent ef843d5 commit 76298ed

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,22 @@ This plugin is designed to display JSON strings in a Treeview format and highlig
1616

1717
## Latest Updates:
1818

19+
### 2.1.0.0
20+
21+
1. New features:
22+
1. Navigate directly to the JSON node in the editor upon node selection (using left mouse click or arrow keys).
23+
2. Select the JSON key in the editor when double-clicking on a node.
24+
25+
26+
2. Bug/regression fixes:
27+
1. Updated to the latest RapidJSON parser.
28+
2. Minor code enhancements for improved performance.
29+
3. Added unit tests
30+
31+
1932
### 2.0.8.0
2033

21-
1. New feature:
34+
1. New features:
2235
1. Sort ascending by key
2336
2. Add file name in the title for visibility
2437

src/NppJsonViewer/resource.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ END
167167
//
168168

169169
VS_VERSION_INFO VERSIONINFO
170-
FILEVERSION 2,0,9,0
171-
PRODUCTVERSION 2,0,9,0
170+
FILEVERSION 2,1,0,0
171+
PRODUCTVERSION 2,1,0,0
172172
FILEFLAGSMASK 0x3fL
173173
#ifdef _DEBUG
174174
FILEFLAGS 0x1L
@@ -185,12 +185,12 @@ BEGIN
185185
BEGIN
186186
VALUE "CompanyName", "Kapil Ratnani"
187187
VALUE "FileDescription", "Notepad++ plugin for JSON file"
188-
VALUE "FileVersion", "2.0.9.0"
188+
VALUE "FileVersion", "2.1.0.0"
189189
VALUE "InternalName", "JSONViewer"
190190
VALUE "LegalCopyright", "Copyright � 2024"
191191
VALUE "OriginalFilename", "NPPJSONViewer.dll"
192192
VALUE "ProductName", "JSONViewer plugin for Notepad++"
193-
VALUE "ProductVersion", "2.0.9.0"
193+
VALUE "ProductVersion", "2.1.0.0"
194194
END
195195
END
196196
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)