Skip to content

1.0.5

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Aug 20:46
1.0.5
6ae5767

What changed

  • Fixed the card rename checkmark. Clicking the checkmark while renaming a
    card now saves the new name. Previously the card's click-guard cancelled the
    form submit, so the button appeared to work but did nothing.
  • Column layout polish. Columns now share a consistent height (smoother
    drag-and-drop), and collapsing a column no longer hides it incorrectly.

Why

The rename checkmark was a silent failure — the button responded visually but
never committed. The layout fixes improve day-to-day board interaction when
moving cards and collapsing columns.

Notes

  • No minAppVersion change — still 1.10.2.
  • Includes CI/E2E harness work behind the scenes; no user-facing config changes.