v0.2.14
anomalyco/opentuiv0.2.14May 18, 2026by github-actions[bot]
AI Summary
This release focuses on bug fixes for the text editor, cursor movement, and rendering issues, including a fix for a specific Unicode edge case regarding character width calculation.
Key Highlights
- Fix visual cursor movement at wrapped line boundaries
- Fix markdown fenced code flicker
- Guard charWidth for invalid codepoints
- Fix native benchmark and smoke test
Full Release Notes
## What's Changed * no markdown fenced code flicker by @kommander in https://github.com/anomalyco/opentui/pull/1079 * fix native benchmark and smoke test by @kommander in https://github.com/anomalyco/opentui/pull/1080 * fix(core/editor-view): visual cursor movement at wrapped line boundaries by @Adictya in https://github.com/anomalyco/opentui/pull/1078 * fix(core): guard charWidth for codepoints above U+10FFFF by @thesoulless in https://github.com/anomalyco/opentui/pull/1063 * fix: update key binding action to include alias mapping in console and text renderable by @viralcodex in https://github.com/anomalyco/opentui/pull/1047 ## New Contributors * @thesoulless made their first contribution in https://github.com/anomalyco/opentui/pull/1063 **Full Changelog**: https://github.com/anomalyco/opentui/compare/v0.2.13...v0.2.14