v0.1.51

anomalyco/opentuiv0.1.51Nov 29, 2025by github-actions[bot]

AI Summary

A major update focusing on terminal palette enhancements, including support for tmux OSC sequences and kitty events, along with significant improvements to text selection and line number rendering.

Key Highlights

  • Added tmux OSC sequence passthrough support
  • Added kitty event types
  • Improved text selection in scrolled textarea viewport
  • Introduced line number renderable and exposed text wrap info

New Features

  • tmux OSC sequence passthrough
  • kitty event types
  • line number renderable
  • diffs

Full Release Notes

## What's Changed
* slightly better text selection in scrolled textarea viewport by @kommander in https://github.com/sst/opentui/pull/347
* fix: Ctrl+A/E navigate to line start/end instead of buffer by @remorses in https://github.com/sst/opentui/pull/344
* Properly export solid plugin by @ericc-ch in https://github.com/sst/opentui/pull/348
* introduce line number renderable and expose text wrap info by @kommander in https://github.com/sst/opentui/pull/350
* fix: snapshot renderable handlers so they don't get in-flight events by @hsulab in https://github.com/sst/opentui/pull/351
* fix text measure in absolute positioned groups (as far as yoga supports intrinsics) by @kommander in https://github.com/sst/opentui/pull/352
* fix line num destruction on solid removal by @kommander in https://github.com/sst/opentui/pull/353
* feat(terminal-palette): add tmux OSC sequence passthrough support by @melMass in https://github.com/sst/opentui/pull/354
* feat: add kitty event types by @melMass in https://github.com/sst/opentui/pull/357
* diffs by @kommander in https://github.com/sst/opentui/pull/358

## New Contributors
* @ericc-ch made their first contribution in https://github.com/sst/opentui/pull/348
* @hsulab made their first contribution in https://github.com/sst/opentui/pull/351
* @melMass made their first contribution in https://github.com/sst/opentui/pull/354

**Full Changelog**: https://github.com/sst/opentui/compare/v0.1.50...v0.1.51