0.2.20
- Performance: Implemented SIMD-accelerated UTF-8 validation throughout Rio terminal using the
simdutf8
crate.- Architecture support: AVX2/SSE4.2 (x86-64), NEON (ARM64), SIMD128 (WASM)
- Automatic optimization: Runtime detection selects fastest implementation available
- Support for XTGETTCAP (XTerm Get Termcap) escape sequence for querying terminal capabilities.
- Font library is now under a RWLock instead of Mutex to allow multiple tabs readings same font data.
- Fix: crash on openSUSE Tumbleweed #1160.
Changelog
- 3a51a09 update lock files
- 9a82477 update releases.md
- b5db389 update release.md
- 16d8fe7 use RWLock to font library instead
- 2c0dc19 add xtgettcap support (#1157)
- 4ba19a1 implement simd support for utf8 operations (#1159)
- 72fa676 avoid use fixed format
- 23e295a move 0.2.19 back to com.rioterm.Rio.metainfo.xml