File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515- [x] add option to reset fxserver settings & return to setup
1616- [x] merge dark mode
1717- [x] added tmpLooksLikeRecipe to stats
18- - [ ] test everything on latest fxserver + webpack and linux (check deployer and systeminformation memory)
19- - [ ] reset timestamp + write changelog + version bump
18+ - [x ] test everything on latest fxserver + webpack and linux (check deployer and systeminformation memory)
19+ - [x ] reset timestamp + write changelog + version bump
2020
2121> Do as soon as v3.0.0 is out:
2222- [ ] clean this file
Original file line number Diff line number Diff line change 55author ' Tabarra'
66description ' Remotely Manage & Monitor your GTA5 FiveM Server'
77repository ' https://github.com/tabarra/txAdmin'
8- version ' 3.0.0-dev '
8+ version ' 3.0.0'
99
1010fx_version ' bodacious'
1111games { ' gta5' }
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ if(typeof txAdminVersion !== 'string' || txAdminVersion == 'null'){
7171//Check if this version of txAdmin is too outdated to be considered safe to use in prod
7272//NOTE: Only valid if its being very actively maintained.
7373// Use 30d for patch 0, or 45~60d otherwise
74- const txAdminVersionBestBy = 1602222222 + ( 45 * 86400 ) ;
75- // dir(new Date(txAdminVersionBestBy*1000).toLocaleString()) // 23/11 /2020 03:43:42 BRT
74+ const txAdminVersionBestBy = 1606277666 + ( 26 * 86400 ) ;
75+ // dir(new Date(txAdminVersionBestBy*1000).toLocaleString()) // 21/12 /2020 02:14:26 BRT
7676if ( now ( ) > txAdminVersionBestBy ) {
7777 logError ( `This version of txAdmin is outdated.` ) ;
7878 logError ( `Please update as soon as possible.` ) ;
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.7 .0" ,
2+ "version" : " 3.0 .0" ,
33 "changelog" : " Deprecated Message. Please Update to v2." ,
44 "allVersions" : [
55 {
205205 {
206206 "version" : " 2.7.2" ,
207207 "changelog" : " Added custom ban times. Added ban history to live console. Added redundant HeartBeat via FD3. Many smaller improvements."
208+ },
209+ {
210+ "version" : " 3.0.0" ,
211+ "changelog" : " DARK MODE! Added Server Deployer. Increased server boot time tolerances. Bunch of small fixes and improvements."
208212 }
209213 ]
210214}
You can’t perform that action at this time.
0 commit comments