From fda79633c7d77b81ae5cd602b905c36e281fdc04 Mon Sep 17 00:00:00 2001 From: SinghRajenM Date: Wed, 7 Dec 2022 08:53:23 +0530 Subject: [PATCH] JSONViewer release v2.0.4.0 --- NppJSONViewer/NppJsonViewer/resource.rc | 8 ++++---- README.md | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/NppJSONViewer/NppJsonViewer/resource.rc b/NppJSONViewer/NppJsonViewer/resource.rc index de9381b..a8b3292 100644 --- a/NppJSONViewer/NppJsonViewer/resource.rc +++ b/NppJSONViewer/NppJsonViewer/resource.rc @@ -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 @@ -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" diff --git a/README.md b/README.md index 9d88a31..e790df0 100644 --- a/README.md +++ b/README.md @@ -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