From 258b317b13b954c3ffdc690d76cf2864b515921b Mon Sep 17 00:00:00 2001 From: SinghRajenM Date: Sun, 9 Apr 2023 08:56:22 +0530 Subject: [PATCH] JSONViewer release v2.0.5.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 632321e..ca4f72e 100644 --- a/NppJSONViewer/NppJsonViewer/resource.rc +++ b/NppJSONViewer/NppJsonViewer/resource.rc @@ -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 @@ -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" diff --git a/README.md b/README.md index e855a98..e26054d 100644 --- a/README.md +++ b/README.md @@ -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