diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2021-11-30 11:19:23 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2021-11-30 11:19:23 +0100 |
| commit | bf3d51ddb4e003ba0137695ddd9b491de3c61362 (patch) | |
| tree | 96ccdaab944593a08885584588595007e8b21535 | |
| parent | 7ff12dcfcca78c6d7ce60c24d8554b6802d52f62 (diff) | |
| parent | d08389293b10c5423a31fefd709ae5acede228ec (diff) | |
| download | mullvadvpn-bf3d51ddb4e003ba0137695ddd9b491de3c61362.tar.xz mullvadvpn-bf3d51ddb4e003ba0137695ddd9b491de3c61362.zip | |
Merge branch 'update-changelog'
| -rw-r--r-- | ios/CHANGELOG.md | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index 7694088ce3..36df73fa1b 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -24,16 +24,22 @@ Line wrap the file at 100 chars. Th ## [Unreleased] ### Added -- Add ability to specify custom DNS servers. - Show privacy overlay when entering app switcher. ### Changed +- Increase hit area of settings (cog) button. +- Update launch screen. + + +## [2021.4] - 2021-11-30 +### Added +- Add ability to specify custom DNS servers. + +### Changed - Attach log backup from previous application run to problem report. - Use background tasks to periodically update relays and rotate the private key on iOS 13 or newer. Background fetch is used as fallback on iOS 12. - Request background execution time from the system when performing critical tasks. -- Increase hit area of settings (cog) button. -- Update launch screen. ### Fixed - Drop leading replacement characters (`\u{FFFD}`) when decoding UTF-8 from a part of log file. @@ -42,6 +48,7 @@ Line wrap the file at 100 chars. Th - Move REST API networking from the packet tunnel process to the main process to prevent leaking traffic outside of the tunnel. + ## [2021.3] - 2021-08-10 ### Added - Show a reminder to add more credits 3 days before account expiry via system notification and @@ -52,6 +59,7 @@ Line wrap the file at 100 chars. Th - Update WireGuardKit to the latest. Fixes iOS 15 support. - Improve accessibility support. + ## [2021.2] - 2021-06-03 ### Added - Enable option to "Select all" when viewing app logs. |
