diff options
| author | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-03-14 14:42:42 +0100 |
|---|---|---|
| committer | Joakim Hulthe <joakim.hulthe@mullvad.net> | 2025-03-14 14:42:42 +0100 |
| commit | fdd78988c0a810ce51fc382e3cf5a9daa7459bbd (patch) | |
| tree | 6f5c055a0ab9a9194bf1a716ca0ac536dc67ee4f | |
| parent | bdf68deec3ad1d3b6de87e0cfc8757053d70fdb5 (diff) | |
| parent | b8e4c655a53ddff70265023a5c725a4d3e197b61 (diff) | |
| download | mullvadvpn-fdd78988c0a810ce51fc382e3cf5a9daa7459bbd.tar.xz mullvadvpn-fdd78988c0a810ce51fc382e3cf5a9daa7459bbd.zip | |
Merge branch 'backport-2025.5-beta1-to-main'
| -rw-r--r-- | CHANGELOG.md | 21 | ||||
| -rw-r--r-- | dist-assets/desktop-product-version.txt | 2 |
2 files changed, 12 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5650f6bbe0..44402cdbad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,14 @@ Line wrap the file at 100 chars. Th * **Security**: in case of vulnerabilities. ## [Unreleased] +### Removed +- Remove "Any" option for tunnel protocol. The default is now WireGuard. + +### Fixed +- Fix `mullvad-cli` panicking if it tried to write to a closed pipe on Linux and macOS. + + +## [2025.5-beta1] - 2025-03-11 ### Added #### Windows - Add support for DAITA V2. @@ -29,12 +37,12 @@ Line wrap the file at 100 chars. Th ### Removed - Stop bundling https://github.com/mullvad/apisocks5 as a standalone binary. -- Remove "Any" option for tunnel protocol. The default is now WireGuard. +- Remove Google's resolvers from encrypted DNS proxy. ### Fixed -- Fix `mullvad-cli` panicking if it tried to write to a closed pipe on Linux and macOS. - #### macOS +- Fix daemon ending up in blocked state if the user toggled split tunneling without having granted + Full Disk Access to `mullvad-daemon`. This could only ever be accomplished from the CLI. - Fix routing issue caused by upgrading `tun`. @@ -74,13 +82,6 @@ This release is identical to 2025.4-beta1 ### Fixed - (macOS and Windows only) Add the correct route when using obfuscation with Wireguard. -#### macOS -- Fix daemon ending up in blocked state if the user toggled split tunneling without having granted - Full Disk Access to `mullvad-daemon`. This could only ever be accomplished from the CLI. - -### Removed -- Remove Google's resolvers from encrypted DNS proxy. - ## [2025.2] - 2025-01-08 ### Fixed diff --git a/dist-assets/desktop-product-version.txt b/dist-assets/desktop-product-version.txt index 3a186655a6..86c1a054e2 100644 --- a/dist-assets/desktop-product-version.txt +++ b/dist-assets/desktop-product-version.txt @@ -1 +1 @@ -2025.4 +2025.5-beta1 |
