Skip to content

Commit

Permalink
JSONViewer release v2.0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SinghRajenM committed Jan 26, 2024
1 parent 7c4b6a7 commit 57637c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
10 changes: 5 additions & 5 deletions NppJSONViewer/NppJsonViewer/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 57637c5

Please sign in to comment.