Skip to content

Commit

Permalink
JSONViewer release v2.0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SinghRajenM committed Jun 27, 2023
1 parent ae25413 commit 038aba2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NppJSONViewer/NppJsonViewer/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,5,0
PRODUCTVERSION 2,0,5,0
FILEVERSION 2,0,6,0
PRODUCTVERSION 2,0,6,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -184,12 +184,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Kapil Ratnani"
VALUE "FileDescription", "Notepad++ plugin for JSON file"
VALUE "FileVersion", "2.0.5.0"
VALUE "FileVersion", "2.0.6.0"
VALUE "InternalName", "JSONViewer"
VALUE "LegalCopyright", "Copyright � 2023"
VALUE "OriginalFilename", "NPPJSONViewer.dll"
VALUE "ProductName", "JSONViewer plugin for Notepad++"
VALUE "ProductVersion", "2.0.5.0"
VALUE "ProductVersion", "2.0.6.0"
END
END
BLOCK "VarFileInfo"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ This plugin is meant to display a JSON string in a Treeview. It also marks the e

## Latest Updates:

### 2.0.6.0
1. New feature:
1. Replace value 'undefined' with 'null'. This is configurable feature.
2. Bug/regression fixes:
1. Cyrillic text is not properly shown in json tree view dialog

### 2.0.5.0
1. New feature:
1. Make json highlighter configurable
Expand Down

0 comments on commit 038aba2

Please sign in to comment.