diff options
| -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. |
