diff options
| author | David Lönnhager <david.l@mullvad.net> | 2023-11-29 12:18:50 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2023-12-01 16:26:31 +0100 |
| commit | 2550a7db09fc0de087000badc21e72880b3c2d34 (patch) | |
| tree | d3adf3d2e1855e01ed37e19883890dddb3148d0c | |
| parent | b4bff3b51a0576fc3789f8376f3b741dcebf006d (diff) | |
| download | mullvadvpn-2550a7db09fc0de087000badc21e72880b3c2d34.tar.xz mullvadvpn-2550a7db09fc0de087000badc21e72880b3c2d34.zip | |
Trim overly long entries in changelog
| -rw-r--r-- | CHANGELOG.md | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index aafcbc0f27..3ce9628a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,8 @@ Line wrap the file at 100 chars. Th ## [2023.6-beta1] - 2023-11-23 ### Added -- Add customizable relay lists to the CLI on desktop. Custom lists can be managed through `mullvad custom-lists` and can be selected through `mullvad relay set` and `mullvad bridge set`. +- Add customizable relay lists to the CLI on desktop. Custom lists can be managed through + `mullvad custom-lists` and can be selected through `mullvad relay set` and `mullvad bridge set`. - Add custom lists to location selector in desktop app. - Add custom API access methods to the CLI on desktop. Custom API access methods allow the user to proxy API traffic through a peer before connecting to a tunnel. They are managed through @@ -57,7 +58,9 @@ Line wrap the file at 100 chars. Th ### Changed - Update Electron from 25.2.0 to 26.3.0. -- CLI command `mullvad relay set tunnel wireguard entry-location` changed to `mullvad relay set tunnel wireguard entry location`, as the `location` subcommand can now be swapped for `custom-list` to select entry relays using a custom list. +- CLI command `mullvad relay set tunnel wireguard entry-location` changed to + `mullvad relay set tunnel wireguard entry location`, as the `location` subcommand can now be + swapped for `custom-list` to select entry relays using a custom list. #### Linux - Don't block forwarding of traffic when the split tunnel mark (ct mark) is set. @@ -67,7 +70,8 @@ Line wrap the file at 100 chars. Th - Remove wireguard-go (userspace WireGuard) support. ### Fixed -- Validate that hostname matches correct server type for CLI commands `mullvad relay set location`, `mullvad bridge set location` and `mullvad relay set tunnel wireguard entry location` +- Validate that hostname matches correct server type for CLI commands `mullvad relay set location`, + `mullvad bridge set location`, and `mullvad relay set tunnel wireguard entry location`. - Show correct endpoint in CLI for custom relays. - Lower risk of being rate limited. - Fix error dialog when failing to write to console by handling the thrown error. @@ -489,8 +493,8 @@ Identical to android/2022.2-beta2 except for updated translations. ### Security - When the system service is being shut down and the target state is _secured_, maintain the - blocking firewall rules. Unless it's possible to deduce that the system isn't shutting down and the - system service is being stopped by the user intentionally. This is to prevent leaks that might + blocking firewall rules. Unless it's possible to deduce that the system isn't shutting down and + the system service is being stopped by the user intentionally. This is to prevent leaks that might occur during system shutdown. Fixes 2022 Mullvad app audit issue item `MUL22-02`. #### Windows @@ -901,8 +905,8 @@ properly after initialization. - Move window after dragging tray icon to new position. #### Linux -- Greatly simplify behavior around custom DNS when using systemd-resolved, by not setting DNS config on interfaces other - than our tunnel interface. +- Greatly simplify behavior around custom DNS when using systemd-resolved, by not setting DNS config + on interfaces other than our tunnel interface. ## [2021.5] - 2021-10-25 @@ -1352,7 +1356,8 @@ This release is for Android only. - Fix issues managing DNS when dnsmasq is used with NetworkManager. - Fix issues with managing kernel WireGuard device via NetworkManager. - Disable NetworkManager's connectivity check before applying firewall rules to avoid triggering - NetworkManager's [bug](https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/312#note_453724) + NetworkManager's + [bug](https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/312#note_453724) ### Security - Restore the last target state if the daemon crashes. Previously, if auto-connect and |
