forked from tabarra/txAdmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
version.json
66 lines (66 loc) · 2.15 KB
/
version.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
{
"version": "1.7.2",
"changelog": "Deprecated Message. Please Update.",
"allVersions": [
{
"version": "1.0.1",
"changelog": "Now working on linux. Minor bug fixes for windows/linux."
},
{
"version": "1.0.0",
"changelog": "New Interface and too many new features to list here. Please Update."
},
{
"version": "1.0.2",
"changelog": "Fixed dashboard error on linux"
},
{
"version": "1.0.3",
"changelog": "Fixed player chart, onesync detection, and minor stuff"
},
{
"version": "1.0.4",
"changelog": "Fixed crashing on fxserver restart."
},
{
"version": "1.0.5",
"changelog": "Hotfix for the login problems. Node version checker"
},
{
"version": "1.1.0",
"changelog": "New Settings Page and setup script. Changed how server profiles work. <br><h5><b>Please read update instructions on discord.</b></h5>"
},
{
"version": "1.2.0",
"changelog": "Now saving the server log and showing it when you open the Live Console. Added a button to download the log below the console."
},
{
"version": "1.3.0",
"changelog": "Scheduled restarts announcements 15 minutes before. Discord announcements on server start/stop/restart."
},
{
"version": "1.4.0",
"changelog": "Admin Accounts Manager page."
},
{
"version": "1.5.0",
"changelog": "Permissions System."
},
{
"version": "1.6.0",
"changelog": "Resource Injector."
},
{
"version": "1.7.0",
"changelog": "Improved restarter behaviour. Minor bug fixes."
},
{
"version": "1.7.1",
"changelog": "Kicking players 15 seconds before scheduled restarts."
},
{
"version": "1.7.2",
"changelog": "Fixed commands.resources permission with the wrong name."
}
]
}