From 31bc9928fd0e1119590d48de9d11bba6496a5611 Mon Sep 17 00:00:00 2001 From: Jonatan Rhodin Date: Fri, 20 Dec 2024 14:55:15 +0100 Subject: [PATCH 1/2] Update changelog for android/2024.10-beta2 --- android/CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md index 9c13f6f4ba6a..5c9899c5a3a6 100644 --- a/android/CHANGELOG.md +++ b/android/CHANGELOG.md @@ -24,6 +24,11 @@ Line wrap the file at 100 chars. Th ## [Unreleased] +## [android/2024.10-beta2] - 2024-12-20 +### Fixed +- Fix a crash that would occur because a Provider would be listed twice in the filter screen. + + ## [android/2024.10-beta1] - 2024-12-19 ### Added - Add multihop which allows the routing of traffic through an entry and exit server, making it @@ -36,9 +41,6 @@ Line wrap the file at 100 chars. Th - Update to DAITA v2. The main difference is that many different machines are provided by relays instead of a bundled list. -### Fixed -- Fix a crash that would occur because a Provider would be listed twice in the filter screen. - ## [android/2024.9] - 2024-12-09 ### Changed From da786c9dca7f1ec8c891a6fac6b6a0c79bd35022 Mon Sep 17 00:00:00 2001 From: Jonatan Rhodin Date: Fri, 20 Dec 2024 14:58:29 +0100 Subject: [PATCH 2/2] Update changes dialog and F-Droid metadata for android/2024.10-beta2 --- android/src/main/play/release-notes/en-US/default.txt | 4 +--- 1 file changed, 1 insertion(+), 3 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 deb6315298db..1ade9f1f93c9 100644 --- a/android/src/main/play/release-notes/en-US/default.txt +++ b/android/src/main/play/release-notes/en-US/default.txt @@ -1,3 +1 @@ -- 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 flexible configuration. +- Fixed a crash in the filter screen that could happen depending on available Providers.