-
Notifications
You must be signed in to change notification settings - Fork 0
/
versions.json
44 lines (44 loc) · 1.39 KB
/
versions.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
{
"versions": {
"0.0": {
"release": true,
"features": [
"WSL setup"
],
"updates": [
"init"
],
"development version": {
"beta": {
"0.0.b.0": [
"(WSL Setup)",
"add more detail"
],
"0.0.b.1": [
"add 1.2 Install Winodws Subsystem for Linux Preview",
"add 1.3 Install vGPU driver",
"Update contents",
"Add full stop",
"Add \"sudo apt update && sudo apt upgrade\"",
"Remove bold format in go to version-record.json",
"Add credits and change some format",
"Add preview image text",
"Change from Windows 10, 11 to only Winodows instead in OS support topic",
"Add setup linux on wsl"
],
"0.0.b.2": [
"Change WSL ubuntu to kali linux",
"Update image link"
]
}
}
}
},
"features": {
"future": {},
"present": {
"WSL setup": "0.0 -> now"
},
"past": {}
}
}