Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for android/2023.8-beta1 #5468

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,12 @@ Line wrap the file at 100 chars. Th
proxy API traffic through a peer before connecting to a tunnel. They are managed through
`mullvad api-access`, and the initially supported network protocols are `Shadowsocks` and
`SOCKS5`.
- Add social media content blocker.
- Add ability to override server IPs to the CLI.
- Add CLI support for applying patches to the settings with `mullvad import-settings`.

### Changed
- Update Electron from 25.2.0 to 26.3.0.

#### 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
- Don't block forwarding of traffic when the split tunnel mark (ct mark) is set.

Expand All @@ -73,6 +58,21 @@ Line wrap the file at 100 chars. Th
- Fix possible privilege escalation by setting stricter permissions on mullvad directories such as
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
Expand Down
6 changes: 6 additions & 0 deletions android/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
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.
Add share button to the log view.
Improve device and expiry information throughout the app.
Migrate remaining views to the new UI framework (Compose).
Loading