diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2020-08-20 15:21:07 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2020-08-20 15:25:56 +0200 |
| commit | 97ceaa3ed6b4dbe0a889b7fa79753074f95c0eb3 (patch) | |
| tree | dd723904f95330a2c6bbcc94bcf2b3ad36685308 | |
| parent | 3e277b10f220d022726430cbed20fab4d6b1957d (diff) | |
| download | mullvadvpn-97ceaa3ed6b4dbe0a889b7fa79753074f95c0eb3.tar.xz mullvadvpn-97ceaa3ed6b4dbe0a889b7fa79753074f95c0eb3.zip | |
Update changelog with 2020.6-beta1 header and android beta.txt
| -rw-r--r-- | CHANGELOG.md | 9 | ||||
| -rw-r--r-- | android/src/main/play/release-notes/en-US/beta.txt | 11 |
2 files changed, 13 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f671367ce..2ee3c0eb65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,11 +23,18 @@ Line wrap the file at 100 chars. Th ## [Unreleased] +### Changed +- Use gRPC for communication between frontends and the backend instead of JSON-RPC. + + +## [2020.6-beta1] - 2020-08-20 ### Added - Show system notification when account has expired. - Add fish shell completions for the mullvad CLI. - Reconnect with a new key when WireGuard key is rotated automatically, previously the tunnel would time out before reconnecting. + +#### Linux - Add split tunneling menu under advanced settings in Linux app. #### Android @@ -44,7 +51,6 @@ Line wrap the file at 100 chars. Th - Display the original block reason in the non-blocking error state, and why applying the blocking policy failed. - Don't show account time expired notification for newly created accounts. -- Use gRPC for communication between frontends and the backend instead of JSON-RPC. #### Android - Show a system notification when the account time will soon run out. @@ -71,7 +77,6 @@ Line wrap the file at 100 chars. Th #### Android - Fix Connect screen sometimes becoming unusually tall. This ended up causing the screen to be scrolled up and made the UI elements unable to be seen until the user scrolled down. -- Fix app restarting itself after quitting. - Fix connect action from quick-settings tile or notification sometimes opening the UI instead of connecting. - Fix notification sometimes not being dismissible. diff --git a/android/src/main/play/release-notes/en-US/beta.txt b/android/src/main/play/release-notes/en-US/beta.txt index 4cc3e65a1d..de002740d5 100644 --- a/android/src/main/play/release-notes/en-US/beta.txt +++ b/android/src/main/play/release-notes/en-US/beta.txt @@ -1,5 +1,6 @@ -- Show a notification banner warning when the account time will soon run out. -- Prevent commands to connect or disconnect to be sent when the device is locked. -- Make all screens scrollable to better handle small screens and split-screen mode. -- Prevent tapjacking attacks and prohibit screenshots. Fixes audit ticket `MUL-02-003`. -- Fix various bugs causing random crashes, and UI navigation issues. +- Add split-tunnelling, allowing apps to be configured to be excluded from the tunnel. +- Add localized app messages. +- Show a system notification when the account time will soon run out. +- Changed how the Select Location screen scrolls so that more items can be viewed at the same time. +- Fix notification sometimes not being dismissible. +- Various UI bug fixes and improvements. |
