diff --git a/changelog.md b/changelog.md index 5806221..a901df0 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,10 @@ - Custom query API - Standardize dialogs +## [3.1.0-rc.14] 2022-11-24 +### Changed +- Rename "History" to "Recent" + ## [3.1.0-rc.13] 2022-11-24 ### Fixed - Prevent downloading mods if Steam is not running diff --git a/dzgui.sh b/dzgui.sh index 94281a3..150e6b9 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/bin/bash set -o pipefail -version=3.1.0-rc.13 +version=3.1.0-rc.14 aid=221100 game="dayz" @@ -99,7 +99,7 @@ items=( " My servers" " Quick connect to favorite server" " Connect by IP" - " History (last 10 connected)" + " Recent servers (last 10)" "[Manage servers]" " Add server by ID" " Add favorite server"