The TUI status bar no longer jumps around when scrolling through tasks with different card heights.
Fixed: Status bar jumps when scrolling variable-height cards
When using title_lines: 2 or title_lines: 3 in config, tasks with short titles produced smaller cards than tasks with long wrapping titles. Scrolling through a mix of these caused the bottom status bar to bounce up and down as the total visible card height changed.
The board view is now padded to fill the full terminal height, keeping the status bar pinned to the bottom regardless of which cards are visible.
# config.yml — this now works without visual glitches
tui:
title_lines: 3Upgrading
No action needed — this is a pure visual bug fix with no config or data changes.
Full diff: v0.28.2...v0.28.3