From e02ed6878d2e7e9d3886559faa47fb51bc3d474d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20G=C3=B6ransson?= Date: Fri, 25 Oct 2024 08:49:55 +0200 Subject: [PATCH] Update changelog --- android/CHANGELOG.md | 7 +++++++ android/src/main/play/release-notes/en-US/default.txt | 6 ++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md index 4da93f01c9f3..28a55cd821d7 100644 --- a/android/CHANGELOG.md +++ b/android/CHANGELOG.md @@ -24,6 +24,13 @@ Line wrap the file at 100 chars. Th ## [Unreleased] +## [android/2024.8-beta2] - 2024-10-25 + +### Fixed +- Improve connection stability when roaming while using Shadowsocks. +- Fix MTU calculation to avoid connectivity issues when using some specific settings. + + ## [android/2024.8-beta1] - 2024-10-21 ### Added - Add feature indicators to the main view along with redesigning the connection details. 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 01b73b91bf5d..876096b458b4 100644 --- a/android/src/main/play/release-notes/en-US/default.txt +++ b/android/src/main/play/release-notes/en-US/default.txt @@ -1,4 +1,2 @@ -- Added feature indicators to the main view along with redesigning the connection details. -- Added a new "Connect on device start-up" setting for devices without system VPN settings (primarily TVs). -- Updated icons throughout the app. -- Improved button accessibility to better support screen readers. +- Improve connection stability when roaming while using Shadowsocks. +- Fix incorrect MTU calculation to avoid connectivity issues when using obfuscation.