-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog with 2024.1-beta2 section
- Loading branch information
Showing
1 changed file
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,20 @@ Line wrap the file at 100 chars. Th | |
|
||
## [Unreleased] | ||
### Added | ||
#### Android | ||
- Add support for all screen orientations. | ||
|
||
### Changed | ||
#### Android | ||
- Migrate to Compose Navigation which also improves screen transition animations. | ||
|
||
### 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 | ||
|
@@ -33,9 +47,6 @@ Line wrap the file at 100 chars. Th | |
- Add confirmation dialog when deleting a custom list. | ||
- Add support for custom SOCKS5 OpenVPN bridges running locally. | ||
|
||
#### Android | ||
- Add support for all screen orientations. | ||
|
||
### Fixed | ||
- Fix connectivity issues that would occur when using quantum-resistant tunnels with an incorrectly | ||
configured MTU. | ||
|
@@ -64,9 +75,6 @@ Line wrap the file at 100 chars. Th | |
troubleshooting tips. | ||
- Update support email address to new email address, [email protected]. | ||
|
||
#### 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`. | ||
|
@@ -75,10 +83,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`. | ||
|