File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,22 @@ This plugin is designed to display JSON strings in a Treeview format and highlig
16
16
17
17
## Latest Updates:
18
18
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
+
19
32
### 2.0.8.0
20
33
21
- 1 . New feature :
34
+ 1 . New features :
22
35
1 . Sort ascending by key
23
36
2 . Add file name in the title for visibility
24
37
Original file line number Diff line number Diff line change 167
167
//
168
168
169
169
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
172
172
FILEFLAGSMASK 0x3fL
173
173
#ifdef _DEBUG
174
174
FILEFLAGS 0x1L
@@ -185,12 +185,12 @@ BEGIN
185
185
BEGIN
186
186
VALUE "CompanyName", "Kapil Ratnani"
187
187
VALUE "FileDescription", "Notepad++ plugin for JSON file"
188
- VALUE "FileVersion", "2.0.9 .0"
188
+ VALUE "FileVersion", "2.1.0 .0"
189
189
VALUE "InternalName", "JSONViewer"
190
190
VALUE "LegalCopyright", "Copyright � 2024"
191
191
VALUE "OriginalFilename", "NPPJSONViewer.dll"
192
192
VALUE "ProductName", "JSONViewer plugin for Notepad++"
193
- VALUE "ProductVersion", "2.0.9 .0"
193
+ VALUE "ProductVersion", "2.1.0 .0"
194
194
END
195
195
END
196
196
BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments