Skip to content

Commit 64570ce

Browse files
committed
JSONViewer release v2.0.3.0
1 parent cdc45c0 commit 64570ce

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

NppJSONViewer/NppJsonViewer/resource.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ END
163163
//
164164

165165
VS_VERSION_INFO VERSIONINFO
166-
FILEVERSION 2,0,2,0
167-
PRODUCTVERSION 2,0,2,0
166+
FILEVERSION 2,0,3,0
167+
PRODUCTVERSION 2,0,3,0
168168
FILEFLAGSMASK 0x3fL
169169
#ifdef _DEBUG
170170
FILEFLAGS 0x1L
@@ -181,12 +181,12 @@ BEGIN
181181
BEGIN
182182
VALUE "CompanyName", "Kapil Ratnani"
183183
VALUE "FileDescription", "Notepad++ plugin for JSON file"
184-
VALUE "FileVersion", "2.0.2.0"
184+
VALUE "FileVersion", "2.0.3.0"
185185
VALUE "InternalName", "JSONViewer"
186186
VALUE "LegalCopyright", "Copyright © 2022"
187187
VALUE "OriginalFilename", "NPPJSONViewer.dll"
188188
VALUE "ProductName", "JSONViewer plugin for Notepad++"
189-
VALUE "ProductVersion", "2.0.2.0"
189+
VALUE "ProductVersion", "2.0.3.0"
190190
END
191191
END
192192
BLOCK "VarFileInfo"

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JSONViewer 2.0.2.0
1+
# JSONViewer 2.0.3.0
22

33
This plugin is meant to display a JSON string in a Treeview. It also marks the error position in case of parsing errors. That's it!!! The plugin can be used in Notepad++.
44

@@ -12,6 +12,16 @@ This plugin is meant to display a JSON string in a Treeview. It also marks the e
1212

1313
## Latest Updates:
1414

15+
### 2.0.3.0
16+
1. New feature:
17+
1. Search in json tree window
18+
2. Handle NaN, Inf, -Inf, Infinity, -Infinity properly
19+
2. Bug/regression fixes:
20+
1. Handle all types of arrays which does not have any key
21+
2. Corrected typos in setting json
22+
3. Don't use double qoutes for other than string type
23+
24+
1525
### 2.0.2.0
1626
1. Provided UI to control formatting option via setting dialog
1727
1. Setting for indentation

0 commit comments

Comments
 (0)