From 6028ada2db129ff083c497fcdade7695ad9c7a85 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sun, 16 Jun 2024 03:48:02 +0900 Subject: [PATCH 1/5] chore: backports --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 701542c..34fb1d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,10 @@ ## [5.3.0] 2024-06-10 ### Added - Server browser tables now display the number of players in queue (for full servers) -- Warning dialog if the user's API key returned no servers, and global API cooldown dialog +- Warning dialog if the user's API key returned no servers, and a global API cooldown dialog (60 seconds) ### Fixed - Removing servers from My Servers via the right-click context menu was not actually removing the server and drawing an empty dialog +- Resolved an issue where, when Steam was not installed in a standard location and the user was prompted to let DZGUI auto-discover the correct path, this information was not retained correctly ## [5.2.4] 2024-05-29 ### Fixed From 33c919651e499f9cc81f96284a98bd30875ec5f7 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sun, 16 Jun 2024 03:57:29 +0900 Subject: [PATCH 2/5] docs: add uninstall --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34fb1d0..02c2e02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Added - Server browser tables now display the number of players in queue (for full servers) - Warning dialog if the user's API key returned no servers, and a global API cooldown dialog (60 seconds) +- Uninstall routine: invoke via dzgui.sh -u or dzgui.sh --uninstall and choose from full or partial uninstall ### Fixed - Removing servers from My Servers via the right-click context menu was not actually removing the server and drawing an empty dialog - Resolved an issue where, when Steam was not installed in a standard location and the user was prompted to let DZGUI auto-discover the correct path, this information was not retained correctly From 801874720a29e3dfcb5fbafc6934887f19ee3d4b Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sun, 16 Jun 2024 03:59:18 +0900 Subject: [PATCH 3/5] chore: bump version --- dzgui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzgui.sh b/dzgui.sh index 4891c6e..ba9b059 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -o pipefail -version=5.3.0 +version=5.3.1-beta.1 #CONSTANTS aid=221100 From 4c944ecffc6d2e2745a1bcf3531673e98f879d32 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sun, 16 Jun 2024 04:02:30 +0900 Subject: [PATCH 4/5] chore: update changelog --- dzgui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dzgui.sh b/dzgui.sh index ba9b059..99747d0 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -o pipefail -version=5.3.1-beta.1 +version=5.3.1 #CONSTANTS aid=221100 From 3eaff5319e8a444869280d22079c5167adc19f95 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sun, 16 Jun 2024 04:04:24 +0900 Subject: [PATCH 5/5] chore: update changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c2e02..70ae0ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Changelog -## [5.3.0] 2024-06-10 +## [5.3.1] 2024-06-15 +### Added +- Uninstall routine: invoke via dzgui.sh -u or dzgui.sh --uninstall and choose from full or partial uninstall + +## [5.3.0] 2024-06-15 ### Added - Server browser tables now display the number of players in queue (for full servers) - Warning dialog if the user's API key returned no servers, and a global API cooldown dialog (60 seconds) -- Uninstall routine: invoke via dzgui.sh -u or dzgui.sh --uninstall and choose from full or partial uninstall ### Fixed - Removing servers from My Servers via the right-click context menu was not actually removing the server and drawing an empty dialog - Resolved an issue where, when Steam was not installed in a standard location and the user was prompted to let DZGUI auto-discover the correct path, this information was not retained correctly