Skip to content

Releases: DHuryn/CellShell

v1.1.0

28 Feb 07:07

Choose a tag to compare

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>

v1.0.0

28 Feb 05:49

Choose a tag to compare

Fix release workflow: target main project only in publish step

The solution-wide publish was also trying to single-file publish the
test project, which fails. Specify CellShell.csproj explicitly.

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