You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.