v0.1.62
anomalyco/opentuiv0.1.62Dec 19, 2025by github-actions[bot]
AI Summary
Enhances text interaction capabilities by adding automatic version detection via a `.zig-version` file, reworking selection logic to native implementation, and improving textarea mouse support.
Key Highlights
- Add .zig-version file for automatic version detection
- Rework selection logic to native
- Fix unicode char widths
- Textarea mouse scroll and cursor positioning
New Features
- Native selection logic
- Textarea mouse scroll and cursor positioning
- Selection auto-scroll
Full Release Notes
## What's Changed * Add .zig-version file for automatic version detection by @remorses in https://github.com/sst/opentui/pull/422 * rework some of the selection logic to native by @kommander in https://github.com/sst/opentui/pull/424 * fix some unicode char widths by @kommander in https://github.com/sst/opentui/pull/425 * textarea mouse scroll and cursor positioning + selection auto-scroll by @kommander in https://github.com/sst/opentui/pull/427 **Full Changelog**: https://github.com/sst/opentui/compare/v0.1.61...v0.1.62