forked from tabarra/txAdmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
version.json
186 lines (186 loc) · 6.64 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
{
"version": "2.5.0",
"changelog": "Deprecated Message. Please Update to v2.",
"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."
},
{
"version": "1.15.0",
"changelog": "Fixed console colors. Added custom command logging. Added explosion types to the server log. Added more information to the diagnostics page. Improved verbosity. Added Finnish, Turkish and Latvian languages."
},
{
"version": "2.0.0",
"changelog": "Integrated with FiveM! New Responsive Interface! New Auth system. Migrated from Express to Koa. Got rid of setup, and admin-add scripts. Changed the `data` folder location. And many many more tweaks and improvements!"
},
{
"version": "2.0.1",
"changelog": "Increased time tolerances for CitizenFX login. Minor message tweaks."
},
{
"version": "2.1.0",
"changelog": "Improved onboarding process with an Setup Wizard. Minor tweaks."
},
{
"version": "2.1.1",
"changelog": "Removed maxsize for some Setup Wizard inputs."
},
{
"version": "2.2.0",
"changelog": "Fixed playerlist and improved diagnostics and error information."
},
{
"version": "2.3.0",
"changelog": "Reworked the entire monitor/restarter module."
},
{
"version": "2.3.1",
"changelog": "Fixed /status, fixed ping colors."
},
{
"version": "2.4.0",
"changelog": "Added FXServer update checker, improved some error messages, increased heartbeat cooldown limit for low-spec machines and update packages."
},
{
"version": "2.4.1",
"changelog": "Minor fixes to the FXServer update checker."
},
{
"version": "2.4.2",
"changelog": "Added customizable /status messages. Security Updates: fixed escaping issues, restricted more the settings.view permission, upgraded packages."
},
{
"version": "2.5",
"changelog": "Added player manager with ban, warns, whitelist and much more."
}
]
}