-
-
Notifications
You must be signed in to change notification settings - Fork 390
/
release-notes.json
52 lines (51 loc) · 1.16 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
41
42
43
44
45
46
47
48
49
50
51
52
{
"changes": [
{
"details": "Add content security policy for webviews",
"type": "NEW",
"color": "success",
"author": "ParkourKarthik",
"pullRequest": "1020"
},
{
"details": "Improve UX for the Force Upload",
"type": "NEW",
"color": "success",
"author": "karl-lunarg",
"pullRequest": "1042"
},
{
"details": "Extension always asks to enable Force Upload",
"type": "FIX",
"color": "danger",
"author": "karl-lunarg",
"pullRequest": "1026"
},
{
"details": "Languages, Icon and Wiki Improved",
"type": "NEW",
"color": "success"
},
{
"details": "Github Gist Name Consistency across extension",
"type": "FIX",
"color": "danger"
},
{
"details": "Snippets Sync. Fixed",
"type": "FIX",
"color": "danger"
},
{
"details": "Share Settings Dialog Fixed",
"type": "FIX",
"color": "danger"
},
{
"details": "Github Sync Improved",
"type": "FIX",
"color": "danger"
}
],
"currentVersion": "v3.4.3"
}