summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--android/CHANGELOG.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md
index 827f07a480..fb2c6f8e02 100644
--- a/android/CHANGELOG.md
+++ b/android/CHANGELOG.md
@@ -23,18 +23,28 @@ Line wrap the file at 100 chars. Th
## [Unreleased]
### Added
-- Add the ability to customize how the app talks to the api.
- Add support for predictive back.
### Changed
-- Migrate underlaying communication wtih daemon to gRPC. This also implies major changes and
- improvements throughout the app.
- Update colors in the app to be more in line with material design.
### Fixed
- Fix VPN service being recreated multiple times when toggling certain options.
+## [android/2024.4-beta1] - 2024-07-26
+### Added
+- Add API access setting which makes it possible to configure how the app communicates with our API.
+- Add splash screen animation.
+
+### Changed
+- Migrate underlying communication with daemon to gRPC. This also implies major changes and
+ improvements throughout the app.
+
+### Fixed
+- Fix animations in the location selection screen.
+
+
## [android/2024.3] - 2024-06-27
Identical to `android/2024.3-beta1` except for updated translations.