v0.4.4
diffusionstudio/corev0.4.4Jul 16, 2026by github-actions[bot]
AI Summary
This release focuses on stability and feature enhancements, including the addition of MP3 and FLAC audio streaming and fixes for audio decoder errors.
Key Highlights
- Added MP3 and FLAC audio streaming support
- Fixed audio decoder error reporting race conditions
- Fixed narrow table columns and console auto-scroll behavior
- Updated CI environment to Node.js 26.4.0
New Features
- MP3 and FLAC audio streaming
- Audio decoder error reporting fixes
- UI fixes for narrow tables and console scrolling
Full Release Notes
## What's Changed * ci: update Node.js to 26.4.0 by @simonklee in https://github.com/anomalyco/opentui/pull/1234 * fix(core): preserve narrow table columns by @kitlangton in https://github.com/anomalyco/opentui/pull/1259 * Add MP3 and FLAC audio streaming by @kommander in https://github.com/anomalyco/opentui/pull/1239 * fix(core/audio): Fix audio decoder error reporting race by @simonklee in https://github.com/anomalyco/opentui/pull/1263 * agents: align guidance with current workflows by @simonklee in https://github.com/anomalyco/opentui/pull/1266 * fix(test): work around a node 26.4 crash by @simonklee in https://github.com/anomalyco/opentui/pull/1265 * fix(react): correct useTimeline autoplay condition by @simonklee in https://github.com/anomalyco/opentui/pull/1268 * fix(core): stop console auto-scroll when hidden by @simonklee in https://github.com/anomalyco/opentui/pull/1269 * fix(solid): preserve dynamic text entities by @simonklee in https://github.com/anomalyco/opentui/pull/1206 **Full Changelog**: https://github.com/anomalyco/opentui/compare/v0.4.3...v0.4.4