From 76298ed62b01a5ff9c7224d5c89dd0c23a3cb3b4 Mon Sep 17 00:00:00 2001 From: SinghRajenM Date: Sat, 26 Oct 2024 19:58:55 +0530 Subject: [PATCH] JSONViewer release v2.1.0.0 --- README.md | 15 ++++++++++++++- src/NppJsonViewer/resource.rc | 8 ++++---- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b3517a9..0448bbc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/NppJsonViewer/resource.rc b/src/NppJsonViewer/resource.rc index 4ffc273..e3d2742 100644 --- a/src/NppJsonViewer/resource.rc +++ b/src/NppJsonViewer/resource.rc @@ -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 @@ -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"