Releases: bounce-chat/bounce
Release list
0.3.0 brings significant changes to Android and Tor
This release contains many small bug fixes, and two major changes:
-
The fyne android application has been replaced with a native Jetpack Compose application. The APK can be installed as an upgrade without data loss, and the application now performs well and integrates into typical android interactions.
-
Tor is now provided by go-arti, a wrapper around the Rust implementation of Tor, and go-libtor has been archived. This adds an additional step to the build process beyond just
go build, but significantly improves the maintainability and cross-platform support of the Tor integration.
Jumping to 0.2.0 with breaking changes
This release patches all critical vulnerabilities discovered via a claude fable audit, which unfortunately breaks the handshaking flow with previous clients. It also includes a number of minor bugfixes and crashes that were discovered in the initial round of user testing.