v0.1.99
anomalyco/opentuiv0.1.99Apr 13, 2026by github-actions[bot]
AI Summary
Performance optimizations for rendering, specifically regarding color blending and transparent draws.
Key Highlights
- Reverted import change for cross-runtime compatibility
- Added color matrix documentation
- Optimized transparent draws and color blending
Full Release Notes
## What's Changed
* Revert "fix: use new URL() instead of import with { type: file } for cross-runtime compat (#918)" by @simonklee in https://github.com/anomalyco/opentui/pull/945
* docs: color matrix by @m-pa in https://github.com/anomalyco/opentui/pull/946
* perf(native): skip transparent draws by @AnatoleLucet in https://github.com/anomalyco/opentui/pull/865
* perf(native): faster color blending by @AnatoleLucet in https://github.com/anomalyco/opentui/pull/870
* performance by @kommander in https://github.com/anomalyco/opentui/pull/944
## New Contributors
* @AnatoleLucet made their first contribution in https://github.com/anomalyco/opentui/pull/865
**Full Changelog**: https://github.com/anomalyco/opentui/compare/v0.1.98...v0.1.99