From 52d970f49ee03645d470a3a4e04a6c25dfc1069e Mon Sep 17 00:00:00 2001 From: MaxFan Date: Mon, 11 May 2026 21:14:16 +0330 Subject: [PATCH] Release v1.2.23 --- AppTunnel/AppTunnel.csproj | 6 +++--- CHANGELOG.md | 8 ++++++++ docs/BUILD.md | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/AppTunnel/AppTunnel.csproj b/AppTunnel/AppTunnel.csproj index 303f30d..6966908 100644 --- a/AppTunnel/AppTunnel.csproj +++ b/AppTunnel/AppTunnel.csproj @@ -23,9 +23,9 @@ fa-IR - 1.2.22 - 1.2.22.0 - 1.2.22.0 + 1.2.23 + 1.2.23.0 + 1.2.23.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 072bbae..4408f75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Unreleased +## 1.2.23 + +- Added GitHub release checking from the Help tab. +- Added automatic tray notification when a newer release is available. +- Added tray notifications for connection, disconnection, and connection errors. +- Added a tray menu action for checking updates. +- Moved remaining future VPN-manager improvements into the public roadmap. + ## 1.2.22 - Fixed Help page data binding so GitHub and donation buttons work. diff --git a/docs/BUILD.md b/docs/BUILD.md index b99bcd6..f91c39e 100644 --- a/docs/BUILD.md +++ b/docs/BUILD.md @@ -21,7 +21,7 @@ dotnet publish AppTunnel\AppTunnel.csproj -c Release -r win-x64 --self-contained Rename the final executable with the app version: ```powershell -TunnelX-v1.2.22-standalone-compressed.exe +TunnelX-v1.2.23-standalone-compressed.exe ``` ## 32-bit Windows