v0.1.97
anomalyco/opentuiv0.1.97Apr 5, 2026by github-actions[bot]
AI Summary
Adds features for UI alignment and CI tooling, while fixing build configurations and input handling.
Key Highlights
- Added support for bottom title and alignment
- Introduced CI fmt action
- Fixed back-tab key support
- Fixed node_modules resolution for runtime plugins
New Features
- Support for bottom title and alignment in BoxRenderable
Full Release Notes
## What's Changed
* solid: isolate babel transform from host project config by @avarayr in https://github.com/anomalyco/opentui/pull/910
* chore: remove console.log from tree-sitter client by @simonklee in https://github.com/anomalyco/opentui/pull/915
* Update testing instructions in development.md by @garthdw in https://github.com/anomalyco/opentui/pull/921
* feat: add support for bottom title and alignment in BoxRenderable by @viralcodex in https://github.com/anomalyco/opentui/pull/920
* fix: remove SIGFPE from default exit signals by @lu-zero in https://github.com/anomalyco/opentui/pull/919
* tweak review action by @kommander in https://github.com/anomalyco/opentui/pull/923
* introduce CI fmt action by @kommander in https://github.com/anomalyco/opentui/pull/924
* fmt more graceful with feedback by @kommander in https://github.com/anomalyco/opentui/pull/925
* fix: pressTab({ shift: true }) sends correct ANSI back-tab sequence by @LeTamanoir in https://github.com/anomalyco/opentui/pull/914
* Fix runtime-plugin node_modules resolution without breaking CJS by @kommander in https://github.com/anomalyco/opentui/pull/926
## New Contributors
* @avarayr made their first contribution in https://github.com/anomalyco/opentui/pull/910
* @garthdw made their first contribution in https://github.com/anomalyco/opentui/pull/921
* @lu-zero made their first contribution in https://github.com/anomalyco/opentui/pull/919
* @LeTamanoir made their first contribution in https://github.com/anomalyco/opentui/pull/914
**Full Changelog**: https://github.com/anomalyco/opentui/compare/v0.1.96...v0.1.97