v0.1.104
anomalyco/opentuiv0.1.104Apr 26, 2026by github-actions[bot]
AI Summary
Fixes for Windows Terminal compatibility, palette buffer logic errors, and a loop preventing color queries.
Key Highlights
- Enabled truecolor for Windows Terminal
- Fixed palette buffer length issue
- Prevented color query feedback loop
Full Release Notes
## What's Changed * fix: enable truecolor for Windows Terminal via WT_SESSION by @mastondzn in https://github.com/anomalyco/opentui/pull/974 * fix: paletteBuffer.length passed instead of palette.length by @mastondzn in https://github.com/anomalyco/opentui/pull/973 * prevent color query feedback loop by @kommander in https://github.com/anomalyco/opentui/pull/976 ## New Contributors * @mastondzn made their first contribution in https://github.com/anomalyco/opentui/pull/974 **Full Changelog**: https://github.com/anomalyco/opentui/compare/v0.1.103...v0.1.104