diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2021-06-09 11:52:34 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2021-06-09 13:33:33 +0200 |
| commit | b8d4dc59291668fe05160b71ae3706be0174dddf (patch) | |
| tree | a011ef3141869214239058467f1e36efa98b7388 | |
| parent | 8a10bac813982653cefff5cb4d47cb71e2aeee0a (diff) | |
| download | mullvadvpn-b8d4dc59291668fe05160b71ae3706be0174dddf.tar.xz mullvadvpn-b8d4dc59291668fe05160b71ae3706be0174dddf.zip | |
Add 2021.4-beta1 to changelog and fix errors/wording
| -rw-r--r-- | CHANGELOG.md | 39 |
1 files changed, 22 insertions, 17 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 11aeacbcce..db0a472934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,14 +23,24 @@ Line wrap the file at 100 chars. Th ## [Unreleased] + + +## [2021.4-beta1] - 2021-06-09 +This release is for desktop only. + ### Added - When `MULLVAD_MANAGEMENT_SOCKET_GROUP` is set, only allow the specified group to access the management interface UDS socket. This means that only users in that group can use the CLI and GUI. -- Support WireGuard over TCP for custom VPN relays in the CLI. +- Support WireGuard over TCP for custom VPN relays in the CLI. (Our relays don't support this yet). - Make app native on Apple Silicon. -- Add DNS options for ad and tracker blocking to the CLI. -- Support WireGuard multihop using an entry endpoint constraint. -- Add DNS options for ad and tracker blocking to the desktop app. +- Support WireGuard multihop using an entry endpoint constraint in the CLI. +- Add Ad and tracker blocking to the desktop app. Implemented via DNS on the relays. + +#### Windows +- Add split tunneling as a beta feature. Allows excluding some applications from the VPN tunnel. + +#### Android +- Added support of adaptive icons (available only from Android 8). ### Changed - Upgrade OpenVPN from 2.5.0 to 2.5.1. @@ -45,6 +55,8 @@ Line wrap the file at 100 chars. Th #### Android - Improve stability by running the UI and the tunnel management logic in separate processes. +- Remove dialog warning that only custom local DNS servers are supported, since public custom DNS + servers are now supported. #### macOS - Update shape of macOS icon to be in line with Apple's guidelines. @@ -56,7 +68,7 @@ Line wrap the file at 100 chars. Th - Do not try to parse an empty account history. #### Windows -- Prevent tray icons from being extraced to `%TEMP%` directory. +- Prevent tray icons from being extracted to `%TEMP%` directory. - Fix failure to create Wintun adapter due to a residual network interface by upgrading Wintun to 0.10.4. - Wait indefinitely for IP interfaces to attach to the tunnel device to prevent early timeouts, @@ -80,6 +92,11 @@ Line wrap the file at 100 chars. Th - Fix quick-settings tile sometimes showing the wrong tunnel state. - Fix TV-only apps not appearing in the Split Tunneling screen. +### Security +#### Linux +- Drop packets being *forwarded* unless they are approved by the same rules as incoming or outgoing + traffic. + ## [2021.3] - 2021-04-28 This release is for desktop only. @@ -106,9 +123,6 @@ This release is for desktop only. #### Linux - Always enable `src_valid_mark` config option when connecting to allow policty based routing. -#### Android -- Added support of adaptive icons (available only from Android 8). - ### Changed - Allow whitespace in account token in CLI. - Read account token from standard input unless given as an argument in CLI. @@ -117,10 +131,6 @@ This release is for desktop only. - Attempt to send problem reports using other endpoints if using the primary one fails. - Upgrade wireguard-go to version 20210225140808 (Windows: v0.3.8) -#### Android -- Remove dialog warning that only custom local DNS servers are supported, since public custom DNS - servers are now supported. - ### Fixed - Fix GUI not showing correct view if disconnected from the daemon during app startup. - Fix incorrectly displayed "inconsistent version" text in settings if disconnected from daemon on @@ -136,11 +146,6 @@ This release is for desktop only. - Always reconnect appropriately after an upgrade. Previously, installing the app twice in succession, with auto-connect disabled, would cause it to re-launch in the disconnected state. -#### Linux -- Drop packets being forwarded unless they are approved by the same rules as incoming or outgoing - traffic. - - ## [android/2021.1] - 2021-05-04 This release is for Android only. |
