diff --git a/NppJSONViewer/NppJsonViewer/resource.rc b/NppJSONViewer/NppJsonViewer/resource.rc index f226d2b..b1bd6fe 100644 --- a/NppJSONViewer/NppJsonViewer/resource.rc +++ b/NppJSONViewer/NppJsonViewer/resource.rc @@ -166,8 +166,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,0,5,0 - PRODUCTVERSION 2,0,5,0 + FILEVERSION 2,0,6,0 + PRODUCTVERSION 2,0,6,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.5.0" + VALUE "FileVersion", "2.0.6.0" VALUE "InternalName", "JSONViewer" VALUE "LegalCopyright", "Copyright © 2023" VALUE "OriginalFilename", "NPPJSONViewer.dll" VALUE "ProductName", "JSONViewer plugin for Notepad++" - VALUE "ProductVersion", "2.0.5.0" + VALUE "ProductVersion", "2.0.6.0" END END BLOCK "VarFileInfo" diff --git a/README.md b/README.md index e26054d..79c4217 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ This plugin is meant to display a JSON string in a Treeview. It also marks the e ## Latest Updates: +### 2.0.6.0 +1. New feature: + 1. Replace value 'undefined' with 'null'. This is configurable feature. +2. Bug/regression fixes: + 1. Cyrillic text is not properly shown in json tree view dialog + ### 2.0.5.0 1. New feature: 1. Make json highlighter configurable