github antopolskiy/kanban-md v0.32.1
v0.32.1 "Needle Point" — TUI Editing Precision

latest releases: v0.33.0, v0.32.2
one month ago

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 save

New: 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-columns

Fixed: 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 editing

Fixed: 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 tui

Upgrading

No action needed. Existing boards migrate automatically (including the new tui.hide_empty_columns config field).

Full diff: v0.31.0...v0.32.1

Don't miss a new kanban-md release

NewReleases is sending notifications on new releases.