v0.1.70
anomalyco/opentuiv0.1.70Jan 8, 2026by github-actions[bot]
AI Summary
Upgraded to Zig 0.15.2, removed unmaintained Vue and Go packages, and fixed React unmount behavior and alpha channel rendering.
Key Highlights
- Upgraded to Zig 0.15.2
- Removed unmaintained Vue and Go packages
- Fixed React renderer unmount behavior
- Fixed alpha channel respect for transparent backgrounds
Breaking Changes
- Removed unmaintained Vue and Go packages
New Features
- Key event stopPropagation support
Full Release Notes
## What's Changed * Upgrade to Zig 0.15.2 by @remorses in https://github.com/anomalyco/opentui/pull/439 * [react] unmount when renderer is destroyed externally by @kommander in https://github.com/anomalyco/opentui/pull/492 * fix(hitgrid): stale hit grid after scroll/translate by @simonklee in https://github.com/anomalyco/opentui/pull/480 * chore: remove unmaintained vue and go packages by @msmps in https://github.com/anomalyco/opentui/pull/494 * fix(renderer): respect alpha channel for transparent background by @Stranmor in https://github.com/anomalyco/opentui/pull/478 * fix duplicate link tracking in buffer.zig by @simonklee in https://github.com/anomalyco/opentui/pull/497 * add key event stopPropagation by @kommander in https://github.com/anomalyco/opentui/pull/501 ## New Contributors * @Stranmor made their first contribution in https://github.com/anomalyco/opentui/pull/478 **Full Changelog**: https://github.com/anomalyco/opentui/compare/v0.1.69...v0.1.70