Skip to content

Commit 6552601

Browse files
authored
Update README.md
Update readme for latest release
1 parent 52ab89a commit 6552601

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# JSONViewer 1.40
1+
# JSONViewer 1.41
22

33
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++.
44

55
## Instructions:
6-
1. Paste the file "NPPJSONViewer.dll" to Notepad++ plugins\NPPJSONViewer folder
6+
1. Paste the file `NPPJSONViewer.dll` to Notepad++ `plugins\NPPJSONViewer` folder
77
2. Restart Notepad++ and verify that the plugin appears under the Plugins menu
88
3. Open a document containing a JSON string (or paste in some JSON text)
99
4. Select JSON fragment and navigate to plugins/JSON Viewer/show JSON Viewer or press "Ctrl+Alt+Shift+J"
@@ -13,6 +13,12 @@ This plugin is meant to display a JSON string in a Treeview. It also marks the e
1313
## Latest Updates:
1414

1515

16+
### 1.41
17+
1. Support for ARM64
18+
2. Dropped Windows XP support as Notepad++ is no more supporting Windows XP.
19+
3. Upgrade Visual Studio to 2022
20+
21+
1622
### 1.40
1723
1. issue-55 Format JSON should also set the language to JSON #FeatureRequest
1824
2. issue-56 Format Should Follow Line Break Settings

0 commit comments

Comments
 (0)