Skip to content

Commit

Permalink
Trim overly long entries in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Dec 1, 2023
1 parent b4bff3b commit 2550a7d
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2550a7d

Please sign in to comment.