-
-
Notifications
You must be signed in to change notification settings - Fork 395
/
Copy pathrelease-notes.json
40 lines (40 loc) · 1.01 KB
/
release-notes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"changes": [
{
"details": "Settings Sync now use Webviews to allow you to configure settings",
"type": "NEW",
"color": "success",
"author": "arnohovhannisyan",
"pullRequest": "876"
},
{
"details": "code snippets not being synced after update to 3.3.0",
"type": "FIX",
"color": "danger",
"author": "arnohovhannisyan",
"pullRequest": "928"
},
{
"details": "Implement upload delay setting",
"type": "NEW",
"color": "success",
"author": "arnohovhannisyan",
"pullRequest": "925"
},
{
"details": "Dont Upload If GIST and settings content are the same",
"type": "NEW",
"color": "danger",
"author": "arnohovhannisyan",
"pullRequest": "923"
},
{
"details": "Prevent accidental upload",
"type": "NEW",
"color": "danger",
"author": "arnohovhannisyan",
"pullRequest": "923"
}
],
"currentVersion": "v3.4.0"
}