Skip to content

Commit 2e6cac0

Browse files
committed
JSONViewer release v2.0.2.0
1 parent cf55e8f commit 2e6cac0

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

NppJSONViewer/NppJsonViewer/resource.rc

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

165165
VS_VERSION_INFO VERSIONINFO
166-
FILEVERSION 2,0,1,0
167-
PRODUCTVERSION 2,0,1,0
166+
FILEVERSION 2,0,2,0
167+
PRODUCTVERSION 2,0,2,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.1.0"
184+
VALUE "FileVersion", "2.0.2.0"
185185
VALUE "InternalName", "JSONViewer"
186-
VALUE "LegalCopyright", "Copyright (C) 2022"
186+
VALUE "LegalCopyright", "Copyright 2022"
187187
VALUE "OriginalFilename", "NPPJSONViewer.dll"
188188
VALUE "ProductName", "JSONViewer plugin for Notepad++"
189-
VALUE "ProductVersion", "2.0.1.0"
189+
VALUE "ProductVersion", "2.0.2.0"
190190
END
191191
END
192192
BLOCK "VarFileInfo"

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JSONViewer 2.0.1.0
1+
# JSONViewer 2.0.2.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,17 @@ 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.2.0
16+
1. Provided UI to control formatting option via setting dialog
17+
1. Setting for indetation
18+
2. Setting for line ending
19+
3. Setting for line format
20+
4. Make json parsing configurable e.g. ignore trailling comma, ignore comment
21+
2. Added couple of new feature
22+
1. Follow json tree for current tab if it is json file
23+
2. Auto format json file when opened (by direct or by tab switching)
24+
3. Few bug/regression fixes
25+
1526
### 2.0.1.0
1627
1. Redeveloped UI
1728
1. Provided menu icon

0 commit comments

Comments
 (0)