Release v2.1.0: mark NaiveProxy stable with client notes.

Stable NaiveProxy; note that v2rayN must not be used, Karing is confirmed, other clients are untested.
This commit is contained in:
orohi
2026-07-26 11:23:10 +03:00
parent 24e793d943
commit bf7bd16fcd
8 changed files with 27 additions and 17 deletions
+1 -1
View File
@@ -101,7 +101,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.0.0-beta"
CURRENT_VERSION = "v2.1.0"
RELEASES_REPO_URL = "https://git.evilfox.cc/test2/Amnezia-Web-Panel-main"
RELEASES_API_LATEST = "https://git.evilfox.cc/api/v1/repos/test2/Amnezia-Web-Panel-main/releases/latest"
BIN_DIR = os.environ.get('TUNNEL_BIN_DIR', os.path.join(application_path, 'bin'))