From 113e5f885ba9f3f8354812974b2c86a5846ea425 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Sat, 22 Nov 2025 01:04:19 +0900 Subject: [PATCH] fix: normalize beta version --- CHANGELOG.md | 8 ++++---- dzgui.sh | 4 ++-- helpers/funcs | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61597e0..2172f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog -## [6.0.1-beta.4] 2025-11-14 +## [6.0.0-beta.12] 2025-11-14 ## Changed - Require Python 3.13 -## [6.0.1-beta.3] 2025-11-13 +## [6.0.0-beta.11] 2025-11-13 ## Added - Support sandboxed flatpak @@ -14,12 +14,12 @@ ## Fixed - Config file erroneously getting updated when populating settings menu -## [6.0.1-beta.2] 2025-11-10 +## [6.0.0-beta.10] 2025-11-10 ## Fixed - Python 3.14 error in finally block - Require Python version between 3.11 and 3.12 -## [6.0.1-beta.1] 2025-11-05 +## [6.0.0-beta.9] 2025-11-05 ## Fixed - UI not being constructed correctly if CHANGELOG.md was missing diff --git a/dzgui.sh b/dzgui.sh index 5ef22ef..0b6f8ef 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -3,7 +3,7 @@ set -o pipefail src_path=$(realpath "$0") -version=6.0.1.beta-4 +version=6.0.0.beta-12 #CONSTANTS aid=221100 @@ -601,7 +601,7 @@ fetch_helpers_by_sum(){ [[ -f "$config_file" ]] && source "$config_file" declare -A sums sums=( - ["funcs"]="39fa4c302a508f63dcfe5ca3cff9bc01" + ["funcs"]="bb059b81826babc53a268d0f5afe1110" ["query_v2.py"]="55d339ba02512ac69de288eb3be41067" ["servers.py"]="ed442c3aecf33f777d59dcf53650d263" ["ui.py"]="2276386252bd571b3505cbbc74359732" diff --git a/helpers/funcs b/helpers/funcs index d810635..124d4c1 100755 --- a/helpers/funcs +++ b/helpers/funcs @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -o pipefail -version="6.0.1-beta.4" +version="6.0.0-beta.12" #CONSTANTS aid=221100