Skip to content

Commit 258b317

Browse files
committed
JSONViewer release v2.0.5.0
1 parent b5ba47c commit 258b317

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

NppJSONViewer/NppJsonViewer/resource.rc

+5-5
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@ END
164164
//
165165

166166
VS_VERSION_INFO VERSIONINFO
167-
FILEVERSION 2,0,4,0
168-
PRODUCTVERSION 2,0,4,0
167+
FILEVERSION 2,0,5,0
168+
PRODUCTVERSION 2,0,5,0
169169
FILEFLAGSMASK 0x3fL
170170
#ifdef _DEBUG
171171
FILEFLAGS 0x1L
@@ -182,12 +182,12 @@ BEGIN
182182
BEGIN
183183
VALUE "CompanyName", "Kapil Ratnani"
184184
VALUE "FileDescription", "Notepad++ plugin for JSON file"
185-
VALUE "FileVersion", "2.0.4.0"
185+
VALUE "FileVersion", "2.0.5.0"
186186
VALUE "InternalName", "JSONViewer"
187-
VALUE "LegalCopyright", "Copyright © 2022"
187+
VALUE "LegalCopyright", "Copyright © 2023"
188188
VALUE "OriginalFilename", "NPPJSONViewer.dll"
189189
VALUE "ProductName", "JSONViewer plugin for Notepad++"
190-
VALUE "ProductVersion", "2.0.4.0"
190+
VALUE "ProductVersion", "2.0.5.0"
191191
END
192192
END
193193
BLOCK "VarFileInfo"

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ This plugin is meant to display a JSON string in a Treeview. It also marks the e
1515

1616
## Latest Updates:
1717

18+
### 2.0.5.0
19+
1. New feature:
20+
1. Make json highlighter configurable
21+
2. Bug/regression fixes:
22+
1. Handle json for both the views.
23+
2. Update treeview on reopen
24+
3. When file type is json, then error message is shown twice on npp launch if viewer dock was kept opened on previous instance
25+
4. Don't show error message on startup for non json files
26+
1827
### 2.0.4.0
1928
1. New feature:
2029
1. Show element count for list/array

0 commit comments

Comments
 (0)