From d4c64b8742631efa1bc191298671bb64154ea2fb Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sun, 16 Jun 2024 03:43:39 +0900 Subject: [PATCH 01/10] chore: bump version --- 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 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 02/10] 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 03/10] 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 From 46b18c8a3e43d1734b5b29f279329e25745481ba Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Wed, 19 Jun 2024 02:35:41 +0900 Subject: [PATCH 04/10] docs: fix typo --- docs/dzgui.adoc | 2 +- docs/dzgui_dark.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dzgui.adoc b/docs/dzgui.adoc index ee3f6e3..bd8c984 100644 --- a/docs/dzgui.adoc +++ b/docs/dzgui.adoc @@ -550,7 +550,7 @@ This depends on server operators checking their mods for integrity. A mod is corrupted or the issue lies with the server. Replace the mods in question and reconnect. .The game is slow or prone to crashing -DayZ does not manipulate the game itself and does not contribute to/degrade its performance. +DZGUI does not manipulate the game itself and does not contribute to/degrade its performance. If you are experiencing performance degradation, it can be caused by too many mods installed or by a server-side problem (underpowered server, misconfiguration, etc.) Contact the server administrator for assistance. diff --git a/docs/dzgui_dark.adoc b/docs/dzgui_dark.adoc index 5f19064..98bb247 100644 --- a/docs/dzgui_dark.adoc +++ b/docs/dzgui_dark.adoc @@ -550,7 +550,7 @@ This depends on server operators checking their mods for integrity. A mod is corrupted or the issue lies with the server. Replace the mods in question and reconnect. .The game is slow or prone to crashing -DayZ does not manipulate the game itself and does not contribute to/degrade its performance. +DZGUI does not manipulate the game itself and does not contribute to/degrade its performance. If you are experiencing performance degradation, it can be caused by too many mods installed or by a server-side problem (underpowered server, misconfiguration, etc.) Contact the server administrator for assistance. From 13ee8c777d53d2416daebb02a512cfdd67b36a2e Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sun, 23 Jun 2024 11:29:49 +0900 Subject: [PATCH 05/10] docs: add uninstall info --- docs/dzgui.adoc | 8 ++++++++ docs/dzgui_dark.adoc | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/docs/dzgui.adoc b/docs/dzgui.adoc index bd8c984..4b4b41c 100644 --- a/docs/dzgui.adoc +++ b/docs/dzgui.adoc @@ -297,6 +297,14 @@ LC_ALL=de_DE.UTF-8 ./dzgui.sh If you intend to use this frequently, you could wrap the above in a script or alias. +== Uninstallation + +To uninstall DZGUI and its associated files, invoke `./dzgui.sh` with the `-u` or `--uninstall` flag. + +Follow the prompts to choose from full uninstall (removes the application and all user-defined configuration files) or partial install (removes the application, but keeps user-defined configuration files). + +If you intend to reinstall DZGUI again, keeping your configuration files is recommended. + == Basic usage Select from among the <