diff options
| author | Albin <albin@mullvad.net> | 2024-10-16 14:19:45 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-10-16 14:20:07 +0200 |
| commit | 316e8cc4b8b51b39a164ba0e1598a6767d490fcc (patch) | |
| tree | 995581f3d809bcc75d81ab47e57648de2e260781 | |
| parent | 0b6e0873b6d997cf9c488251e09b7943b40ae831 (diff) | |
| download | mullvadvpn-316e8cc4b8b51b39a164ba0e1598a6767d490fcc.tar.xz mullvadvpn-316e8cc4b8b51b39a164ba0e1598a6767d490fcc.zip | |
Update changelog for android/2024.5 and android/2024.6
| -rw-r--r-- | android/CHANGELOG.md | 36 |
1 files changed, 28 insertions, 8 deletions
diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md index 39bc7a5124..c7140a7c4d 100644 --- a/android/CHANGELOG.md +++ b/android/CHANGELOG.md @@ -23,26 +23,46 @@ Line wrap the file at 100 chars. Th ## [Unreleased] ### Added -- Add support for predictive back. -- Add DAITA (Defence against AI-guided Traffic Analysis) setting. -- Add WireGuard over Shadowsocks. - Add feature indicators to the main view along with redesigning the connection details. - Add new "Connect on device start-up" setting for devices without system VPN settings. -### Removed -- Legacy auto-connect feature. - ### Changed -- Update colors in the app to be more in line with material design. - Replace the draft key encapsulation mechanism Kyber (round 3) with the standardized ML-KEM (FIPS 203) dito in the handshake for Quantum-resistant tunnels. ### Fixed -- Fix VPN service being recreated multiple times when toggling certain options. - Fix unlabeled icon buttons for basic accessibility with screen readers. + + +## [android/2024.6] - 2024-10-14 +### Fixed +- Fix rare crash related to an upcoming feature (feature indicators). + + +## [android/2024.5] - 2024-10-09 +### Fixed - Fix crash when in the edit custom list locations screen and changing app langauge. +## [android/2024.5-beta2] - 2024-09-24 +### Fixed +- Fix building of the app bundle which is used for publishing to Google Play. + + +## [android/2024.5-beta1] - 2024-09-23 +### Added +- Add support for predictive back. +- Add DAITA (Defence against AI-guided Traffic Analysis) setting. +- Add WireGuard-over-Shadowsocks. + +### Changed +- Update colors in the app to be more in line with material design. + +### Fixed +- Fix VPN service being recreated multiple times when toggling certain options. +- Fix location selection navigation on some TV devices. + + ## [android/2024.4] - 2024-09-03 ### Fixed - Fix potential crash when toggling quick settings tile. |
