Skip to content

Commit

Permalink
JSONViewer release v2.0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SinghRajenM committed Oct 5, 2022
1 parent cf55e8f commit 2e6cac0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
10 changes: 5 additions & 5 deletions NppJSONViewer/NppJsonViewer/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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++.

Expand All @@ -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
Expand Down

0 comments on commit 2e6cac0

Please sign in to comment.