Skip to content

0.8.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 15:43
· 15 commits to main since this release

Added

  • A status named "Done" is now linked to the completion checkbox in both directions: ticking a card's box moves it into that column, dropping a card into that column ticks its box, and reversing either un-completes the card and moves it to "No Status". Boards with no status named "Done" are unaffected.

Fixed

  • The created and completed dates on a kanban card no longer run together as one line of text. The row was styled only for the cards view, so on the board it rendered with no gap, at body size, in body colour; the rule is now shared by both card types.
  • Kanban card titles no longer wrap one character per line on narrow windows. Everything in a card header except the title is fixed width and costs 149px, while the column floor fell to 160px below 900px viewport width, leaving the title 11px wide. Columns now stop shrinking at 260px and the board scrolls sideways instead.