From 035adb7d3e886a33ac48a8cbf1d1ce0a49e49cb5 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sat, 18 Nov 2023 14:40:21 +0900 Subject: [PATCH] chore: bump changelog --- changelog.md => CHANGELOG.md | 3 ++- dzgui.sh | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) rename changelog.md => CHANGELOG.md (99%) diff --git a/changelog.md b/CHANGELOG.md similarity index 99% rename from changelog.md rename to CHANGELOG.md index 2086d48..013558a 100644 --- a/changelog.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [4.0.0-rc.1] 2023-11-15 +## [4.0.0] 2023-11-15 Hello players, this is a major version update which overhauls many of DZGUI's underlying systems to improve responsiveness of the application and make menus more intuitive to interact with. It should be considerably more difficult if not impossible to inadvertently crash a dialog, and nested dialogs should behave in a more expected fashion, such as when going back and forth between menus or changing options dynamically within a given menu. @@ -14,6 +14,7 @@ If you encounter problems, please report them via the appropriate channels and I - Change in game name: dynamically change your profile name via the Advanced Options menu - Connect by ID: supply a Battlemetrics ID to connect to a server; this can be used in lieu of the IP - Add by IP: supply a standard IP to add a server to your list; this can be used as a more direct way of saving servers +- Filter by 1PP and 3PP in the server browser - Save connected server to favorites: prior to connecting, asks the user if they want to save this server for future use - Generate additional output when generating system logs diff --git a/dzgui.sh b/dzgui.sh index 19b539f..02c0d79 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -o pipefail -version=4.0.0-rc.8 +version=4.0.0-rc.9 aid=221100 game="dayz" @@ -82,7 +82,7 @@ changelog(){ mdbranch="testing" ;; esac - local md="https://raw.githubusercontent.com/aclist/dztui/${mdbranch}/changelog.md" + local md="https://raw.githubusercontent.com/aclist/dztui/${mdbranch}/CHANGELOG.md" prefix="This window can be scrolled." echo $prefix echo ""