Skip to content

Commit

Permalink
Update changelog with 2024.1-beta2 section
Browse files Browse the repository at this point in the history
  • Loading branch information
raksooo committed Feb 19, 2024
1 parent a122c77 commit 45657e7
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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`.
Expand All @@ -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`.
Expand Down

0 comments on commit 45657e7

Please sign in to comment.