Keyboard-driven workflows in the TUI are now covered by a full end-to-end harness, and input behavior is more stable with the new bubble-based create/edit interactions.
New: End-to-end TUI keyboard flow coverage
The release adds a dedicated PTY-based test harness plus split end-to-end test files that validate create, edit, move, delete, and shortcut flows by simulating real keypresses in the running TUI.
# Run the new GUI regression surface locally
go test ./e2e -run '^TestE2E_TUI_' -count=1New: Interactive create/edit reliability in TUI
The create/edit dialog now routes input through a more robust flow and title/body handling is validated by the expanded test suite, reducing accidental regressions in common UI interactions.
# Open the keyboard-driven TUI
kanban-md tui# Start from a specific board directory
kanban-md --dir ./my-board tuiChanged: Coverage structure in test assets
TUI e2e tests were split into focused modules instead of one monolithic file so future keyboard regressions can be added and reviewed in smaller, safer chunks.
Upgrading
No action needed for existing users.
Full diff: v0.32.1...v0.32.2