diff options
| author | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-07-08 14:49:40 +0200 |
|---|---|---|
| committer | Sebastian Holmin <sebastian.holmin@mullvad.net> | 2025-07-08 14:49:40 +0200 |
| commit | 13f30cf6125e35be57aa07f1290a7ec57cf236dd (patch) | |
| tree | a8e4edc9c44d73af2e67f993e401e5e415e0cb18 | |
| parent | 89f1005931a056675c48063f8ef8fd1866f575c3 (diff) | |
| parent | 9ec9e5515cce7f61843dcdf0ccdbdcb19f019b37 (diff) | |
| download | mullvadvpn-13f30cf6125e35be57aa07f1290a7ec57cf236dd.tar.xz mullvadvpn-13f30cf6125e35be57aa07f1290a7ec57cf236dd.zip | |
Merge branch 'clear-firewall-on-reboot-changelog'
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f359c675a..c4744e500a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,11 @@ Line wrap the file at 100 chars. Th #### macOS - Use a local DNS resolver on the 127.0.0.0/8 network, regardless of macOS version. +#### Windows +- Make firewall rules applied while upgrading the app not persist on reboot, unless "Lockdown mode" + or "Auto-connect along with "Launch app on start-up" is enabled. This serves as a safety fallback + if the update fails and the user is left with blocking firewall rules and no app. + ### Fixed #### macOS - Add grace period when best default route goes away to reduce frequency of random reconnects. |
