v0.1.82
anomalyco/opentuiv0.1.82Feb 24, 2026by github-actions[bot]
AI Summary
Introduced a new TextTable renderable and fixed terminal environment handling in Zig.
Key Highlights
- Introduced TextTable renderable by @kommander
- Fixed Zig terminal environment overrides by @simonklee
- Added regression test for UTF-8 word wrapping by @simonklee
Full Release Notes
## What's Changed * test(text): add regression for UTF-8 word wrapping in word mode by @simonklee in https://github.com/anomalyco/opentui/pull/725 * fix(zig): forward terminal env overrides to native renderer by @simonklee in https://github.com/anomalyco/opentui/pull/730 * introduce TextTable renderable by @kommander in https://github.com/anomalyco/opentui/pull/731 * Use TextTable in MarkdownRenderable and benchmark by @kommander in https://github.com/anomalyco/opentui/pull/732 **Full Changelog**: https://github.com/anomalyco/opentui/compare/v0.1.81...v0.1.82