v0.1.67
anomalyco/opentuiv0.1.67Dec 30, 2025by github-actions[bot]
AI Summary
Bug fixes for mouse interaction defaults, terminal cursor visibility, and streaming text rendering jitter.
Key Highlights
- Fixed enableMouseMovement default value handling
- Fixed cursor hiding when showCursor is false
- Fixed CodeRenderable streaming jitter
Full Release Notes
## What's Changed * fix: correctly handle enableMouseMovement default value by @aarongrtech in https://github.com/sst/opentui/pull/453 * fix: hide terminal cursor when showCursor is false by @remorses in https://github.com/sst/opentui/pull/441 * fix CodeRenderable streaming mode with drawUnstyledText=false (jitter) by @kommander in https://github.com/sst/opentui/pull/459 ## New Contributors * @aarongrtech made their first contribution in https://github.com/sst/opentui/pull/453 **Full Changelog**: https://github.com/sst/opentui/compare/v0.1.66...v0.1.67