v0.2.13

anomalyco/opentuiv0.2.13May 17, 2026by github-actions[bot]

AI Summary

The release addresses stability and selection logic issues, specifically fixing text copying and event handling, while pinning the glibc version for compatibility.

Key Highlights

  • Fix copied text for row-based selections
  • Fix OpenTUI native event callbacks
  • Pin glibc to 2.17
  • Fix incorrect insert order in Show with fragments

Full Release Notes

## What's Changed
* fix(core): pin glibc to 2.17 by @kevinchappell in https://github.com/anomalyco/opentui/pull/1074
* Fix copied text for row-based selections by @kitlangton in https://github.com/anomalyco/opentui/pull/1070
* Fix OpenTUI native event callbacks by @kommander in https://github.com/anomalyco/opentui/pull/1075
* Fix(solid/reconciler): incorrect insert order in Show with fragments by @Adictya in https://github.com/anomalyco/opentui/pull/1077


**Full Changelog**: https://github.com/anomalyco/opentui/compare/v0.2.12...v0.2.13