diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e3e35984..c918d5bb 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1 +1,10 @@ -* bce26946 Fix lookup of pilot metadata (#601) \ No newline at end of file +* 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) diff --git a/Passepartout.xcodeproj/project.pbxproj b/Passepartout.xcodeproj/project.pbxproj index 1238d778..21d0d5d0 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 = 3633; + CURRENT_PROJECT_VERSION = 3634; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = Passepartout/App/App.plist; INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)"; @@ -540,7 +540,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 = 3633; + CURRENT_PROJECT_VERSION = 3634; ENABLE_PREVIEWS = YES; INFOPLIST_FILE = Passepartout/App/App.plist; INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)"; @@ -578,7 +578,7 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_ENTITLEMENTS = Passepartout/Tunnel/Tunnel.entitlements; - CURRENT_PROJECT_VERSION = 3633; + CURRENT_PROJECT_VERSION = 3634; INFOPLIST_FILE = Passepartout/Tunnel/Tunnel.plist; INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)"; INFOPLIST_KEY_NSHumanReadableCopyright = "$(CFG_COPYRIGHT)"; @@ -608,7 +608,7 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_ENTITLEMENTS = Passepartout/Tunnel/Tunnel.entitlements; - CURRENT_PROJECT_VERSION = 3633; + CURRENT_PROJECT_VERSION = 3634; INFOPLIST_FILE = Passepartout/Tunnel/Tunnel.plist; INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)"; INFOPLIST_KEY_NSHumanReadableCopyright = "$(CFG_COPYRIGHT)";