v0.1.55

anomalyco/opentuiv0.1.55Dec 3, 2025by github-actions[bot]

AI Summary

Fixes terminal capability handling for tmux 3.6, corrects input event logic to prevent key events from being inserted as text, and resolves viewport culling stale data.

Key Highlights

  • Fix OSC4 for tmux 3.6
  • Fix input inserting KeyEvent as text
  • Fix viewport culling stale data

Full Release Notes

## What's Changed
* fix(OSC4): tmux 3.6 has native support for OSC4 and should not be wrapped by @noirbizarre in https://github.com/sst/opentui/pull/373
* fix: Input inserting KeyEvent with modifiers as text by @kommander in https://github.com/sst/opentui/pull/375
* fix: viewport culling stale data by @kommander in https://github.com/sst/opentui/pull/377

## New Contributors
* @noirbizarre made their first contribution in https://github.com/sst/opentui/pull/373

**Full Changelog**: https://github.com/sst/opentui/compare/v0.1.54...v0.1.55