forked from tabarra/txAdmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
version.json
138 lines (138 loc) · 4.58 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"version": "1.14.1",
"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."
},
{
"version": "1.7.3",
"changelog": "Minor bug fixes and improved some settings descriptions and error messages."
},
{
"version": "1.7.4",
"changelog": "Added beta support for HTTPS/SSL. Added kick reason. Minor bug fixes."
},
{
"version": "1.8.0",
"changelog": "Added translation support for Chat/Discord messages."
},
{
"version": "1.8.1",
"changelog": "Quickfix for Linux instances."
},
{
"version": "1.9.0",
"changelog": "Added a resources page. Added Czech, Romanian and German translations."
},
{
"version": "1.10.0",
"changelog": "Added Server Activity Log (BETA). Added Discord command spam protection. Added more languages. Bug fixes."
},
{
"version": "1.10.1",
"changelog": "Fixed resource injection for new installations."
},
{
"version": "1.11.3",
"changelog": "Fixed error 413. Multiple bug fixes and improvements."
},
{
"version": "1.11.4",
"changelog": "Optimized txAdmin (40% less dependecies). Improved some pages on Mobile."
},
{
"version": "1.11.5",
"changelog": "Added option to change own password."
},
{
"version": "1.11.6",
"changelog": "Reorganized some internal files."
},
{
"version": "1.11.7",
"changelog": "Process freeze detector."
},
{
"version": "1.11.8",
"changelog": "Scripting setup now via exec file instead of stdin.write."
},
{
"version": "1.12.0",
"changelog": "New Experimental Ban System!"
},
{
"version": "1.12.1",
"changelog": "Quickfix: solved empty list issue with ban system"
},
{
"version": "1.13.0",
"changelog": "Added admin name to chat/discord messages. Hiding default resources. Uptime in /status. Spawn errors now shown in dashboard."
},
{
"version": "1.14.0",
"changelog": "Added Server CFG Editor"
},
{
"version": "1.14.1",
"changelog": "Added console log to diagnostics page. Removed port checking on server start."
}
]
}