Skip to content

Commit fdd7898

Browse files
committed
Merge branch 'backport-2025.5-beta1-to-main'
2 parents bdf68de + b8e4c65 commit fdd7898

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

CHANGELOG.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,27 @@ Line wrap the file at 100 chars. Th
2222
* **Security**: in case of vulnerabilities.
2323

2424
## [Unreleased]
25+
### Removed
26+
- Remove "Any" option for tunnel protocol. The default is now WireGuard.
27+
28+
### Fixed
29+
- Fix `mullvad-cli` panicking if it tried to write to a closed pipe on Linux and macOS.
30+
31+
32+
## [2025.5-beta1] - 2025-03-11
2533
### Added
2634
#### Windows
2735
- Add support for DAITA V2.
2836
- Add back wireguard-go (userspace WireGuard) support.
2937

3038
### Removed
3139
- Stop bundling https://github.com/mullvad/apisocks5 as a standalone binary.
32-
- Remove "Any" option for tunnel protocol. The default is now WireGuard.
40+
- Remove Google's resolvers from encrypted DNS proxy.
3341

3442
### Fixed
35-
- Fix `mullvad-cli` panicking if it tried to write to a closed pipe on Linux and macOS.
36-
3743
#### macOS
44+
- Fix daemon ending up in blocked state if the user toggled split tunneling without having granted
45+
Full Disk Access to `mullvad-daemon`. This could only ever be accomplished from the CLI.
3846
- Fix routing issue caused by upgrading `tun`.
3947

4048

@@ -74,13 +82,6 @@ This release is identical to 2025.4-beta1
7482
### Fixed
7583
- (macOS and Windows only) Add the correct route when using obfuscation with Wireguard.
7684

77-
#### macOS
78-
- Fix daemon ending up in blocked state if the user toggled split tunneling without having granted
79-
Full Disk Access to `mullvad-daemon`. This could only ever be accomplished from the CLI.
80-
81-
### Removed
82-
- Remove Google's resolvers from encrypted DNS proxy.
83-
8485

8586
## [2025.2] - 2025-01-08
8687
### Fixed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.4
1+
2025.5-beta1

0 commit comments

Comments
 (0)