From 70200b17ea635e8b185480a5c313f07fb8d0f69e Mon Sep 17 00:00:00 2001 From: Davide Date: Mon, 9 Dec 2024 02:07:36 +0100 Subject: [PATCH] Bump version --- CHANGELOG.txt | 11 +++-------- Passepartout.xcodeproj/project.pbxproj | 16 ++++++++-------- fastlane/metadata/iOS/en-US/release_notes.txt | 10 +++++++--- fastlane/metadata/macOS/en-US/release_notes.txt | 10 +++++++--- fastlane/metadata/tvOS/en-US/release_notes.txt | 10 +++++++--- 5 files changed, 32 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8195ff4d..1e7a17f7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,8 +1,3 @@ -WARNING: favorite servers are lost in this build, but those saved -from now on will be shared across all devices. - -* Allow "Routing" module in beta -* Fix deadlock regression in DNS resolution (e.g. Mullvad) -* Store complex preferences to Core Data (#981) -* Disclose details about selected provider server configuration (#980) -* Improve "Purchased" view (#979) +* Exclude OpenVPN endpoints (#987) +* Fix missing animations in profiles list (#986) +* Select preset matching current filter (#985) diff --git a/Passepartout.xcodeproj/project.pbxproj b/Passepartout.xcodeproj/project.pbxproj index 6a0b6799..0da77b83 100644 --- a/Passepartout.xcodeproj/project.pbxproj +++ b/Passepartout.xcodeproj/project.pbxproj @@ -1004,7 +1004,7 @@ "ASSETCATALOG_COMPILER_APPICON_NAME[sdk=appletvos*]" = TV; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements; - CURRENT_PROJECT_VERSION = 3678; + CURRENT_PROJECT_VERSION = 3679; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = Passepartout/App/App.plist; INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)"; @@ -1043,7 +1043,7 @@ "ASSETCATALOG_COMPILER_APPICON_NAME[sdk=appletvos*]" = TV; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements; - CURRENT_PROJECT_VERSION = 3678; + CURRENT_PROJECT_VERSION = 3679; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = Passepartout/App/App.plist; INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)"; @@ -1104,7 +1104,7 @@ buildSettings = { CODE_SIGN_ENTITLEMENTS = Passepartout/LoginItem/LoginItem.entitlements; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 3678; + CURRENT_PROJECT_VERSION = 3679; ENABLE_HARDENED_RUNTIME = YES; ENABLE_USER_SCRIPT_SANDBOXING = YES; INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)"; @@ -1129,7 +1129,7 @@ buildSettings = { CODE_SIGN_ENTITLEMENTS = Passepartout/LoginItem/LoginItem.entitlements; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 3678; + CURRENT_PROJECT_VERSION = 3679; ENABLE_HARDENED_RUNTIME = YES; ENABLE_USER_SCRIPT_SANDBOXING = YES; INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)"; @@ -1183,7 +1183,7 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_ENTITLEMENTS = Passepartout/Tunnel/Tunnel.entitlements; - CURRENT_PROJECT_VERSION = 3678; + CURRENT_PROJECT_VERSION = 3679; INFOPLIST_FILE = Passepartout/Tunnel/Tunnel.plist; INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)"; INFOPLIST_KEY_NSHumanReadableCopyright = "$(CFG_COPYRIGHT)"; @@ -1209,7 +1209,7 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_ENTITLEMENTS = Passepartout/Tunnel/Tunnel.entitlements; - CURRENT_PROJECT_VERSION = 3678; + CURRENT_PROJECT_VERSION = 3679; INFOPLIST_FILE = Passepartout/Tunnel/Tunnel.plist; INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)"; INFOPLIST_KEY_NSHumanReadableCopyright = "$(CFG_COPYRIGHT)"; @@ -1232,7 +1232,7 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_ENTITLEMENTS = Passepartout/Intents/Intents.entitlements; - CURRENT_PROJECT_VERSION = 3678; + CURRENT_PROJECT_VERSION = 3679; ENABLE_USER_SCRIPT_SANDBOXING = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Passepartout/Intents/Intents.plist; @@ -1263,7 +1263,7 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_ENTITLEMENTS = Passepartout/Intents/Intents.entitlements; - CURRENT_PROJECT_VERSION = 3678; + CURRENT_PROJECT_VERSION = 3679; ENABLE_USER_SCRIPT_SANDBOXING = YES; GENERATE_INFOPLIST_FILE = YES; INFOPLIST_FILE = Passepartout/Intents/Intents.plist; diff --git a/fastlane/metadata/iOS/en-US/release_notes.txt b/fastlane/metadata/iOS/en-US/release_notes.txt index 3c0919fe..8195ff4d 100644 --- a/fastlane/metadata/iOS/en-US/release_notes.txt +++ b/fastlane/metadata/iOS/en-US/release_notes.txt @@ -1,4 +1,8 @@ -WARNING: you must re-configure your providers in this build. +WARNING: favorite servers are lost in this build, but those saved +from now on will be shared across all devices. -* Fix unfriendly message on import OpenVPN -* Fix a tunnel crash during DNS resolution +* Allow "Routing" module in beta +* Fix deadlock regression in DNS resolution (e.g. Mullvad) +* Store complex preferences to Core Data (#981) +* Disclose details about selected provider server configuration (#980) +* Improve "Purchased" view (#979) diff --git a/fastlane/metadata/macOS/en-US/release_notes.txt b/fastlane/metadata/macOS/en-US/release_notes.txt index 3c0919fe..8195ff4d 100644 --- a/fastlane/metadata/macOS/en-US/release_notes.txt +++ b/fastlane/metadata/macOS/en-US/release_notes.txt @@ -1,4 +1,8 @@ -WARNING: you must re-configure your providers in this build. +WARNING: favorite servers are lost in this build, but those saved +from now on will be shared across all devices. -* Fix unfriendly message on import OpenVPN -* Fix a tunnel crash during DNS resolution +* Allow "Routing" module in beta +* Fix deadlock regression in DNS resolution (e.g. Mullvad) +* Store complex preferences to Core Data (#981) +* Disclose details about selected provider server configuration (#980) +* Improve "Purchased" view (#979) diff --git a/fastlane/metadata/tvOS/en-US/release_notes.txt b/fastlane/metadata/tvOS/en-US/release_notes.txt index 3c0919fe..8195ff4d 100644 --- a/fastlane/metadata/tvOS/en-US/release_notes.txt +++ b/fastlane/metadata/tvOS/en-US/release_notes.txt @@ -1,4 +1,8 @@ -WARNING: you must re-configure your providers in this build. +WARNING: favorite servers are lost in this build, but those saved +from now on will be shared across all devices. -* Fix unfriendly message on import OpenVPN -* Fix a tunnel crash during DNS resolution +* Allow "Routing" module in beta +* Fix deadlock regression in DNS resolution (e.g. Mullvad) +* Store complex preferences to Core Data (#981) +* Disclose details about selected provider server configuration (#980) +* Improve "Purchased" view (#979)