From 51b682e9168e6011febbb28de1c116c0a4ad40ea Mon Sep 17 00:00:00 2001 From: Albin Date: Thu, 20 Mar 2025 15:46:27 +0100 Subject: [PATCH 1/2] Update changelog for android/2025.1 --- android/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md index a00a3b2dba6e..b07cb0dbd4f3 100644 --- a/android/CHANGELOG.md +++ b/android/CHANGELOG.md @@ -23,6 +23,11 @@ Line wrap the file at 100 chars. Th ## [Unreleased] + +## [android/2025.1] - 2025-03-20 +Identical to `android/2025.1-beta1` + + ## [android/2025.1-beta1] - 2025-03-05 ### Fixed - Fix a crash that would occur because a Provider would be listed twice in the filter screen. From b92eba0dfb48413df026155bf561524c7f093164 Mon Sep 17 00:00:00 2001 From: Albin Date: Thu, 20 Mar 2025 15:55:43 +0100 Subject: [PATCH 2/2] Update changes dialog and F-Droid metadata for android/2025.1 --- android/src/main/play/release-notes/en-US/default.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/android/src/main/play/release-notes/en-US/default.txt b/android/src/main/play/release-notes/en-US/default.txt index 71d982581ad9..4cfef984ace2 100644 --- a/android/src/main/play/release-notes/en-US/default.txt +++ b/android/src/main/play/release-notes/en-US/default.txt @@ -1,2 +1,5 @@ -- 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. +- Added support for multihop which allows routing traffic through an entry location to an exit location. +- Added support for using DAITA with locations lacking DAITA support by automatically routing the traffic via a DAITA enabled location. This behaviour can be disabled using the "Direct only" setting. +- Updated DAITA to v2 which supports dynamic configurations provided by relays. +- Improved how the app detects whether routes are available in order to reduce potential leaks. +- Minimized calls to re-establish the VPN tunnel, since this may cause Android to leak some traffic.