v0.1.60
anomalyco/opentuiv0.1.60Dec 10, 2025by github-actions[bot]
AI Summary
Modifies the renderer option interface to make Kitty event flags optional and refines the EditBuffer API by separating text insertion and replacement methods.
Key Highlights
- Make kitty event flag optional
- Add default keybinds for textarea
- Separate setText and replaceText for EditBuffer
New Features
- Default keybinds (ctrl+d=delete, ctrl+shift+w=delete-word-forward)
- Separated EditBuffer methods
Full Release Notes
## What's Changed * make kitty event flag optional (changes renderer option interface) by @kommander in https://github.com/sst/opentui/pull/398 * textarea defaults: ctrl+d=delete, ctrl+shift+w=delete-word-forward by @kommander in https://github.com/sst/opentui/pull/399 * separate setText and replaceText for EditBuffer by @kommander in https://github.com/sst/opentui/pull/400 **Full Changelog**: https://github.com/sst/opentui/compare/v0.1.59...v0.1.60