diff options
| author | Albin <albin@mullvad.net> | 2023-11-20 09:09:34 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-12-13 12:29:08 +0100 |
| commit | db34a9bd520b8da118be41d9cb3befce34bfefb2 (patch) | |
| tree | dfe0a264719897fdde90dc78d0963b24ce07ddde | |
| parent | 6d39a2032eed8e6e0c60221036c9c3c90070db5b (diff) | |
| download | mullvadvpn-db34a9bd520b8da118be41d9cb3befce34bfefb2.tar.xz mullvadvpn-db34a9bd520b8da118be41d9cb3befce34bfefb2.zip | |
Update changelog for android/2023.8-beta1
| -rw-r--r-- | CHANGELOG.md | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 609c4de36f..d6288ccbd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,21 +25,6 @@ Line wrap the file at 100 chars. Th ### Added - Add CLI support for applying patches to the settings with `mullvad import-settings`. -### Changed -#### Android -- Migrate welcome view to compose. -- Migrate in app notifications to compose. -- Move out of time evaluation to connect view model. -- Migrate out of time view to compose. -- Migrate login view to compose. -- Add Social media to content blockers. -- Migrate Report Problem view to compose. -- Migrate View Logs view to compose. -- Migrate voucher dialog to compose. -- Add "New Device" in app notification & rework notification system -- Add support for setting per-app language in system settings. -- Add support for in app purchases for versions that are released on Google Play. - #### Linux - Rename interface name from `wg-mullvad` to `wg0-mullvad`. @@ -103,6 +88,20 @@ Line wrap the file at 100 chars. Th the directory in ProgramData. +## [android/2023.8-beta1] - 2023-11-20 +### Changed +#### Android +- Add Google Play in-app purchases to the build distributed via Google Play. +- Add social media content blocker. +- Add support for setting per-app language in system settings. +- Improve device and expiry information throughout the app. +- Migrate remaining views to Compose and MVVM (welcome, out-of-time, login, problem report, logs + voucher dialog, in-app notifications). +- Add share button to the log view which can be used to copy or in other ways share the log text. + This was partially added to due to limitations in Compose which result in it not being possible to + select and copy text in the log view. + + ## [android/2023.7] - 2023-10-11 ### Changed #### Android |
