-
Notifications
You must be signed in to change notification settings - Fork 0
/
versions.json
70 lines (70 loc) · 1.79 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"versions": {
"0.0": {
"features": [
"Windows Terminal setup"
],
"release": true,
"updates": [
"init"
],
"development version": {}
},
"0.1": {
"features": [
"Windows Terminal setup"
],
"release": true,
"updates": [
"update"
],
"development version": {
"beta": {
"0.1.b.0": [
"Fix text link not work in github",
"Add change default terminal application",
"Change sudo command",
"Pretend when start $PROFILE.CurrentUserCurrentProfile is user before create folder"
],
"0.1.b.1": [
"Change the proportions of readme.md",
"Fix some link not work"
],
"0.1.b.2": [
"Fix many bug",
"Add Go to WSL",
"Remove bold format in Go to version-record.json",
"Add remote ctrl+p to paste shortcut in window terminal",
"Add credits and change some format",
"Add image",
"Add Usage of feature",
"Add Alias clr to clearscreen like cls",
"Add ?raw=true in command that get image from github",
"Add contents",
"remove . after number of topic",
"Fix little bit in terminal configuration",
"Change setting by click to setting Json file",
"change version-record.json to versions.json file"
]
}
}
},
"0.2": {
"features": [
"Windows Terminal setup"
],
"release": true,
"updates": [
"image link"
],
"development versions": {}
}
},
"features": {
"future": {},
"present": {
"Windows Terminal setup": "0.0 -> now"
},
"past": {}
}
}