diff options
| author | Jon Petersson <jon.petersson@mullvad.net> | 2025-06-18 13:26:04 +0200 |
|---|---|---|
| committer | Jon Petersson <jon.petersson@mullvad.net> | 2025-06-18 13:26:04 +0200 |
| commit | 949d03850342a1d37409849156d3bc9d71b87bbc (patch) | |
| tree | 9537d49e37333261408f481201e9d6d75a6f5a15 | |
| parent | ac9f0a01c96406dbeaa026ff2ef557a4f4bcbcd0 (diff) | |
| parent | 0ffa9aa39c515cc18229d0e93f8b91435629cdb0 (diff) | |
| download | mullvadvpn-949d03850342a1d37409849156d3bc9d71b87bbc.tar.xz mullvadvpn-949d03850342a1d37409849156d3bc9d71b87bbc.zip | |
Merge branch 'update-changelog'
| -rw-r--r-- | ios/CHANGELOG.md | 11 | ||||
| -rw-r--r-- | ios/Configurations/Version.xcconfig | 2 |
2 files changed, 10 insertions, 3 deletions
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index 396012005b..6304950f65 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -24,15 +24,21 @@ Line wrap the file at 100 chars. Th ## Unreleased ### Added - Make feature indicators clickable shortcuts to their corresponding settings. +- Let users cancel sending a problem report. ### Changed -- Improve location view to filter out servers not compatible with custom obfuscation port. -- Make the app feel more responsive when reconnecting. - Replace Classic McEliece with HQC as one of the post-quantum safe key exchange mechanisms used for the quantum-resistant tunnels. The main benefits here are that HQC uses a lot less CPU to compute the keypair, and the public key sent to the server is drastically smaller. +## [2025.5 - 2025-06-17] +### Changed +- Make the app feel more responsive when reconnecting. + +### Fixed +- Fix app thinking the device is offline when another VPN is already active. + ## [2025.4 - 2025-05-20] ### Added - Make account number copyable on welcome screen. @@ -40,6 +46,7 @@ Line wrap the file at 100 chars. Th ### Changed - Improve the filter view to display the number of available servers based on selected criteria. +- Improve location view to filter out servers not compatible with custom obfuscation port. ## [2025.3 - 2025-03-06] ### Fixed diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig index 4ea470c7f9..ae3d834f9b 100644 --- a/ios/Configurations/Version.xcconfig +++ b/ios/Configurations/Version.xcconfig @@ -2,7 +2,7 @@ VERSIONING_SYSTEM = apple-generic // Marketing version, aka major.minor -MARKETING_VERSION = 2025.4 +MARKETING_VERSION = 2025.6 // Build number // Normally we reset the build number to 1 after bumping MARKETING_VERSION. |
