forked from SnippingToolPlusPlus/SnippingToolPlusPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.json
More file actions
24 lines (24 loc) · 892 Bytes
/
version.json
File metadata and controls
24 lines (24 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"version_name": "NextGen",
"major": "5",
"minor": "4",
"patch": "0",
"download": "http://snippingtoolpluspl.us/downloads/SnippingToolPlusPlus-5.4.0.jar",
"changes": {
"added": [
"Image dimensions are now displayed when dragging a selection"
],
"removed": [
""
],
"changed": [
"The location of prefs.json has been changed to ~/.snippingtool++/data/prefs.json",
"The names of some preference keys in the json file have been changed",
"for more info see https://github.com/SnippingToolPlusPlus/SnippingToolPlusPlus/pull/3"
],
"fixed": [
"editor no longer uploads multiple copies of image under certain conditions"
]
},
"note": "You will have to reconfigure your settings as the location of the prefs.json file has change."
}