diff options
| author | Jon Petersson <jon.petersson@mullvad.net> | 2025-01-22 17:08:47 +0100 |
|---|---|---|
| committer | Jon Petersson <jon.petersson@mullvad.net> | 2025-01-28 16:25:44 +0100 |
| commit | f52822b045403da689305a01d5392d396804f573 (patch) | |
| tree | 3002b1cfc0ce411169fcb919bbe6b7f1c9e7e2e7 | |
| parent | ebb9f989f89dda6921383173661b64d0807a686e (diff) | |
| download | mullvadvpn-ios/2025.2-build3.tar.xz mullvadvpn-ios/2025.2-build3.zip | |
Bump changelog and prepare for releaseios/2025.2-build3
| -rw-r--r-- | ios/Assets/changes.txt | 10 | ||||
| -rw-r--r-- | ios/CHANGELOG.md | 4 | ||||
| -rw-r--r-- | ios/Configurations/Version.xcconfig | 2 |
3 files changed, 10 insertions, 6 deletions
diff --git a/ios/Assets/changes.txt b/ios/Assets/changes.txt index f9d1c0f3c8..6702cd43c0 100644 --- a/ios/Assets/changes.txt +++ b/ios/Assets/changes.txt @@ -1,4 +1,6 @@ -CHANGE THIS BEFORE A RELEASE -Each line is treated as a separate change item shown in the GUI the first time it runs after install. -Start each line with a capital letter and end each line with a period. -Only point out the major changes. +Add feature indicators to the main view along with redesigning the connection details. +Add option to purchase 90-day subscriptions in the app. +Add tinted customizable app icon. +Fix bug in DAITA settings view on iOS15. +Move changelog to settings. +Encrypted DNS proxy will no longer use Google's resolvers. diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index b030a0b199..552215426c 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -22,12 +22,14 @@ Line wrap the file at 100 chars. Th * **Security**: in case of vulnerabilities. ## Unreleased +### Added +- Add different themes for app icons + ### Fixed - Broken DAITA settings view on iOS 15. ### Changed - Move changelog to settings and add an in-app notification banner for app update. -- Add different themes for app icons ### Removed - Remove Google's resolvers from encrypted DNS proxy. diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig index ee55a39b8f..4461cfc0c9 100644 --- a/ios/Configurations/Version.xcconfig +++ b/ios/Configurations/Version.xcconfig @@ -7,4 +7,4 @@ MARKETING_VERSION = 2025.2 // Build number // Normally we reset the build number to 1 after bumping MARKETING_VERSION. // Otherwise increment it for each subsequent TestFlight submission. -CURRENT_PROJECT_VERSION = 1 +CURRENT_PROJECT_VERSION = 3 |
