summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2021-10-25 15:12:39 +0200
committerLinus Färnstrand <linus@mullvad.net>2021-10-25 15:13:00 +0200
commit721f89300d100da41b3507eb53f495e9a17a2f3e (patch)
tree9094a38c789a1b26aab60e32888714de1bf9840d
parent0bf2e971b5444a5def81d6b9cde5dea3044b95db (diff)
downloadmullvadvpn-721f89300d100da41b3507eb53f495e9a17a2f3e.tar.xz
mullvadvpn-721f89300d100da41b3507eb53f495e9a17a2f3e.zip
Add some changes to the changelog
-rw-r--r--CHANGELOG.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3bad7be06e..41ca2da6df 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,11 +33,24 @@ Line wrap the file at 100 chars. Th
#### Android
- Drop support for Android 7/7.1 (Android 8/API level 26 or later is now required).
+### Removed
+- Remove the old Let's encrypt root certificate from the API REST client. Only bundle and
+ use the latest certificate.
+
### Fixed
- Fix desktop app showing a future date for when WireGuard key was generated.
+- Fix desktop app split tunneling view to not overflow on very long application names.
+
+#### Windows
+- Fix detection of Windows 11. Problem reports will now correctly report Windows 11 instead
+ of Windows 10.
+- Fix race condition in split tunneling initialization. Listen to route changes before reading
+ out the default route.
+- Fix bug in split tunneling code that could make the kernel driver and mullvad-daemon out of
+ sync around which programs should be excluded when the driver took longer to respond.
#### Android
-- Fix reconnect on app resume.
+- Fix reconnect on app resume. Don't reconnect the tunnel every time the app is opened.
- Fix invalid URLs. Rely on browser locale rather than app/system language.
#### macOS