v0.1.63
anomalyco/opentuiv0.1.63Dec 22, 2025by github-actions[bot]
AI Summary
This release focuses on stability and React integration, fixing critical memory leaks in unicode encoding and grapheme pool management while resolving Kitty keyboard protocol flags.
Key Highlights
- Fixes memory leaks in Zig unicode encoding and grapheme pool
- Fixes wrong Kitty keyboard protocol flags
- Exports flushSync from react package
New Features
- Export flushSync from react package
Full Release Notes
## What's Changed * export flushSync from react package by @remorses in https://github.com/sst/opentui/pull/429 * fix(core): fix memory leaks in Zig unicode encoding and grapheme pool by @edlsh in https://github.com/sst/opentui/pull/431 * Fix wrong Kitty keyboard protocol flags by @devxoul in https://github.com/sst/opentui/pull/426 ## New Contributors * @devxoul made their first contribution in https://github.com/sst/opentui/pull/426 **Full Changelog**: https://github.com/sst/opentui/compare/v0.1.62...v0.1.63