diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-10-08 09:47:35 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-10-08 13:46:55 +0200 |
| commit | ffbd28f787d8ee302577eb06322352c8f6b1e013 (patch) | |
| tree | db2804ee73f5116e532c1caf1b319a34b1d9263f | |
| parent | 328796b2f675d6c8ef9ad814cfb4b01aedc5a2d3 (diff) | |
| download | mullvadvpn-ffbd28f787d8ee302577eb06322352c8f6b1e013.tar.xz mullvadvpn-ffbd28f787d8ee302577eb06322352c8f6b1e013.zip | |
Fine tune changelog for 2019.9-beta1
| -rw-r--r-- | CHANGELOG.md | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bc3f00768..783be6a073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,9 +23,12 @@ Line wrap the file at 100 chars. Th ## [Unreleased] + + +## [2019.9-beta1] - 2019-10-08 ### Added - Add ability to change the desktop GUI language from within Settings. -- Add ability to create new accounts form the CLI +- Add ability to create new accounts from the CLI. #### Windows - Add CLI tools (the resource/ directory) to the system PATH. @@ -34,13 +37,13 @@ Line wrap the file at 100 chars. Th - Notarize release builds with Apple. Making them run without warning on 10.15 Catalina. #### Android -- Add settings button in launch and login screens. -- Add support for Android Lollipop. +- Add settings button in launch and login screens. Making it possible to reach the problem report. +- Add support for Android 5.x Lollipop. - Allow logging in without connectivity. ### Changed - Account and WireGuard keys links in the App will now log the user in automatically. -- Update FAQ URL to `https://mullvad.net/help/tag/mullvad-app/` +- Update FAQ URL to `https://mullvad.net/help/tag/mullvad-app/`. ### Removed - Remove support for `MULLVAD_LOCALE` environment variable. @@ -52,15 +55,17 @@ Line wrap the file at 100 chars. Th - Fix `mullvad relay update` to trigger a relay list download even if the existing cache is new. - Don't include problem-report arguments in error logging. Stops user email from ending up in the log file on error. +- Fix handling of tunnel file descriptor for WireGuard. Duplicating and closing it correctly. #### Android - Show WireGuard key age in local timezone instead of UTC. -- Fix notification button icons. +- Android 6 and older: Fix notification button icons. - Fix collapsing tunnel information causing tunnel out IP address information to be lost. +- Various stability fixes. #### Windows -- More adjustments in online/offline detection logic. -- Be quicker to notice network disconnects. +- More adjustments in online/offline detection logic. Should prevent more users from being stuck + in the offline state. Should also make the app notice network disconnects faster. ## [2019.8] - 2019-09-23 |
