From 8fdc29d47df45c8099b3d3149db934dd62c49911 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:23:51 +0900 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 8 ++++++++ dzgui.sh | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b52b56a..45c7290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [5.6.0-beta.10] 2024-12-04 +### Fixed +- Untoggle highlight button when repopulating mod list +- Resolve remote IP when saving records for game servers with multiple hosts +- Update statusbar when removing servers from list/repopulating +### Added: +- "Select stale" button to bulk select mods marked as obsolete + ## [5.6.0-beta.9] 2024-12-03 ### Fixed - Normalize user locale when parsing floats diff --git a/dzgui.sh b/dzgui.sh index 5ac52ad..766915b 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -o pipefail -version=5.6.0-beta.9 +version=5.6.0-beta.10 #CONSTANTS aid=221100 @@ -569,10 +569,10 @@ fetch_helpers_by_sum(){ [[ -f "$config_file" ]] && source "$config_file" declare -A sums sums=( - ["ui.py"]="1c6e5b996eccd891a3e56930e28246da" + ["ui.py"]="3b90cd522e52131e7ae396671e1c1ad2" ["query_v2.py"]="55d339ba02512ac69de288eb3be41067" ["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397" - ["funcs"]="d98d8626a1d61b2d5947b53155a14928" + ["funcs"]="62f6b3fb2dcb56a78b7642c0f0aa7abe" ["lan"]="c62e84ddd1457b71a85ad21da662b9af" ) local author="aclist"