v0.5.11

BayramAnnakov/ux-waiting-auditv0.5.11Sep 7, 2026by github-actions[bot]

AI Summary

This release focuses on improving core rendering performance, terminal functionality, and audio support. Key updates include fixes for large diff rendering, keyboard layout preservation, and hyperlink detection, alongside new features like Bun 1.4 support and CJK line wrapping.

Key Highlights

  • Added support for Bun 1.4 runtime
  • Introduced CJK character line wrapping support
  • Fixed large diff rendering performance issues
  • Improved terminal keyboard layout preservation
  • Added a new color theme option

New Features

  • Allow line wrapping between CJK characters
  • Support PCM through shared audio stream interface
  • Add another color theme
  • Support Bun 1.4

Full Release Notes

## What's Changed
* ci: check stacked pull requests by @kommander in https://github.com/anomalyco/opentui/pull/1472
* fix(core): bound large diff rendering work by @kitlangton in https://github.com/anomalyco/opentui/pull/1462
* fix(core): realign split diffs after resizing by @kitlangton in https://github.com/anomalyco/opentui/pull/1463
* fix(core): preserve keyboard layouts in embedded terminals by @kitlangton in https://github.com/anomalyco/opentui/pull/1477
* web: add another color theme by @simonklee in https://github.com/anomalyco/opentui/pull/1478
* ci: skip symbols in dependent package builds by @simonklee in https://github.com/anomalyco/opentui/pull/1476
* runtime: support Bun 1.4 by @simonklee in https://github.com/anomalyco/opentui/pull/1400
* feat(native): allow line wrapping between CJK characters by @imnotlxy in https://github.com/anomalyco/opentui/pull/1453
* markdown: fix hyperlink rendering and detection by @simonklee in https://github.com/anomalyco/opentui/pull/1442
* feat(core): support PCM through the shared audio stream interface by @opencode-agent[bot] in https://github.com/anomalyco/opentui/pull/1481

## New Contributors
* @imnotlxy made their first contribution in https://github.com/anomalyco/opentui/pull/1453

**Full Changelog**: https://github.com/anomalyco/opentui/compare/v0.5.10...v0.5.11