1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-05 12:03:00 +02:00

chore: normalize version

This commit is contained in:
aclist 2024-04-21 09:22:37 +09:00
parent ecfc2c490e
commit 4cb00d6fe9
4 changed files with 15 additions and 5 deletions

View file

@ -1,5 +1,15 @@
# Changelog
## [5.2.3] 2024-04-19
### Added
- Added Debug Mode button to main menu
### Changed
- Reworded debug mode notification dialog
### Dropped
- Dropped seen_news key from configs
## [5.2.2] 2024-04-18
### Added
- Cover artwork/icons for Steam "Recent Games" and tree view

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -o pipefail
version=5.2.2-rc.4
version=5.2.3-rc.1
#CONSTANTS
aid=221100
@ -533,10 +533,10 @@ fetch_helpers_by_sum(){
source "$config_file"
declare -A sums
sums=(
["ui.py"]="4202c2235f99e6812b33ccd131988014"
["ui.py"]="9eeff067994b1e8010eb37f1db1b34bc"
["query_v2.py"]="1822bd1769ce7d7cb0d686a60f9fa197"
["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397"
["funcs"]="074f58d60c53c3bcd5073f2d28ecc425"
["funcs"]="6fe6e3ff99237c77ef855a51420c51f0"
)
local author="aclist"
local repo="dztui"

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -o pipefail
version=5.2.2.rc-4
version=5.2.3.rc-1
#CONSTANTS
aid=221100

View file

@ -18,7 +18,7 @@ locale.setlocale(locale.LC_ALL, '')
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk, GLib, Gdk, GObject, Pango
# 5.2.2.rc-4
# 5.2.3.rc-1
app_name = "DZGUI"
start_time = 0