Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Feb 19, 2025
1 parent cf5d1fb commit 288b713
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 84 deletions.
23 changes: 1 addition & 22 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1 @@
* Improve the UX of profile editing and management (#1149)
* Unpin active profile from preferences (#1159)
* Override light/dark appearance (#1198)
* iOS: Add dark and tinted icons (#1170)
* macOS: Add "Reconnect" and "Disconnect" from menu (#1154)
* macOS: Perform provider server action on click country (#1155)
* OpenVPN: Add shortcuts in main profile view (#1167)
* OpenVPN: Fix random crashes during negotiation (#1161)
* OpenVPN: Edit remotes in place (#1188)
* Fix "No profiles" message flashing on launch (#1147)
* Fix behavior of "Including" on-demand policy (#1151)
* Fix on-demand paywall on .any policy
* Report "DNS failed" when DNS is the culprit
* Optionally resort to CloudFlare when no DNS settings are provided (#1165)
* Prevent save profile without active modules (#1164)
* Add tip to suggest how to build profiles (#1163)
* Add "Delete profile" in profile editor (#1160)
* Show the list of features included in each product (#1157)
* Wrap rather than truncate long profile names (#1150)
* Use pending color when inactive due to on-demand (#1191)
* Import profiles with on-demand enabled for stability (#1148)
* Fix German translations
* WireGuard: Fix IPv6 endpoints not recognized (#1203)
4 changes: 2 additions & 2 deletions Passepartout/Config.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
// Configuration settings file format documentation can be found at:
// https://help.apple.com/xcode/#/dev745c5c974

MARKETING_VERSION = 3.1.2
CURRENT_PROJECT_VERSION = 3765
MARKETING_VERSION = 3.1.3
CURRENT_PROJECT_VERSION = 3766

// tweak these based on app and team
CFG_APP_ID = com.algoritmico.ios.Passepartout
Expand Down
21 changes: 1 addition & 20 deletions fastlane/metadata/iOS/default/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1 @@
* Improve the UX of profile editing and management (#1149)
* Unpin active profile from preferences (#1159)
* Override light/dark appearance (#1198)
* iOS: Add dark and tinted icons (#1170)
* OpenVPN: Add shortcuts in main profile view (#1167)
* OpenVPN: Fix random crashes during negotiation (#1161)
* OpenVPN: Edit remotes in place (#1188)
* Fix "No profiles" message flashing on launch (#1147)
* Fix behavior of "Including" on-demand policy (#1151)
* Fix on-demand paywall on .any policy
* Report "DNS failed" when DNS is the culprit
* Optionally resort to CloudFlare when no DNS settings are provided (#1165)
* Prevent save profile without active modules (#1164)
* Add tip to suggest how to build profiles (#1163)
* Add "Delete profile" in profile editor (#1160)
* Show the list of features included in each product (#1157)
* Wrap rather than truncate long profile names (#1150)
* Use pending color when inactive due to on-demand (#1191)
* Import profiles with on-demand enabled for stability (#1148)
* Fix German translations
* WireGuard: Fix IPv6 endpoints not recognized (#1203)
22 changes: 1 addition & 21 deletions fastlane/metadata/macOS/default/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1 @@
* Improve the UX of profile editing and management (#1149)
* Unpin active profile from preferences (#1159)
* Override light/dark appearance (#1198)
* macOS: Add "Reconnect" and "Disconnect" from menu (#1154)
* macOS: Perform provider server action on click country (#1155)
* OpenVPN: Add shortcuts in main profile view (#1167)
* OpenVPN: Fix random crashes during negotiation (#1161)
* OpenVPN: Edit remotes in place (#1188)
* Fix "No profiles" message flashing on launch (#1147)
* Fix behavior of "Including" on-demand policy (#1151)
* Fix on-demand paywall on .any policy
* Report "DNS failed" when DNS is the culprit
* Optionally resort to CloudFlare when no DNS settings are provided (#1165)
* Prevent save profile without active modules (#1164)
* Add tip to suggest how to build profiles (#1163)
* Add "Delete profile" in profile editor (#1160)
* Show the list of features included in each product (#1157)
* Wrap rather than truncate long profile names (#1150)
* Use pending color when inactive due to on-demand (#1191)
* Import profiles with on-demand enabled for stability (#1148)
* Fix German translations
* WireGuard: Fix IPv6 endpoints not recognized (#1203)
20 changes: 1 addition & 19 deletions fastlane/metadata/tvOS/default/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1 @@
* Improve the UX of profile editing and management (#1149)
* Unpin active profile from preferences (#1159)
* Override light/dark appearance (#1198)
* OpenVPN: Add shortcuts in main profile view (#1167)
* OpenVPN: Fix random crashes during negotiation (#1161)
* OpenVPN: Edit remotes in place (#1188)
* Fix "No profiles" message flashing on launch (#1147)
* Fix behavior of "Including" on-demand policy (#1151)
* Fix on-demand paywall on .any policy
* Report "DNS failed" when DNS is the culprit
* Optionally resort to CloudFlare when no DNS settings are provided (#1165)
* Prevent save profile without active modules (#1164)
* Add tip to suggest how to build profiles (#1163)
* Add "Delete profile" in profile editor (#1160)
* Show the list of features included in each product (#1157)
* Wrap rather than truncate long profile names (#1150)
* Use pending color when inactive due to on-demand (#1191)
* Import profiles with on-demand enabled for stability (#1148)
* Fix German translations
* WireGuard: Fix IPv6 endpoints not recognized (#1203)

0 comments on commit 288b713

Please sign in to comment.