@@ -24,6 +24,53 @@ Line wrap the file at 100 chars. Th
2424## [ Unreleased]
2525
2626
27+ ## [ 2025.11] - 2025-10-13
28+ This release is for Windows only. This release reverts all functionality to how the app worked in
29+ version 2025.9 to fix a BSOD (boot loop) bug. Only a few users experienced the issue, but we deemed
30+ it critical enough to revert everything until we have a better understanding of the problem.
31+
32+
33+ ## [ 2025.10] - 2025-10-08
34+ This release is identical to 2025.10-beta2.
35+
36+
37+ ## [ 2025.10-beta2] - 2025-10-01
38+ ### Fixed
39+ - QUIC obfuscation only using one in-address when connecting. It will now randomly select one of
40+ the available in-addresses for each connection attempt.
41+ - ` quinn_udp ` crate flooding ` mullvad-daemon.log ` with warnings.
42+
43+
44+ ## [ 2025.10-beta1] - 2025-09-16
45+ ### Added
46+ - Add helpful warnings when clearing account history. This helps users not lose their account
47+ numbers.
48+
49+ #### Windows
50+ - Add additional logging for tunnel devices and split tunneling to problem reports.
51+ - Log WFP sessions when transaction lock timeout occurs.
52+
53+ ### Changed
54+ - Move placement of login button from inside the account number input to under account number.
55+
56+ #### Windows
57+ - Implement UDP GSO for QUIC on client socket. This improves download speeds slightly.
58+
59+ ### Security
60+ #### Windows
61+ - Block traffic to exit node from non-Mullvad processes. This fixes a leak where traffic could be
62+ encrypted once, but leave the entry node unencrypted, if and only if the destination were the exit
63+ node. E.g., this might occur if a browser tries to open a TCP connection to the exit node IP.
64+
65+ ### Fixed
66+ - Fix version being labeled unsupported unexpectedly. So far, this only an issue when using
67+ development builds.
68+
69+ #### macOS
70+ - Fix apps attempting to use IPv6 with in-tunnel IPv6 disabled.
71+ - Re-add missing loopback alias if removed. This fixes some issues with DNS resolution.
72+
73+
2774## [ 2025.9] - 2025-09-8
2875This release is identical to 2025.9-beta1.
2976
0 commit comments