diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2023-03-06 16:52:51 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-03-07 12:53:46 +0100 |
| commit | 9a744b9934362bacf6ee3b0d3d465889fe3834ec (patch) | |
| tree | 9b74a9eecb654575bfc72e893c3f24ff915d5f81 | |
| parent | 781ca9b20a3463d2a78458d77d795c76b3f9c933 (diff) | |
| download | mullvadvpn-9a744b9934362bacf6ee3b0d3d465889fe3834ec.tar.xz mullvadvpn-9a744b9934362bacf6ee3b0d3d465889fe3834ec.zip | |
Backport 2023.2 changes to main
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf376d7a0..743b65cdac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,14 +52,19 @@ Line wrap the file at 100 chars. Th ### Fixed - Fix close to expiry notification not showing unless app is opened once within the last three days in the desktop app. -- Fix desktop app not quitting properly after switching from unpinned to pinned window. - Retry if PQ PSK negotiation fails for any reason. #### Android - Fix adaptive app icon which previously had a displaced nose and some other oddities. + +## [2023.2] - 2023-03-06 +### Fixed #### Windows +- Fix desktop app not quitting properly after switching from unpinned to pinned window. - Fix service not starting when LSA protection is enabled (which is the default on Windows 11 22H2). +- Fix some issues with setting system DNS by using SetInterfaceDnsSettings when it's available (on + Windows 10, version 1809 and above). ## [2023.1] - 2023-02-20 |
