diff options
| author | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2026-01-16 15:01:50 +0100 |
|---|---|---|
| committer | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2026-01-16 15:01:50 +0100 |
| commit | 2fdfe0c6f6ad3b1173527a7cd70a49605a46e06f (patch) | |
| tree | 4ce22e874df660aa626728edcef8283871b57793 | |
| parent | 11c0739cf70aecc745e96bc9faf2cda538b4df7f (diff) | |
| parent | a0040ca0b642d6e14f7f91698ed8ae81a052cf18 (diff) | |
| download | mullvadvpn-2fdfe0c6f6ad3b1173527a7cd70a49605a46e06f.tar.xz mullvadvpn-2fdfe0c6f6ad3b1173527a7cd70a49605a46e06f.zip | |
Merge branch 'update-documentation'
| -rw-r--r-- | CHANGELOG.md | 19 | ||||
| -rw-r--r-- | README.md | 12 |
2 files changed, 11 insertions, 20 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2c63a3f5..193393aa0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,19 +26,10 @@ Line wrap the file at 100 chars. Th - Change `WireGuard port` to no longer affect the port used for LWO. - Change `Mullvad Bridges` access method to randomly pick any Mullvad-owned bridge. Previously the access method was constrained to the five bridges closest to the exit relay. -- Use Wayland by default on Linux if available, otherwise fall back to X11. - -### Fixed -- Fix "Time left" label in main view not updating when time passes. - -#### Windows -- Update split tunnel driver to 1.2.5.0. This fixes audit issue `MLLVD-CR-24-102`, - and a BSOD when the driver was improperly unloaded. -- Detect and kill processes preventing updates. -### Changed #### Linux - Change "Go back" keyboard shortcut from `Esc` to `Alt + Left Arrow` or `Alt + [`. +- Use Wayland by default on Linux if available, otherwise fall back to X11. #### macOS - Change "Go back" keyboard shortcut from `Esc` to `Cmd + Left Arrow` or `Cmd + [`. @@ -48,6 +39,14 @@ Line wrap the file at 100 chars. Th - Make Mullvad service run in case the [split tunnel driver](https://github.com/mullvad/win-split-tunnel) fails to load. +### Fixed +- Fix "Time left" label in main view not updating when time passes. + +#### Windows +- Update split tunnel driver to 1.2.5.0. This fixes audit issue `MLLVD-CR-24-102`, + and a BSOD when the driver was improperly unloaded. +- Detect and kill processes preventing updates. + ### Security #### Windows - Warn user before clearing firewall rules during failed downgrades. This fix only applies to @@ -279,16 +279,8 @@ tray icon does not appear, try one of the following methods: If you're using GNOME, you might have to install additional GNOME shell extensions to display the tray icon properly. -#### GNOME 47 and newer - -If you do not see the tray icon, try installing the `Status Icons` GNOME Shell extension. -It can be installed via GNOME's extension website: https://extensions.gnome.org/extension/7332/status-icons/ - -#### GNOME 46 and older - -For older versions of GNOME the `Status Icons` extension is unavailable. For those systems we recommend -`AppIndicator and KStatusNotifierItem Support` instead. -It can be installed via GNOME's extension website: https://extensions.gnome.org/extension/615/appindicator-support/ +We recommend `AppIndicator and KStatusNotifierItem Support`. It can be installed via GNOME's extension website: +https://extensions.gnome.org/extension/615/appindicator-support/ ### Other desktop environments |
