Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare android/2024.8-beta2 #7073

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 2 additions & 4 deletions android/src/main/play/release-notes/en-US/default.txt
Original file line number Diff line number Diff line change
@@ -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.
Loading