diff options
| author | Albin <albin@mullvad.net> | 2023-08-29 11:11:06 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-08-30 20:51:26 +0200 |
| commit | e817d25c6fb412ee33d59013f38529c91e63ed27 (patch) | |
| tree | 665c7661cdf994fe954dc661431456f30f785a5d | |
| parent | f8d931cabb25f88b1e9df031b2a1c21e4d8dcc52 (diff) | |
| download | mullvadvpn-e817d25c6fb412ee33d59013f38529c91e63ed27.tar.xz mullvadvpn-e817d25c6fb412ee33d59013f38529c91e63ed27.zip | |
Update changelog for android/2023.6-beta1
| -rw-r--r-- | CHANGELOG.md | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ee3d3dee38..6cc31848ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,27 +26,31 @@ Line wrap the file at 100 chars. Th - Add customizable relay lists to the CLI on desktop. Custom lists can be managed through `mullvad custom-lists` and can be selected through `mullvad relay set` and `mullvad bridge set`. +### Changed +#### Android +- Migrate welcome view to compose. + + +## [android/2023.6-beta1] - 2023-08-29 + +### Added #### Android -- Add UDP-over-TCP. -- Prevent incoming connections from outside the VPN in Android 11+ when Local Network Sharing - is turned off. - Add quantum resistant tunneling. -- Add search for select location. -- Add the ability to set a custom wireguard port. +- Add UDP-over-TCP WireGuard obfuscation. +- Improve how the Android firewall handles incoming connections on Android 11+ devices. +- Add search bar to the Select location view. +- Add settings entry to configure WireGuard port by either using a predefined or custom port. ### Changed #### Android -- Rename "Advanced settings" to "VPN Settings". -- Move the "Split tunneling" menu item up a level from "VPN settings" to "Settings". -- Migrate split tunneling view to compose. -- Migrate select Location view to compose. -- Migrate settings view to compose. -- Migrate account view to compose. -- Migrate welcome view to compose. +- Combine the "Preferences" and "Account" settings sub-menus into a single one called + "VPN Settings". +- Make "Split tunneling" more accessible by placing it directly in the main settings menu. +- Migrate multiple views to Compose and MVVM (Settings, Account, Split tunneling, Select location). ### Fixed #### Android -- Fix connection header flickering. +- Reduce flickering in the main/connect view. ## [android/2023.5] - 2023-08-02 |
