diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-02-22 11:05:52 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-02-23 10:40:06 +0100 |
| commit | dcbdb46fa54091e6d8c4ccd02fe1be0b25de3987 (patch) | |
| tree | 51310a26f3b28b503268707ab69c561a2a167ded | |
| parent | c284ffc798a9a04b53e32f54104a3edbaeda7b17 (diff) | |
| download | mullvadvpn-dcbdb46fa54091e6d8c4ccd02fe1be0b25de3987.tar.xz mullvadvpn-dcbdb46fa54091e6d8c4ccd02fe1be0b25de3987.zip | |
Add escape behavior changelog item
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7998a9dfb6..d25d5e357b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,8 @@ Line wrap the file at 100 chars. Th - Don't block the tunnel state machine while starting the tunnel monitor. This also means that the machine will not transition directly from the `disconnected` to the `disconnecting` state if an error occurs. +- Change behavior of escape key in the desktop app. It now navigates backwards one step instead of + to the main view. To navigate back to the main view Shift+Escape can be used. ### Fixed - Fix the sometimes incorrect time added text after adding time to the account. |
