From 4906a1e123488ed5c65cb9f49252392b18fed042 Mon Sep 17 00:00:00 2001 From: MaxFan Date: Sun, 17 May 2026 15:31:01 +0330 Subject: [PATCH] Prepare OpenVPN notes for release workflow Keeps the project version at 1.2.25 so the release workflow can publish v1.2.26 and moves the OpenVPN release notes back under Unreleased. Co-authored-by: Cursor --- AppTunnel/AppTunnel.csproj | 6 +++--- CHANGELOG.md | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/AppTunnel/AppTunnel.csproj b/AppTunnel/AppTunnel.csproj index 9fcc1bb..2bc7a6c 100644 --- a/AppTunnel/AppTunnel.csproj +++ b/AppTunnel/AppTunnel.csproj @@ -21,9 +21,9 @@ GPL-3.0-or-later fa-IR - 1.2.26 - 1.2.26.0 - 1.2.26.0 + 1.2.25 + 1.2.25.0 + 1.2.25.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c756a..cba4cc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,6 @@ ## Unreleased -## 1.2.26 - 2026-05-17 - - Added OpenVPN Community support as an external tunnel provider for split tunneling. - Added `.ovpn` file selection, OpenVPN username/password fields, install detection, and clearer Persian guidance in the connection and help screens. - Added split-compatible OpenVPN config preparation with route/DNS push filtering, credential file handling without UTF-8 BOM, remote candidate filtering, and faster retry behavior.