Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Jan 29, 2025
1 parent c1d7fa1 commit 5bf53ff
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 28 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
* Do not show "Activating" when the tunnel is actually idle (#1105)
* OpenVPN: Prompt for credentials when needed (#1104)
* OpenVPN: Fix potential deadlock on disconnection (#1097)
* OpenVPN: Restore and improve negotiation speed (#1095)
* OpenVPN: Resolve issues with long negotiations (#1094)
* Fix Ukranian translations (#1122)
* tvOS: Override focus behavior to enforce button colors (#1123)
* Fix indefinite spinner when listing products (#1121)
* Only apply cellular/Ethernet on-demand rules on devices that support the interface (#1120)
* macOS: Perform provider server action on click address
* Fix misaligned reveal button in secure fields
* macOS: Fix unreadable character in provider server favorite column
* macOS: Prevent main window from being minimized indefinitely
* iOS: Hide layout toggle on iPhone

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.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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.0.3
CURRENT_PROJECT_VERSION = 3729
MARKETING_VERSION = 3.0.4
CURRENT_PROJECT_VERSION = 3730

// tweak these based on app and team
CFG_APP_ID = com.algoritmico.ios.Passepartout
Expand Down
10 changes: 5 additions & 5 deletions fastlane/metadata/iOS/default/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* Do not show "Activating" when the tunnel is actually idle (#1105)
* OpenVPN: Prompt for credentials when needed (#1104)
* OpenVPN: Fix potential deadlock on disconnection (#1097)
* OpenVPN: Restore and improve negotiation speed (#1095)
* OpenVPN: Resolve issues with long negotiations (#1094)
* Fix Ukranian translations (#1122)
* Fix indefinite spinner when listing products (#1121)
* Only apply cellular/Ethernet on-demand rules on devices that support the interface (#1120)
* Fix misaligned reveal button in secure fields
* iOS: Hide layout toggle on iPhone
12 changes: 7 additions & 5 deletions fastlane/metadata/macOS/default/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
* Do not show "Activating" when the tunnel is actually idle (#1105)
* OpenVPN: Prompt for credentials when needed (#1104)
* OpenVPN: Fix potential deadlock on disconnection (#1097)
* OpenVPN: Restore and improve negotiation speed (#1095)
* OpenVPN: Resolve issues with long negotiations (#1094)
* Fix Ukranian translations (#1122)
* Fix indefinite spinner when listing products (#1121)
* Only apply cellular/Ethernet on-demand rules on devices that support the interface (#1120)
* macOS: Perform provider server action on click address
* Fix misaligned reveal button in secure fields
* macOS: Fix unreadable character in provider server favorite column
* macOS: Prevent main window from being minimized indefinitely
10 changes: 5 additions & 5 deletions fastlane/metadata/tvOS/default/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* Do not show "Activating" when the tunnel is actually idle (#1105)
* OpenVPN: Prompt for credentials when needed (#1104)
* OpenVPN: Fix potential deadlock on disconnection (#1097)
* OpenVPN: Restore and improve negotiation speed (#1095)
* OpenVPN: Resolve issues with long negotiations (#1094)
* Fix Ukranian translations (#1122)
* tvOS: Override focus behavior to enforce button colors (#1123)
* Fix indefinite spinner when listing products (#1121)
* Only apply cellular/Ethernet on-demand rules on devices that support the interface (#1120)
* Fix misaligned reveal button in secure fields

0 comments on commit 5bf53ff

Please sign in to comment.