diff options
| -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 |
