v0.1.54

anomalyco/opentuiv0.1.54Dec 1, 2025by github-actions[bot]

AI Summary

Strengthens input event handling, removes a flicker feature, and adds a capabilities event emission while fixing tab-select buffer clearing and CSI sequences.

Key Highlights

  • Harden input event handling
  • Add capabilities event on terminal capability response
  • Remove cc flicker feature
  • Fix tab-select buffer clearing

New Features

  • Emit capabilities event on terminal capability response

Full Release Notes

## What's Changed
* fix(tab-select): clears current frame buffer if tab options length is zero by @eric-k-chu in https://github.com/sst/opentui/pull/359
* fix: tilde-terminated CSI sequences by @melMass in https://github.com/sst/opentui/pull/366
* harden input event handling by @kommander in https://github.com/sst/opentui/pull/370
* feat(core): emit capabilities event on terminal capability response by @melMass in https://github.com/sst/opentui/pull/367
* remove cc flicker feature, harden diffs by @kommander in https://github.com/sst/opentui/pull/371

## New Contributors
* @eric-k-chu made their first contribution in https://github.com/sst/opentui/pull/359

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