diff options
| author | Jon Petersson <jon.petersson@mullvad.net> | 2025-01-22 17:08:47 +0100 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2025-01-24 12:45:42 +0100 |
| commit | cbc5d62e86cc76b8fd6ef90a8166838d145e7e66 (patch) | |
| tree | e54c1c350b51c3e5ed365b80ff0ffc8d5728f432 | |
| parent | ecd86f782691635ce85560f4460f3b4911cdf0ca (diff) | |
| download | mullvadvpn-ios/2025.2-build2.tar.xz mullvadvpn-ios/2025.2-build2.zip | |
Bump changelog and prepare for releaseios/2025.2-build2
| -rw-r--r-- | ios/Assets/changes.txt | 9 | ||||
| -rw-r--r-- | ios/CHANGELOG.md | 5 | ||||
| -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..2435fcbf02 100644 --- a/ios/Assets/changes.txt +++ b/ios/Assets/changes.txt @@ -1,4 +1,5 @@ -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. diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index 62ebe4d24d..f1b887daca 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -22,11 +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 ## [2025.1 - 2025-01-14] ### Added diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig index ee55a39b8f..513a0e4388 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 = 2 |
