v0.1.86

anomalyco/opentuiv0.1.86Mar 3, 2026by github-actions[bot]

AI Summary

This release focuses on fixing terminal mode restoration logic and addressing palette query issues with certain emulators that lack standard init sequences. It also fixes continuation cell corruption.

Key Highlights

  • Fixed palette query resistance to emulators with no init sequences
  • Fixed mouse movement enable/restore logic
  • Fixed continuation cell corruption
  • Only restore terminal modes on focus when blurred previously

New Features

  • Palette query fix for non-standard emulators
  • Fixed mouse movement logic
  • Fixed continuation cell corruption

Full Release Notes

## What's Changed
* fix(palette): querySpecialColors resistent to term emulators with noi… by @MaxDillon in https://github.com/anomalyco/opentui/pull/765
* fix(mouse): honor enableMouseMovement during mouse mode enable/restore by @aarcamp in https://github.com/anomalyco/opentui/pull/764
* Fix continuation cell corruption by @simonklee in https://github.com/anomalyco/opentui/pull/768
* only restore terminal modes on focus when blurred previously by @kommander in https://github.com/anomalyco/opentui/pull/772
* update markdown docs by @kommander in https://github.com/anomalyco/opentui/pull/773

## New Contributors
* @MaxDillon made their first contribution in https://github.com/anomalyco/opentui/pull/765
* @aarcamp made their first contribution in https://github.com/anomalyco/opentui/pull/764

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