diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2023-06-28 16:46:17 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2023-08-24 16:32:00 +0200 |
| commit | 80ba6e51e4fc4bc32d71e7bb03767d947810abed (patch) | |
| tree | 13c77d634cdb9b5526c7ac649a21855c7ff39b57 | |
| parent | f7b4e5fc17dbdfbf2455970abc5ca5a5422b80a0 (diff) | |
| download | mullvadvpn-80ba6e51e4fc4bc32d71e7bb03767d947810abed.tar.xz mullvadvpn-80ba6e51e4fc4bc32d71e7bb03767d947810abed.zip | |
Update changelog with 2023.5-beta1 section
| -rw-r--r-- | CHANGELOG.md | 69 |
1 files changed, 37 insertions, 32 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d15393561..4044eae0a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,11 +23,6 @@ Line wrap the file at 100 chars. Th ## [Unreleased] ### Added -- Add `--help` and `--version` options to the desktop GUI application. -- Add creation date below device name in the device list screen. -- Add settings view button in main view in the desktop app. -- Add time left and device name in the header bar in the desktop app. - - 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`. @@ -40,24 +35,6 @@ Line wrap the file at 100 chars. Th - Add the ability to set a custom wireguard port. ### Changed -- In the CLI, update the `tunnel` subcommand to resemble `relay` more. For example, by adding a - unified `mullvad tunnel get` command and removing individual `get` subcommands like - `mullvad tunnel ipv6 get`. -- Update the CLI multihop settings to make it possible to set the entry location without toggling - multihop on or off. -- In the CLI, the `mullvad account get` command will now print the account - number (if there is one) after the device has been revoked. -- Update the CLI relay, multihop & bridge selection interface to accept a - hostname as sole argument, inheriting the behavior of `mullvad relay set - hostname`. This is in addition to accepting a geographical location as basis - for filtering relays. -- Silence OpenVPN "replay attack" warnings. -- Update Electron from 23.2.0 to 25.2.0. - -#### Windows -- In the CLI, add a unified `mullvad split-tunnel get` command to replace the old commands - `mullvad split-tunnel pid list` and `mullvad split-tunnel get`. - #### Android - Rename "Advanced settings" to "VPN Settings". - Move the "Split tunneling" menu item up a level from "VPN settings" to "Settings". @@ -67,18 +44,9 @@ Line wrap the file at 100 chars. Th - Migrate account view to compose. ### Fixed -- Update relay list after logging in. Previously, if the user wasn't logged in when the daemon - started, the relay list would only be updated after attempting to connect to the VPN. - #### Android - Fix connection header flickering. -#### macOS -- Fix inability to sync iCloud and Safari bookmarks while connected to the VPN. - -### Removed -- Remove the CLI subcommand `mullvad relay set hostname`. - ## [android/2023.5] - 2023-08-02 ### Changed @@ -93,6 +61,42 @@ Line wrap the file at 100 chars. Th - Prevent opening download page in Google Play builds. +## [2023.5-beta1] - 2023-07-13 +### Added +- Add `--help` and `--version` options to the desktop GUI application. +- Add creation date below device name in the device list screen. +- Add account view button in main view in the desktop app. +- Add time left and device name in the header bar in the desktop app. + +### Changed +- In the CLI, update the `tunnel` subcommand to resemble `relay` more. For example, by adding a + unified `mullvad tunnel get` command and removing individual `get` subcommands like + `mullvad tunnel ipv6 get`. +- Update the CLI multihop settings to make it possible to set the entry location without toggling + multihop on or off. +- In the CLI, the `mullvad account get` command will now print the account number (if there is one) + after the device has been revoked. +- Update the CLI relay, multihop & bridge selection interface to accept a hostname as sole argument, + inheriting the behavior of `mullvad relay set hostname`. This is in addition to accepting a + geographical location as basis for filtering relays. +- Silence OpenVPN "replay attack" warnings. +- Update Electron from 23.2.0 to 25.2.0. + +#### Windows +- In the CLI, add a unified `mullvad split-tunnel get` command to replace the old commands + `mullvad split-tunnel pid list` and `mullvad split-tunnel get`. + +### Fixed +- Update relay list after logging in. Previously, if the user wasn't logged in when the daemon + started, the relay list would only be updated after attempting to connect to the VPN. + +#### macOS +- Fix inability to sync iCloud and Safari bookmarks while connected to the VPN. + +### Removed +- Remove the CLI subcommand `mullvad relay set hostname`. + + ## [2023.4] - 2023-06-27 ### Fixed - Fix misaligned read in `shadowsocks` leading to a panic on some platforms. @@ -180,6 +184,7 @@ Line wrap the file at 100 chars. Th #### macOS - Fix tray window behaviour when opening mission control and switching between full-screen workspaces. +- Fix issue where app stopped responding on ARM Macs. #### Linux - Fix RPM package containing unecessary files causing conflicts with other electron-builder based |
