Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Dec 4, 2024
1 parent 79bb6e6 commit 4ef47df
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 24 deletions.
13 changes: 4 additions & 9 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
* Hide OpenVPN password if provider does not require it (#970)
* Fix OpenVPN/WireGuard import error messages (#967)
* Add guidance for OpenVPN provider credentials (#966)
* Use provider description as profile name
* Inform about use of profile name in Shortcuts (#954)
* Improve layout of installed profile (#953)
* Add version view in About/Settings (#952)
* Drop animations on reload servers on iOS
* Fix modals not re-appearing in iOS 16
WARNING: you must re-configure your providers in this build.

* Fix unfriendly message on import OpenVPN
* Fix a tunnel crash during DNS resolution

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Library/Sources/CommonAPI/API/v5/providers/pia/ovpn.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions Passepartout.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,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 = 3676;
CURRENT_PROJECT_VERSION = 3677;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = Passepartout/App/App.plist;
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1005,7 +1005,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 = 3676;
CURRENT_PROJECT_VERSION = 3677;
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = Passepartout/App/App.plist;
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1066,7 +1066,7 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = Passepartout/LoginItem/LoginItem.entitlements;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 3676;
CURRENT_PROJECT_VERSION = 3677;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
Expand All @@ -1091,7 +1091,7 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = Passepartout/LoginItem/LoginItem.entitlements;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 3676;
CURRENT_PROJECT_VERSION = 3677;
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1145,7 +1145,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = Passepartout/Tunnel/Tunnel.entitlements;
CURRENT_PROJECT_VERSION = 3676;
CURRENT_PROJECT_VERSION = 3677;
INFOPLIST_FILE = Passepartout/Tunnel/Tunnel.plist;
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
INFOPLIST_KEY_NSHumanReadableCopyright = "$(CFG_COPYRIGHT)";
Expand All @@ -1171,7 +1171,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = Passepartout/Tunnel/Tunnel.entitlements;
CURRENT_PROJECT_VERSION = 3676;
CURRENT_PROJECT_VERSION = 3677;
INFOPLIST_FILE = Passepartout/Tunnel/Tunnel.plist;
INFOPLIST_KEY_CFBundleDisplayName = "$(TARGET_NAME)";
INFOPLIST_KEY_NSHumanReadableCopyright = "$(CFG_COPYRIGHT)";
Expand All @@ -1194,7 +1194,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = Passepartout/Intents/Intents.entitlements;
CURRENT_PROJECT_VERSION = 3676;
CURRENT_PROJECT_VERSION = 3677;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Passepartout/Intents/Intents.plist;
Expand Down Expand Up @@ -1225,7 +1225,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_ENTITLEMENTS = Passepartout/Intents/Intents.entitlements;
CURRENT_PROJECT_VERSION = 3676;
CURRENT_PROJECT_VERSION = 3677;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Passepartout/Intents/Intents.plist;
Expand Down

0 comments on commit 4ef47df

Please sign in to comment.