This release makes the TUI much faster to work with day-to-day: you can now edit existing tasks directly in the same guided flow as create, hide empty columns when you want a focused board, and use proper cursor-based text editing in create/edit dialogs.
New: Edit tasks directly in the TUI
You can now press e on a selected task and edit it through the same 4-step flow used for create (Title, Body, Priority, Tags), then save with Enter.
kanban-md tui
# Select a task, press e, edit fields, press Enter to saveNew: Hide empty columns in TUI
TUI now supports hiding empty columns both as a persistent setting and as a per-run override.
# Set default behavior in config
kanban-md config set tui.hide_empty_columns true
# One-off override when launching TUI
kanban-md tui --hide-empty-columns
kanban-md tui --show-empty-columnsFixed: TUI text input editing behavior
Create/edit text fields now support real cursor-based editing instead of append-only typing.
kanban-md tui
# In create/edit dialogs: use ←/→, Home/End, Backspace, Delete for in-place editingFixed: Detail title wrapping stability
A memory issue in detail title wrapping under race-test CI was fixed, improving reliability of release/test pipelines without changing user workflow.
# No action required; reliability improvement in internal wrapping logic
kanban-md tuiUpgrading
No action needed. Existing boards migrate automatically (including the new tui.hide_empty_columns config field).
Full diff: v0.31.0...v0.32.1