Skip to content

Commit

Permalink
JSONViewer release v2.0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SinghRajenM committed Dec 7, 2022
1 parent 12f065f commit fda7963
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -163,8 +163,8 @@ END
//

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

## Latest Updates:

### 2.0.4.0
1. New feature:
1. Show element count for list/array
2. Bug/regression fixes:
1. Crash fix: Setting dialog is not shown if about dialog is opened before it.
2. Set language type JSON properly
3. Some minor UI enhancements

### 2.0.3.0
1. New feature:
1. Search in json tree window
Expand Down

0 comments on commit fda7963

Please sign in to comment.