summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2025-03-05 13:21:33 +0100
committerAlbin <albin@mullvad.net>2025-03-13 12:38:05 +0100
commit41544b8ad833701ec8d039108ecb65e0022f7078 (patch)
tree3f6265b58a20f0663bd9be64175e3ed7226dbea6 /android
parentc2ac2a213f12250915651e622ea41083d17a098e (diff)
downloadmullvadvpn-41544b8ad833701ec8d039108ecb65e0022f7078.tar.xz
mullvadvpn-41544b8ad833701ec8d039108ecb65e0022f7078.zip
Update changelog for android/2025.1-beta1
Diffstat (limited to 'android')
-rw-r--r--android/CHANGELOG.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md
index bbc43c3bf2..9d0c5b75f5 100644
--- a/android/CHANGELOG.md
+++ b/android/CHANGELOG.md
@@ -22,7 +22,6 @@ Line wrap the file at 100 chars. Th
* **Security**: in case of vulnerabilities.
## [Unreleased]
-
### Added
- Prompt password manager to store new account number on account creation.
- Add the ability to force the ip version used to connect to a relay.
@@ -38,8 +37,17 @@ Line wrap the file at 100 chars. Th
- Will no longer try to connect over IPv6 if IPv6 is not available.
-## [android/2024.10-beta2] - 2024-12-20
+## [android/2025.1-beta1] - 2025-03-05
+### Fixed
+- Fix a crash that could occur in the Filter screen.
+- Fix a bug that could cause the app to crash while navigating.
+### Security
+- Make daemon aware of route changes to prevent sending traffic before routes are up.
+- Minimize calls to re-establish the VPN tunnel, since this may cause Android to leak some traffic.
+
+
+## [android/2024.10-beta2] - 2024-12-20
### Fixed
- Update bundled relay list to address a UI bug in the filter screen.