From 2e6cac057fc1f2de924ef1fa492c09d5980c801c Mon Sep 17 00:00:00 2001 From: SinghRajenM Date: Wed, 5 Oct 2022 21:49:08 +0530 Subject: [PATCH] JSONViewer release v2.0.2.0 --- NppJSONViewer/NppJsonViewer/resource.rc | 10 +++++----- README.md | 13 ++++++++++++- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/NppJSONViewer/NppJsonViewer/resource.rc b/NppJSONViewer/NppJsonViewer/resource.rc index c4c02cc..0f6433a 100644 --- a/NppJSONViewer/NppJsonViewer/resource.rc +++ b/NppJSONViewer/NppJsonViewer/resource.rc @@ -163,8 +163,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,0,1,0 - PRODUCTVERSION 2,0,1,0 + FILEVERSION 2,0,2,0 + PRODUCTVERSION 2,0,2,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.1.0" + VALUE "FileVersion", "2.0.2.0" VALUE "InternalName", "JSONViewer" - VALUE "LegalCopyright", "Copyright (C) 2022" + VALUE "LegalCopyright", "Copyright © 2022" VALUE "OriginalFilename", "NPPJSONViewer.dll" VALUE "ProductName", "JSONViewer plugin for Notepad++" - VALUE "ProductVersion", "2.0.1.0" + VALUE "ProductVersion", "2.0.2.0" END END BLOCK "VarFileInfo" diff --git a/README.md b/README.md index 7441373..4e9ffef 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# JSONViewer 2.0.1.0 +# JSONViewer 2.0.2.0 This plugin is meant to display a JSON string in a Treeview. It also marks the error position in case of parsing errors. That's it!!! The plugin can be used in Notepad++. @@ -12,6 +12,17 @@ This plugin is meant to display a JSON string in a Treeview. It also marks the e ## Latest Updates: +### 2.0.2.0 +1. Provided UI to control formatting option via setting dialog + 1. Setting for indetation + 2. Setting for line ending + 3. Setting for line format + 4. Make json parsing configurable e.g. ignore trailling comma, ignore comment +2. Added couple of new feature + 1. Follow json tree for current tab if it is json file + 2. Auto format json file when opened (by direct or by tab switching) +3. Few bug/regression fixes + ### 2.0.1.0 1. Redeveloped UI 1. Provided menu icon