Skip to content

Commit 038aba2

Browse files
committed
JSONViewer release v2.0.6.0
1 parent ae25413 commit 038aba2

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

NppJSONViewer/NppJsonViewer/resource.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ END
166166
//
167167

168168
VS_VERSION_INFO VERSIONINFO
169-
FILEVERSION 2,0,5,0
170-
PRODUCTVERSION 2,0,5,0
169+
FILEVERSION 2,0,6,0
170+
PRODUCTVERSION 2,0,6,0
171171
FILEFLAGSMASK 0x3fL
172172
#ifdef _DEBUG
173173
FILEFLAGS 0x1L
@@ -184,12 +184,12 @@ BEGIN
184184
BEGIN
185185
VALUE "CompanyName", "Kapil Ratnani"
186186
VALUE "FileDescription", "Notepad++ plugin for JSON file"
187-
VALUE "FileVersion", "2.0.5.0"
187+
VALUE "FileVersion", "2.0.6.0"
188188
VALUE "InternalName", "JSONViewer"
189189
VALUE "LegalCopyright", "Copyright � 2023"
190190
VALUE "OriginalFilename", "NPPJSONViewer.dll"
191191
VALUE "ProductName", "JSONViewer plugin for Notepad++"
192-
VALUE "ProductVersion", "2.0.5.0"
192+
VALUE "ProductVersion", "2.0.6.0"
193193
END
194194
END
195195
BLOCK "VarFileInfo"

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ 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.6.0
19+
1. New feature:
20+
1. Replace value 'undefined' with 'null'. This is configurable feature.
21+
2. Bug/regression fixes:
22+
1. Cyrillic text is not properly shown in json tree view dialog
23+
1824
### 2.0.5.0
1925
1. New feature:
2026
1. Make json highlighter configurable

0 commit comments

Comments
 (0)