summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2022-07-28 10:12:19 +0200
committerLinus Färnstrand <linus@mullvad.net>2022-07-28 10:28:20 +0200
commitf1801026ce60579fb4f69ad158100f5964877e1b (patch)
treec11ffcf93982c5525963394aab7dd9edea43c040
parent5477439f3fbc6b50cf63f8c7767c4f15b08a973d (diff)
downloadmullvadvpn-f1801026ce60579fb4f69ad158100f5964877e1b.tar.xz
mullvadvpn-f1801026ce60579fb4f69ad158100f5964877e1b.zip
Add 2022.3-beta3 to changelog and move stuff around
-rw-r--r--CHANGELOG.md29
1 files changed, 18 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8946760623..84e9cef550 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -52,10 +52,12 @@ Line wrap the file at 100 chars. Th
- Fix udp2tcp not working when quantum-resistant tunnels are enabled.
- Quit app gracefully if renderer process is killed or crashes.
- Enable reconnect in blocked state in desktop app.
-- Fix showing incompatible relay filtering options in desktop app. The filtering options are now
- dependent on the other filters.
- Fix error handling during device removal in the desktop app.
+#### Windows
+- Only use the most recent list of apps to split when resuming from hibernation/sleep if applying
+ it was successful.
+
#### Android
- Fix unused dependencies loaded in the service/tile DI graph.
- Fix missing IPC message unregistration causing multiple copies of some messages to be received.
@@ -64,23 +66,28 @@ Line wrap the file at 100 chars. Th
unlock the device before attempting to toggle the tunnel state.
- Fix crash when clicking in-app URL notifications.
+### Security
+#### Android
+- Prevent location request responses from being received outside the tunnel when in the connected
+ state.
+
+
+## [2022.3-beta3] - 2022-07-28
+### Fixed
+- Fix showing incompatible relay filtering options in desktop app. The filtering options are now
+ dependent on the other filters.
+
#### Windows
-- Only use the most recent list of apps to split when resuming from hibernation/sleep if applying
- it was successful.
- Fix app occasionally getting stuck in the offline state after being suspended.
#### Linux
- Fixed incompatibility with newer kernel versions (5.19 and up).
### Security
-#### Android
-- Prevent location request responses from being received outside the tunnel when in the connected
- state.
-
#### Windows
-- Fix potential leak window when stopping the service and auto-connect is enabled and always require
- VPN is disabled. When stopped, usually due to a reboot, the daemon would disconnect before
- entering a blocking state.
+- Fix potential leak window when stopping the service and auto-connect is enabled and always
+ require VPN is disabled. When stopped, usually due to a reboot, the daemon would disconnect
+ before entering a blocking state.
## [2022.3-beta2] - 2022-06-29