summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2024-02-19 08:17:52 +0100
committerOskar Nyberg <oskar@mullvad.net>2024-02-19 15:13:36 +0100
commitdf42680edc7874dc25b2f861c2483480cffa5506 (patch)
treedfde9eec7b7048e21f73c68ef83eac267087b6b0
parent982b1b437d8568f4f927e48c7a711724d9285e57 (diff)
downloadmullvadvpn-df42680edc7874dc25b2f861c2483480cffa5506.tar.xz
mullvadvpn-df42680edc7874dc25b2f861c2483480cffa5506.zip
Update changelog with 2024.1-beta2 section
-rw-r--r--CHANGELOG.md39
1 files changed, 23 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4ea63cf7fa..ba97004d71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,6 +23,29 @@ Line wrap the file at 100 chars. Th
## [Unreleased]
### Added
+- Add ability to import server IP overrides in GUI.
+
+#### Android
+- Add support for all screen orientations.
+- Add toggle for enabling or disabling split tunneling.
+- Replace auto connect with auto connect and lockdown mode guide on platforms that has
+ system vpn settings.
+
+### Changed
+#### Android
+- Migrate to Compose Navigation which also improves screen transition animations.
+
+### Fixed
+- Continual excessive attempts to update the API IP were made after testing access methods.
+- Fix pointless API access method rotations for concurrent requests.
+
+### Security
+#### Android
+- Change from singleTask to singleInstance to fix Task Affinity Vulnerability in Android 8.
+
+
+## [2024.1-beta2] - 2024-02-19
+### Added
- Add account UUID to verbose 'mullvad account get -v' output.
- Respect OS prefer-reduced-motion setting.
- Add CLI command for exporting settings patches: `mullvad export-settings`. Currently, it generates
@@ -32,20 +55,11 @@ Line wrap the file at 100 chars. Th
circumvent censorship by proxying API traffic.
- Add confirmation dialog when deleting a custom list.
- Add support for custom SOCKS5 OpenVPN bridges running locally.
-- Add ability to import server IP overrides in GUI.
-
-#### Android
-- Add support for all screen orientations.
-- Add toggle for enabling or disabling split tunneling.
-- Replace auto connect with auto connect and lockdown mode guide on platforms that has
- system vpn settings.
### Fixed
- Fix connectivity issues that would occur when using quantum-resistant tunnels with an incorrectly
configured MTU.
- Fix custom list name validation by not allowing empty names.
-- Continual excessive attempts to update the API IP were made after testing access methods.
-- Fix pointless API access method rotations for concurrent requests.
#### Linux
- Fix Bash shell completions for subcommands in the CLI.
@@ -70,9 +84,6 @@ Line wrap the file at 100 chars. Th
troubleshooting tips.
- Update support email address to new email address, support@mullvadvpn.net.
-#### Android
-- Migrate to Compose Navigation which also improves screen transition animations.
-
#### Linux
- Enable quantum resistant tunnels by default (when set to `auto`). On other platforms, `auto` still
always means the same thing as `off`.
@@ -81,10 +92,6 @@ Line wrap the file at 100 chars. Th
- Add information to error notification about an error that is often caused by an incompatibility
with VMWare.
-### Security
-#### Android
-- Change from singleTask to singleInstance to fix Task Affinity Vulnerability in Android 8.
-
## [android/2023.10] - 2023-12-14
Identical to `android/2023.10-beta1`.