From ec2b213b7cd14e51ac60a554658981ce53d82610 Mon Sep 17 00:00:00 2001 From: Davide Date: Mon, 27 Jan 2025 12:33:14 +0100 Subject: [PATCH] Bump version --- CHANGELOG.txt | 3 +++ Passepartout/Config.xcconfig | 2 +- fastlane/metadata/iOS/default/release_notes.txt | 3 +++ fastlane/metadata/macOS/default/release_notes.txt | 3 +++ fastlane/metadata/tvOS/default/release_notes.txt | 3 +++ 5 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ef2a9c89f..3770cf474 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,2 +1,5 @@ +* Do not show "Activating" when the tunnel is actually idle (#1105) +* OpenVPN: Prompt for credentials when needed (#1104) +* OpenVPN: Fix potential deadlock on disconnection (#1097) * OpenVPN: Restore and improve negotiation speed (#1095) * OpenVPN: Resolve issues with long negotiations (#1094) diff --git a/Passepartout/Config.xcconfig b/Passepartout/Config.xcconfig index 2304112d6..88b04c572 100644 --- a/Passepartout/Config.xcconfig +++ b/Passepartout/Config.xcconfig @@ -27,7 +27,7 @@ // https://help.apple.com/xcode/#/dev745c5c974 MARKETING_VERSION = 3.0.3 -CURRENT_PROJECT_VERSION = 3728 +CURRENT_PROJECT_VERSION = 3729 // tweak these based on app and team CFG_APP_ID = com.algoritmico.ios.Passepartout diff --git a/fastlane/metadata/iOS/default/release_notes.txt b/fastlane/metadata/iOS/default/release_notes.txt index ef2a9c89f..3770cf474 100644 --- a/fastlane/metadata/iOS/default/release_notes.txt +++ b/fastlane/metadata/iOS/default/release_notes.txt @@ -1,2 +1,5 @@ +* Do not show "Activating" when the tunnel is actually idle (#1105) +* OpenVPN: Prompt for credentials when needed (#1104) +* OpenVPN: Fix potential deadlock on disconnection (#1097) * OpenVPN: Restore and improve negotiation speed (#1095) * OpenVPN: Resolve issues with long negotiations (#1094) diff --git a/fastlane/metadata/macOS/default/release_notes.txt b/fastlane/metadata/macOS/default/release_notes.txt index ef2a9c89f..3770cf474 100644 --- a/fastlane/metadata/macOS/default/release_notes.txt +++ b/fastlane/metadata/macOS/default/release_notes.txt @@ -1,2 +1,5 @@ +* Do not show "Activating" when the tunnel is actually idle (#1105) +* OpenVPN: Prompt for credentials when needed (#1104) +* OpenVPN: Fix potential deadlock on disconnection (#1097) * OpenVPN: Restore and improve negotiation speed (#1095) * OpenVPN: Resolve issues with long negotiations (#1094) diff --git a/fastlane/metadata/tvOS/default/release_notes.txt b/fastlane/metadata/tvOS/default/release_notes.txt index ef2a9c89f..3770cf474 100644 --- a/fastlane/metadata/tvOS/default/release_notes.txt +++ b/fastlane/metadata/tvOS/default/release_notes.txt @@ -1,2 +1,5 @@ +* Do not show "Activating" when the tunnel is actually idle (#1105) +* OpenVPN: Prompt for credentials when needed (#1104) +* OpenVPN: Fix potential deadlock on disconnection (#1097) * OpenVPN: Restore and improve negotiation speed (#1095) * OpenVPN: Resolve issues with long negotiations (#1094)