Skip to content

Commit

Permalink
JSONViewer release v2.0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SinghRajenM committed Apr 9, 2023
1 parent b5ba47c commit 258b317
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
10 changes: 5 additions & 5 deletions NppJSONViewer/NppJsonViewer/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ END
//

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

## Latest Updates:

### 2.0.5.0
1. New feature:
1. Make json highlighter configurable
2. Bug/regression fixes:
1. Handle json for both the views.
2. Update treeview on reopen
3. When file type is json, then error message is shown twice on npp launch if viewer dock was kept opened on previous instance
4. Don't show error message on startup for non json files

### 2.0.4.0
1. New feature:
1. Show element count for list/array
Expand Down

0 comments on commit 258b317

Please sign in to comment.