v2.5.2: redesign Tunnels section in Settings

This commit is contained in:
orohi
2026-07-28 09:48:19 +03:00
parent 599e0a487c
commit a5b8f26db1
9 changed files with 522 additions and 112 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ else:
application_path = os.path.dirname(__file__)
DATA_FILE = os.path.join(application_path, 'data.json') # legacy JSON; used only for one-shot import / export
CURRENT_VERSION = "v2.5.1"
CURRENT_VERSION = "v2.5.2"
RELEASES_REPO_URL = repo_url()
RELEASES_API_LATEST = api_latest_url()
BIN_DIR = os.environ.get('TUNNEL_BIN_DIR', os.path.join(application_path, 'bin'))