v0.1.68

anomalyco/opentuiv0.1.68Jan 2, 2026by github-actions[bot]

AI Summary

Fixed React compatibility issues with flushSync, improved memory management, and widened UTF8 offset types to support larger lines.

Key Highlights

  • Fixed flushSync rename compatibility in React
  • Improved memory management using general-purpose allocator (gpa)
  • Fixed UTF8 WrapBreak offsets for lines > 64KB

Full Release Notes

## What's Changed
* fix: handle flushSync rename in react-reconciler 0.32.0 by @remorses in https://github.com/anomalyco/opentui/pull/454
* run CI on push only by @kommander in https://github.com/anomalyco/opentui/pull/462
* use gpa by @kommander in https://github.com/anomalyco/opentui/pull/465
* fix(utf8): widen WrapBreak offsets to u32 for lines > 64KB by @simonklee in https://github.com/anomalyco/opentui/pull/464

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

**Full Changelog**: https://github.com/anomalyco/opentui/compare/v0.1.67...v0.1.68