Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Feb 07:07
Fix fullscreen redraw and column drag sticking bugs

- ScrollChanged handler now re-renders on viewport size changes
  (ViewportHeightChange/ViewportWidthChange), not just scroll position
  changes. Fixes maximize/fullscreen not showing new cells.
- Add safety net in PreviewMouseMove: detect released mouse button
  during drag to recover from lost mouse capture caused by visual
  tree churn during RedrawAll().

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>