0.19.2
This release of BeauTyXT fixes a bug where BeauTyXT crashed on older devices. Also, a parameter in a Rust function was changed from String
to &str
for more efficency thanks to @lukasvrenner. Thanks to @BuriedInTheGround for reporting the crashing bug and testing the fix.
Notable Changes
- Remove pack-relative-relocs as it was causing crashing on older devices (fixes #134) by @soupslurpr in 0392fa9
- fixed
String
as a parameter type to&str
by @lukasvrenner in #133 - Bump various dependencies (JNA 5.14.0, Compose Compiler 1.5.8, Kotlin 1.9.22, AGP 8.2.1) by @soupslurpr
New Contributors
- @lukasvrenner made their first contribution in #133
Full Changelog: v0.19.1...v0.19.2
Download
Check out the official website at https://beautyxt.app/ for more info and download.