diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2022-06-27 11:40:03 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2022-06-27 17:19:09 +0200 |
| commit | 3732c9828ba90c8f69394f56ccc63012bd1ee078 (patch) | |
| tree | 028c93d954db75cd01a21fe1bd63f23bf6341cdd | |
| parent | 550313f522e228f6eb262acee5164e980b12a28b (diff) | |
| download | mullvadvpn-3732c9828ba90c8f69394f56ccc63012bd1ee078.tar.xz mullvadvpn-3732c9828ba90c8f69394f56ccc63012bd1ee078.zip | |
Add 2022.3-beta1 changelog header and sort items
| -rw-r--r-- | CHANGELOG.md | 44 |
1 files changed, 24 insertions, 20 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bb4771ece1..e2ba3f2e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,22 +24,11 @@ Line wrap the file at 100 chars. Th ## [Unreleased] ### Added -- Add option to filter relays by ownership in the desktop apps. -- Experimental: Add support for quantum-resistant PSK exchange to the CLI. - -#### Linux -- Automatically attempt to detect and set the correct MTU for Wireguard tunnels. - -#### Windows -- Add CLI command for listing excluded processes. - #### Android - Add device management to the Android app. This simplifies knowing which device is which and adds the option to log other devices out when the account already has five devices. ### Changed -- Display consistent colors regardless of monitor color profile. - #### Android - Lowered default MTU to 1280 on Android. @@ -47,10 +36,34 @@ Line wrap the file at 100 chars. Th #### Android - Remove WireGuard view as it's no longer needed with the new way of managing devices. +### Fixed +#### Android +- Fix unused dependencies loaded in the service/tile DI graph. +- Fix missing IPC message unregistration causing multiple copies of some messages to be received. + +### Security +#### Android +- Prevent location request responses from being received outside the tunnel when in the connected + state. + + +## [2022.3-beta1] - 2022-06-27 +### Added +- Add option to filter relays by ownership in the desktop apps. +- Experimental: Add support for quantum-resistant PSK exchange to the CLI. + +#### Linux +- Automatically attempt to detect and set the correct MTU for Wireguard tunnels. + +#### Windows +- Add CLI command for listing excluded processes. + +### Removed #### Linux - Remove upstart init configuration files ### Fixed +- Display consistent colors regardless of monitor color profile on desktop. - Fix time added view displayed due to incorrect local clock. #### Windows @@ -59,15 +72,6 @@ Line wrap the file at 100 chars. Th interfaces are configured correctly to use local custom DNS. - Configure DNS correctly when the DNS client service is disabled or not responding. -#### Android -- Fix unused dependencies loaded in the service/tile DI graph. -- Fix missing IPC message unregistration causing multiple copies of some messages to be received. - -### Security -#### Android -- Prevent location request responses from being received outside the tunnel when in the connected - state. - ## [2022.2] - 2022-06-13 This release is for desktop only. |
