fix: normalize beta version

This commit is contained in:
aclist 2025-11-22 01:04:19 +09:00
parent a3092b1bf3
commit 113e5f885b
3 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,10 @@
# Changelog # Changelog
## [6.0.1-beta.4] 2025-11-14 ## [6.0.0-beta.12] 2025-11-14
## Changed ## Changed
- Require Python 3.13 - Require Python 3.13
## [6.0.1-beta.3] 2025-11-13 ## [6.0.0-beta.11] 2025-11-13
## Added ## Added
- Support sandboxed flatpak - Support sandboxed flatpak
@ -14,12 +14,12 @@
## Fixed ## Fixed
- Config file erroneously getting updated when populating settings menu - 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 ## Fixed
- Python 3.14 error in finally block - Python 3.14 error in finally block
- Require Python version between 3.11 and 3.12 - 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 ## Fixed
- UI not being constructed correctly if CHANGELOG.md was missing - UI not being constructed correctly if CHANGELOG.md was missing

View File

@ -3,7 +3,7 @@ set -o pipefail
src_path=$(realpath "$0") src_path=$(realpath "$0")
version=6.0.1.beta-4 version=6.0.0.beta-12
#CONSTANTS #CONSTANTS
aid=221100 aid=221100
@ -601,7 +601,7 @@ fetch_helpers_by_sum(){
[[ -f "$config_file" ]] && source "$config_file" [[ -f "$config_file" ]] && source "$config_file"
declare -A sums declare -A sums
sums=( sums=(
["funcs"]="39fa4c302a508f63dcfe5ca3cff9bc01" ["funcs"]="bb059b81826babc53a268d0f5afe1110"
["query_v2.py"]="55d339ba02512ac69de288eb3be41067" ["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
["servers.py"]="ed442c3aecf33f777d59dcf53650d263" ["servers.py"]="ed442c3aecf33f777d59dcf53650d263"
["ui.py"]="2276386252bd571b3505cbbc74359732" ["ui.py"]="2276386252bd571b3505cbbc74359732"

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -o pipefail set -o pipefail
version="6.0.1-beta.4" version="6.0.0-beta.12"
#CONSTANTS #CONSTANTS
aid=221100 aid=221100