From 8616c002f975f3472d51d54937ee5fe5648706d8 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Tue, 1 Oct 2024 08:05:09 +0200 Subject: [PATCH] Bump version --- CHANGELOG.txt | 12 +----------- Passepartout.xcodeproj/project.pbxproj | 8 ++++---- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4ad6f1b0..a6390ca4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,11 +1 @@ -* 4b1f6e547 Fix some on-demand behavior (#646) -* 0e4dd086 Import profiles with on-demand disabled (#641) -* aead8662 Open app with multiple files (#640) -* 4877c2bd Restrict paywall to on-demand rules (#639) -* a9fa6a2f Maintain one configuration per profile (#636) -* 28a2017d Confirm quit on macOS (#634) -* 9e6e5927 Associate and handle imported files (#628) -* 95c09f43 Prefix group ID with team ID on macOS (#626) -* 989886c4 Fix description of parsing errors on import (#623) -* 4124ff5c Lock app with FaceID (#609) -* 752dc622 Associate with ovpn/conf/zip files (#605) +* 635708695 Retain last used profile beyond disconnection diff --git a/Passepartout.xcodeproj/project.pbxproj b/Passepartout.xcodeproj/project.pbxproj index 928508ae..503d8e2b 100644 --- a/Passepartout.xcodeproj/project.pbxproj +++ b/Passepartout.xcodeproj/project.pbxproj @@ -498,7 +498,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 = 3638; + CURRENT_PROJECT_VERSION = 3639; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = Passepartout/App/App.plist; INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)"; @@ -542,7 +542,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 = 3638; + CURRENT_PROJECT_VERSION = 3639; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = Passepartout/App/App.plist; INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)"; @@ -582,7 +582,7 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_ENTITLEMENTS = Passepartout/Tunnel/Tunnel.entitlements; - CURRENT_PROJECT_VERSION = 3638; + CURRENT_PROJECT_VERSION = 3639; INFOPLIST_FILE = Passepartout/Tunnel/Tunnel.plist; INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)"; INFOPLIST_KEY_NSHumanReadableCopyright = "$(CFG_COPYRIGHT)"; @@ -612,7 +612,7 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_ENTITLEMENTS = Passepartout/Tunnel/Tunnel.entitlements; - CURRENT_PROJECT_VERSION = 3638; + CURRENT_PROJECT_VERSION = 3639; INFOPLIST_FILE = Passepartout/Tunnel/Tunnel.plist; INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)"; INFOPLIST_KEY_NSHumanReadableCopyright = "$(CFG_COPYRIGHT)";