From 57637c5288b6eb8d5edf13ff31ca249b9d0f63d6 Mon Sep 17 00:00:00 2001 From: SinghRajenM Date: Fri, 26 Jan 2024 13:02:47 +0530 Subject: [PATCH] JSONViewer release v2.0.7.0 --- NppJSONViewer/NppJsonViewer/resource.rc | 10 +++++----- README.md | 9 +++++++++ 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/NppJSONViewer/NppJsonViewer/resource.rc b/NppJSONViewer/NppJsonViewer/resource.rc index a9bcfcf..52a0c06 100644 --- a/NppJSONViewer/NppJsonViewer/resource.rc +++ b/NppJSONViewer/NppJsonViewer/resource.rc @@ -166,8 +166,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,0,6,0 - PRODUCTVERSION 2,0,6,0 + FILEVERSION 2,0,7,0 + PRODUCTVERSION 2,0,7,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -184,12 +184,12 @@ BEGIN BEGIN VALUE "CompanyName", "Kapil Ratnani" VALUE "FileDescription", "Notepad++ plugin for JSON file" - VALUE "FileVersion", "2.0.6.0" + VALUE "FileVersion", "2.0.7.0" VALUE "InternalName", "JSONViewer" - VALUE "LegalCopyright", "Copyright © 2023" + VALUE "LegalCopyright", "Copyright © 2024" VALUE "OriginalFilename", "NPPJSONViewer.dll" VALUE "ProductName", "JSONViewer plugin for Notepad++" - VALUE "ProductVersion", "2.0.6.0" + VALUE "ProductVersion", "2.0.7.0" END END BLOCK "VarFileInfo" diff --git a/README.md b/README.md index 251fd36..8b2103c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,15 @@ This plugin is meant to display a JSON string in a Treeview. It also marks the e ## Latest Updates: +### 2.0.7.0 +Bug/regression fixes: + 1. "Copy value" / "Copy" not always return complete text + 2. Format JSON option does not work if focused tab is in other view + 3. Corrected some typos on setting dialog + 4. Updated icons to match with dark mode as well + 5. Removed quotes from the key in Treeview + 6. Some other minor enhancements + ### 2.0.6.0 1. New feature: 1. Replace value 'undefined' with 'null'. This is configurable feature.