mirror of
https://github.com/aclist/dztui.git
synced 2024-12-29 13:52:03 +01:00
Bump version
This commit is contained in:
parent
20c9fc3112
commit
9b64086f4a
2 changed files with 11 additions and 1 deletions
10
changelog.md
10
changelog.md
|
@ -6,6 +6,16 @@
|
||||||
- Standardize dialogs
|
- Standardize dialogs
|
||||||
- Query and connect by IP/port
|
- Query and connect by IP/port
|
||||||
|
|
||||||
|
## [2.7.0-rc.7] 2022-09-14
|
||||||
|
### Added
|
||||||
|
- Verify IP table checksums when starting
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Switch to C for helper logic
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Error handling for obscure servers returning no modlist
|
||||||
|
|
||||||
## [2.7.0-rc.6] 2022-09-13
|
## [2.7.0-rc.6] 2022-09-13
|
||||||
### Added
|
### Added
|
||||||
- Add number of maps found to map select menu
|
- Add number of maps found to map select menu
|
||||||
|
|
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.6
|
version=2.7.0-rc.7
|
||||||
|
|
||||||
aid=221100
|
aid=221100
|
||||||
game="dayz"
|
game="dayz"
|
||||||
|
|
Loading…
Reference in a new issue