mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 12:03:00 +02:00
commit
f401ee66a3
2 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## [5.3.0] 2024-06-10
|
||||
## [5.3.1] 2024-06-15
|
||||
### Added
|
||||
- Uninstall routine: invoke via dzgui.sh -u or dzgui.sh --uninstall and choose from full or partial uninstall
|
||||
|
||||
## [5.3.0] 2024-06-15
|
||||
### Added
|
||||
- Server browser tables now display the number of players in queue (for full servers)
|
||||
- Warning dialog if the user's API key returned no servers, and a global API cooldown dialog (60 seconds)
|
||||
|
|
2
dzgui.sh
2
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -o pipefail
|
||||
|
||||
version=5.3.0
|
||||
version=5.3.1
|
||||
|
||||
#CONSTANTS
|
||||
aid=221100
|
||||
|
|
Loading…
Reference in a new issue