diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2023-11-17 15:15:41 +0100 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2023-11-23 15:14:21 +0100 |
| commit | a897d8c5981fe0bf02ec0c085b381ce5c2fadc57 (patch) | |
| tree | 848bad4709602185ba8d3f3d3656658ff02a5fdd | |
| parent | de51170bec7f193384598b4731607ba5888fa77b (diff) | |
| download | mullvadvpn-a897d8c5981fe0bf02ec0c085b381ce5c2fadc57.tar.xz mullvadvpn-a897d8c5981fe0bf02ec0c085b381ce5c2fadc57.zip | |
Update changelog
Update changelog with the command
`mullvad relay set tunnel wireguard entry custom-list`
Update changelog with CLI changes
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ddb8fbb6..5e502ca73d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,8 +23,7 @@ Line wrap the file at 100 chars. Th ## [Unreleased] ### 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 @@ -36,6 +35,7 @@ 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. #### Android - Migrate welcome view to compose. @@ -59,6 +59,7 @@ Line wrap the file at 100 chars. Th - Remove wireguard-go (userspace WireGuard) support. ### Fixed +- Validate that hostname matches correct server type 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. |
