Skip to content

Commit

Permalink
JSONViewer release v2.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SinghRajenM committed Oct 26, 2024
1 parent ef843d5 commit 76298ed
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,22 @@ This plugin is designed to display JSON strings in a Treeview format and highlig

## Latest Updates:

### 2.1.0.0

1. New features:
1. Navigate directly to the JSON node in the editor upon node selection (using left mouse click or arrow keys).
2. Select the JSON key in the editor when double-clicking on a node.


2. Bug/regression fixes:
1. Updated to the latest RapidJSON parser.
2. Minor code enhancements for improved performance.
3. Added unit tests


### 2.0.8.0

1. New feature:
1. New features:
1. Sort ascending by key
2. Add file name in the title for visibility

Expand Down
8 changes: 4 additions & 4 deletions src/NppJsonViewer/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,9,0
PRODUCTVERSION 2,0,9,0
FILEVERSION 2,1,0,0
PRODUCTVERSION 2,1,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -185,12 +185,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Kapil Ratnani"
VALUE "FileDescription", "Notepad++ plugin for JSON file"
VALUE "FileVersion", "2.0.9.0"
VALUE "FileVersion", "2.1.0.0"
VALUE "InternalName", "JSONViewer"
VALUE "LegalCopyright", "Copyright � 2024"
VALUE "OriginalFilename", "NPPJSONViewer.dll"
VALUE "ProductName", "JSONViewer plugin for Notepad++"
VALUE "ProductVersion", "2.0.9.0"
VALUE "ProductVersion", "2.1.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 76298ed

Please sign in to comment.