diff options
| author | Albin <albin@mullvad.net> | 2021-11-25 11:45:50 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2021-11-26 14:14:42 +0100 |
| commit | 6c1df10cf8513a24bd20114d2de972f0dc765e75 (patch) | |
| tree | 072d7485537e2e1c3d2854c31c98408dd6353dee | |
| parent | a061a16fc6cd2429ce381699980a6e0315dd111b (diff) | |
| download | mullvadvpn-6c1df10cf8513a24bd20114d2de972f0dc765e75.tar.xz mullvadvpn-6c1df10cf8513a24bd20114d2de972f0dc765e75.zip | |
Update changelog
| -rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fea6f8d5c7..ca4da7be88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,15 @@ Line wrap the file at 100 chars. Th - Keep unspecified constraints unchanged in the CLI when providing specific tunnel constraints instead of setting them to default values. +#### Android +- Avoid running in foreground when not connected. +- Avoid removing notification when service is stopped. +- Change so that swiping the notification no longer kills the service since that isn't a common way of handling the + lifecycle in Android. Instead rely on the following mechanisms to kill the service: + * Swiping to remove from the Recents/Overview screen. + * Android Background Execution Limits. + * The System Settings way of killing apps ("Force Stop"). + ### Fixed - Always kill `sslocal` if the tunnel monitor fails to start when using bridges. @@ -35,6 +44,8 @@ Line wrap the file at 100 chars. Th - Fix daemon not starting if all excluded app paths reside on non-existent/unmounted volumes. - Remove tray icon of current running app version when upgrading. +#### Android +- Fix Quick Settings tile showing wrong state in certain scenarios. ## [2021.6] - 2021-11-17 ### Fixed |
