v0.1.85

anomalyco/opentuiv0.1.85Mar 2, 2026by github-actions[bot]

AI Summary

The release refines Markdown rendering by adding hyperlink detection support via OSC 8, carrying raw bytes in paste operations, and rendering partial markdown tables.

Key Highlights

  • Added OSC 8 hyperlink id parameter and onChunks hook
  • Markdown tables now render partially
  • Paste operations carry raw bytes instead of decoded text
  • Fixed crash on mouse hover of destroyed renderable

New Features

  • OSC 8 hyperlink detection support
  • Raw bytes in paste operations
  • Partial markdown table rendering

Full Release Notes

## What's Changed
* fix crash on mouse hover of a destroyed renderable by @justfortheloveof in https://github.com/anomalyco/opentui/pull/739
* Markdown refinement by @kommander in https://github.com/anomalyco/opentui/pull/761
* Markdown - do not conceal inline code blocks by @kommander in https://github.com/anomalyco/opentui/pull/762
* fix(renderer): add OSC 8 hyperlink id parameter and onChunks hook for link detection by @mugnimaestra in https://github.com/anomalyco/opentui/pull/736
* Markdown refinement by @kommander in https://github.com/anomalyco/opentui/pull/767
* render partial markdown tables by @kommander in https://github.com/anomalyco/opentui/pull/769

## New Contributors
* @justfortheloveof made their first contribution in https://github.com/anomalyco/opentui/pull/739
* @mugnimaestra made their first contribution in https://github.com/anomalyco/opentui/pull/736

**Full Changelog**: https://github.com/anomalyco/opentui/compare/v0.1.84...v0.1.85