Skip to content

Releases: citizenfx/txAdmin

v3.0.1

Choose a tag to compare

@tabarra tabarra released this 25 Nov 22:12
4200fa6

Changelog:

  • Small change to make it build in the CitizenFX Linux pipeline again.

v3.0.0

Choose a tag to compare

@tabarra tabarra released this 25 Nov 15:55
e98eb8c

Changelog:

  • Added Dank Mode 😎 (Thanks @GoatGeek#0001);
  • Added Server Deployer;
  • Increased server boot time tolerances to 3 minutes (cooldown);
  • Bunch of small fixes, tweaks and improvements.

v2.7.2

Choose a tag to compare

@tabarra tabarra released this 11 Oct 02:24

Changelog:

  • Added Custom Ban Times (thanks @Zeemahh)
  • Increased CitizenFX login session from 30 min to 24 hours
  • Live Console: added persistent Command History and server Restart Buton (thanks @Zeemahh)
  • Added redundant HeartBeat via FD3 to increase server crash detection
  • Improved many text/error messages to add clarity
  • Minor stuff & interface improvements

v2.7.1

Choose a tag to compare

@tabarra tabarra released this 21 Aug 05:36

Changelog:

  • update packages
  • discord bot: set new api url
  • reset /auth url after message or error
  • discord bot: fixed /help spam on reconnection
  • updated dutch, german, danish and czech languages
  • added option to disable in game restart warning chat messages (thanks @is-sam)
  • check why scheduled restarts are not kicking players (no issue found, still replaced txaKickAll eith quit)
  • use the new fd3 stream (added on 2427, ask ferrum before dropping support for older fxserver)
  • fix login page centralization on mobile screens
  • add placeholders to discord bot settings tab
  • update onesync setting values to reflect fxserver's change
  • if clean install and on windows, open the listening URL on the browser

Hotfix:

  • fix player manager settigns page not saving
  • fix squirrelly filters not working on v8.0.4

v2.6.1

Choose a tag to compare

@tabarra tabarra released this 07 Jul 01:20

Changelog:

  • discord bot: fixed bug of it accepting any prefix
  • discord bot: likely fixed multi-client issue
  • discord bot: re-add spam limiter
  • discord bot: add usage stats
  • add admins count to the stats.json
  • check for "stop monitor" in cfg file

v2.6.0

Choose a tag to compare

@tabarra tabarra released this 30 Jun 13:09

Changelog:

  • Added player/action search feature
  • Added Discord whitelist command
  • Server log page now uses the new player modal
  • Admins with manage.admins can now edit their own social login ids (citizenfx/discord)
  • Minor tweaks, fixes and housekeeping

v2.5.1

Choose a tag to compare

@tabarra tabarra released this 03 Jun 14:15

Changelog:

  • Minor UI changes
  • Fixed wrong permission visibility on the player page
  • Fixed multiple grammatical errors 😮
  • Improved language translations

v2.5.0

Choose a tag to compare

@tabarra tabarra released this 31 May 13:07
3e8d3e6

Changelog:

  • Added player manager with the following features:
    • Warning system
    • Ban (temporary or permanently) system
    • Whitelist system
    • Take notes about players
    • Keep track of player's play and session time
    • Self-contained player database (no MySQL required!)
  • Many tweeks and bug fixes

v2.4.1

Choose a tag to compare

@tabarra tabarra released this 01 May 22:51

Changelog:

  • Created /advanced page and moved the verbosity switch there
  • Fixed updateChecker error handling and added a message for pre-releases

v2.4.0

Choose a tag to compare

@tabarra tabarra released this 24 Apr 17:40

Changelog:

  • Added FXServer update checker
  • Improved some error messages
  • Increased heartbeat cooldown limit for low-spec machines
  • Updated packages + backend housekeeping