mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 05:12:36 +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
|
||||
- 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
|
||||
### Added
|
||||
- Add number of maps found to map select menu
|
||||
|
|
2
dzgui.sh
2
dzgui.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -o pipefail
|
||||
version=2.7.0-rc.6
|
||||
version=2.7.0-rc.7
|
||||
|
||||
aid=221100
|
||||
game="dayz"
|
||||
|
|
Loading…
Reference in a new issue