v0.1.94
anomalyco/opentuiv0.1.94Mar 31, 2026by github-actions[bot]
AI Summary
This release focuses on stabilizing the stdin parser by increasing default timeouts and fixing race conditions related to clock skew and Kitty alt-key handling. It also introduces a solid slot deduplication optimization to improve rendering efficiency.
Key Highlights
- Increased default timeout in stdin-parser to 20ms
- Fixed clock skew race condition in timeout flush
- Fixed kitty alt-key timeout split issue
- Solid slot dedupe optimization
New Features
- Increased stdin-parser default timeout
- Fixed clock skew race condition
- Fixed kitty alt-key timeout split
- Solid slot deduplication
Full Release Notes
## What's Changed * stdin-parser: increase default timeout to 20ms by @simonklee in https://github.com/anomalyco/opentui/pull/899 * fix(core): avoid clock skew race in StdinParser timeout flush by @altendky in https://github.com/anomalyco/opentui/pull/892 * core/stdin-parser: fix kitty alt-key timeout split by @simonklee in https://github.com/anomalyco/opentui/pull/901 * Solid slot dedupe by @kommander in https://github.com/anomalyco/opentui/pull/902 ## New Contributors * @altendky made their first contribution in https://github.com/anomalyco/opentui/pull/892 **Full Changelog**: https://github.com/anomalyco/opentui/compare/v0.1.93...v0.1.94