chore: update versions

This commit is contained in:
aclist 2025-07-06 12:22:12 +09:00
parent 133966ef36
commit 4c504a7bd9
4 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## [5.8.0-beta.2] 2025-07-06
## Added
- Filter servers by official/unofficial status
## Changed
- Updated internal versioning of helper files
## [5.8.0-beta.1] 2025-06-05
## Added
- Automatically fetch geolocation records

View File

@ -585,10 +585,10 @@ fetch_helpers_by_sum(){
[[ -f "$config_file" ]] && source "$config_file"
declare -A sums
sums=(
["ui.py"]="ad3433f2c2d1ca6dc1d6c88912a5bb62"
["ui.py"]="f128a97e744e9e11036d707198feb8a8"
["query_v2.py"]="55d339ba02512ac69de288eb3be41067"
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
["funcs"]="942902d9c38c8d675b5e48a7b7a34d93"
["funcs"]="94287c75a5ae0a06a95dd439711e6fba"
["lan"]="c62e84ddd1457b71a85ad21da662b9af"
)
local author="aclist"

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -o pipefail
version=5.6.0
version="5.8.0"
#CONSTANTS
aid=221100

View File

@ -17,7 +17,6 @@ import gi
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk, GLib, Gdk, GObject, Pango
# 5.7.0
app_name = "DZGUI"
cache = {}