mirror of
https://github.com/aclist/dztui.git
synced 2024-12-29 13:52:03 +01:00
Update changelog
This commit is contained in:
parent
6a72fe1b68
commit
f0875b5079
2 changed files with 5 additions and 1 deletions
|
@ -6,6 +6,10 @@
|
||||||
- Standardize dialogs
|
- Standardize dialogs
|
||||||
- Query and connect by IP/port
|
- Query and connect by IP/port
|
||||||
|
|
||||||
|
## [2.7.0-rc.5] 2022-09-13
|
||||||
|
### Changed
|
||||||
|
- Improve server distance algorithm
|
||||||
|
|
||||||
## [2.7.0-rc.2 to 4] 2022-09-13
|
## [2.7.0-rc.2 to 4] 2022-09-13
|
||||||
### Changed
|
### Changed
|
||||||
- Retooling data in header
|
- Retooling data in header
|
||||||
|
|
2
dzgui.sh
2
dzgui.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
version=2.7.0-rc.4
|
version=2.7.0-rc.5
|
||||||
|
|
||||||
aid=221100
|
aid=221100
|
||||||
game="dayz"
|
game="dayz"
|
||||||
|
|
Loading…
Reference in a new issue