mirror of
https://github.com/aclist/dztui.git
synced 2025-04-04 11:33:01 +02:00
fix: reduce startup time
All checks were successful
Mirror to Codeberg / mirror-to-codeberg (push) Successful in 14s
All checks were successful
Mirror to Codeberg / mirror-to-codeberg (push) Successful in 14s
This commit is contained in:
parent
4eb3171891
commit
406943bc12
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [5.7.0-beta.11] 2024-03-20
|
||||||
|
## Fixed
|
||||||
|
- Reduce startup time when testing remote APIs
|
||||||
|
|
||||||
## [5.7.0-beta.10] 2024-03-15
|
## [5.7.0-beta.10] 2024-03-15
|
||||||
## Added
|
## Added
|
||||||
- Restore application size on subsequent startup
|
- Restore application size on subsequent startup
|
||||||
|
|
4
dzgui.sh
4
dzgui.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
version=5.7.0-beta.10
|
version=5.7.0-beta.11
|
||||||
|
|
||||||
#CONSTANTS
|
#CONSTANTS
|
||||||
aid=221100
|
aid=221100
|
||||||
|
@ -882,7 +882,7 @@ test_connection(){
|
||||||
local res2
|
local res2
|
||||||
local str="No connection could be established to the remote server"
|
local str="No connection could be established to the remote server"
|
||||||
hr=(
|
hr=(
|
||||||
["steampowered.com"]="https://api.steampowered.com/IGameServersService/GetServerList/v1/?key=$steam_api"
|
["steampowered.com"]="https://api.steampowered.com/IGameServersService/GetServerList/v1/?filter=\appid\221100&limit=10&key=$steam_api"
|
||||||
["github.com"]="https://github.com/$author"
|
["github.com"]="https://github.com/$author"
|
||||||
["codeberg.org"]="https://codeberg.org/$author"
|
["codeberg.org"]="https://codeberg.org/$author"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue