diff --git a/changelog.md b/changelog.md index 51e5471..9c6a2f2 100644 --- a/changelog.md +++ b/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 diff --git a/dzgui.sh b/dzgui.sh index b5181e7..0ef769d 100755 --- a/dzgui.sh +++ b/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"