Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d0a79bc

Browse filesBrowse files
committed
JSONViewer release v2.1.1.0
1 parent 99e709b commit d0a79bc
Copy full SHA for d0a79bc

File tree

2 files changed

+22
-10
lines changed
Filter options

2 files changed

+22
-10
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+16-4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ This plugin is designed to display JSON strings in a Treeview format and highlig
1616

1717
## Latest Updates:
1818

19+
### 2.1.1.0
20+
21+
1. New features:
22+
1. Zoom tree view with <kbd>ctrl</kbd> + `mouse wheel` or slider.
23+
24+
25+
2. Bug/regression fixes:
26+
1. Updated to the latest RapidJSON parser.
27+
2. Minor code enhancements for improved performance.
28+
3. Added unit tests
29+
30+
1931
### 2.1.0.0
2032

2133
1. New features:
@@ -38,7 +50,7 @@ This plugin is designed to display JSON strings in a Treeview format and highlig
3850

3951
2. Bug/regression fixes:
4052
1. Updated license text on UI as per GitHub link
41-
2. Excplicit callout for no support on multi selection
53+
2. Explicit callout for no support on multi selection
4254
3. Some other minor code and UI enhancements
4355

4456

@@ -119,7 +131,7 @@ Bug/regression fixes:
119131
5. issue-72 tab setting from notepad++ settings are not honored
120132
6. issue-73 Display tree for Array of Object
121133
7. issue-80 use line ending setting from editor
122-
8. Relaxed parsing. Supports trailling commas, comments(only parsing), NaN and infinity JS literals.
134+
8. Relaxed parsing. Supports trailing commas, comments(only parsing), NaN and infinity JS literals.
123135

124136
### 1.34
125137
1. Fix Access Violation issue #51
@@ -160,11 +172,11 @@ Bug/regression fixes:
160172
1. Now displays a message box when JSON string is not selected.
161173

162174
### 1.17
163-
1. Fixed dialog display issue, that occured in 1.16 release.
175+
1. Fixed dialog display issue, that occurred in 1.16 release.
164176

165177
### 1.16
166178
1. Fixed bug - 3305433 do not find error on second try and do not build tree
167-
2. Fixed a memory leak..was not deallocating memory allocated to json strings
179+
2. Fixed a memory leak..was not de-allocating memory allocated to json strings
168180

169181
### 1.15
170182
1. Fixed bug 3203739 "Unable to parse JSON Arrays"

‎src/NppJsonViewer/resource.rc

Copy file name to clipboardExpand all lines: src/NppJsonViewer/resource.rc
+6-6
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ END
169169
//
170170

171171
VS_VERSION_INFO VERSIONINFO
172-
FILEVERSION 2,1,0,0
173-
PRODUCTVERSION 2,1,0,0
172+
FILEVERSION 2,1,1,0
173+
PRODUCTVERSION 2,1,1,0
174174
FILEFLAGSMASK 0x3fL
175175
#ifdef _DEBUG
176176
FILEFLAGS 0x1L
@@ -185,14 +185,14 @@ BEGIN
185185
BEGIN
186186
BLOCK "040904b0"
187187
BEGIN
188-
VALUE "CompanyName", "Kapil Ratnani"
188+
VALUE "CompanyName", "NPP-JSONViewer"
189189
VALUE "FileDescription", "Notepad++ plugin for JSON file"
190-
VALUE "FileVersion", "2.1.0.0"
190+
VALUE "FileVersion", "2.1.1.0"
191191
VALUE "InternalName", "JSONViewer"
192-
VALUE "LegalCopyright", "Copyright � 2024"
192+
VALUE "LegalCopyright", "Copyright � 2025"
193193
VALUE "OriginalFilename", "NPPJSONViewer.dll"
194194
VALUE "ProductName", "JSONViewer plugin for Notepad++"
195-
VALUE "ProductVersion", "2.1.0.0"
195+
VALUE "ProductVersion", "2.1.1.0"
196196
END
197197
END
198198
BLOCK "VarFileInfo"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.