summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--android/CHANGELOG.md15
-rw-r--r--dist-assets/android-version-code.txt2
-rw-r--r--dist-assets/android-version-name.txt2
3 files changed, 17 insertions, 2 deletions
diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md
index bb9a380c5c..317feef805 100644
--- a/android/CHANGELOG.md
+++ b/android/CHANGELOG.md
@@ -22,11 +22,26 @@ Line wrap the file at 100 chars. Th
* **Security**: in case of vulnerabilities.
## [Unreleased]
+
+
+## [android/2025.5-beta1] - 2025-06-17
+### Added
+- Add the ability to purchase 90 days (3 months).
+
### Changed
- Replace Classic McEliece with HQC as one of the post-quantum safe key exchange
mechanisms used for the quantum-resistant tunnels. The main benefits here are that HQC
uses a lot less CPU to compute the keypair, and the public key sent to the server
is drastically smaller.
+- Update the UI and flow for adding time.
+- Change so that search no longer require at least 2 letters.
+
+### Removed
+- Remove logging from Google in-app purchase component in an experimental and non-supported way.
+ Only affects our Google Play builds.
+
+### Fixed
+- Fix offline detection on Android 9 and below.
## [android/2025.4] - 2025-05-28
diff --git a/dist-assets/android-version-code.txt b/dist-assets/android-version-code.txt
index fc31c51a81..05841983f3 100644
--- a/dist-assets/android-version-code.txt
+++ b/dist-assets/android-version-code.txt
@@ -1 +1 @@
-25049000
+25051001
diff --git a/dist-assets/android-version-name.txt b/dist-assets/android-version-name.txt
index 3a186655a6..86c1a054e2 100644
--- a/dist-assets/android-version-name.txt
+++ b/dist-assets/android-version-name.txt
@@ -1 +1 @@
-2025.4
+2025.5-beta1