v0.5.11

anomalyco/opentuiv0.5.11Sep 7, 2026by github-actions[bot]

AI Summary

This release focuses on core stability improvements, including fixes for large diff rendering and terminal resizing, alongside new features like Bun 1.4 support and CJK line wrapping. It also introduces enhancements to the web interface and markdown hyperlink detection.

Key Highlights

  • Added support for Bun 1.4 runtime
  • Enabled line wrapping between CJK characters
  • Fixed large diff rendering performance
  • Improved terminal resizing and keyboard layout preservation
  • Enhanced markdown hyperlink detection and rendering

New Features

  • Support for Bun 1.4
  • CJK line wrapping support
  • PCM support via shared audio stream interface

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