Skip to content
kandown
GitHubnpm
98 releases

Changelog

2026-06-04

v0.7.5TUI Drag

  • Added: Real terminal drag-and-drop in the TUI board — press a task, drag over another column, and release to move it.
  • Fixed: TUI rendering now uses Ink's managed alternate screen with a fixed-height root frame, preventing duplicated/glitchy scrollback redraws.
  • Fixed: TUI mouse control sequences are now written through Ink's stdout helper and button-motion tracking is enabled for drag events.
  • Changed: TUI board mouse handling now follows the Herdr-style press → drag → hover target → release commit flow while keeping click menus and keyboard moves as fallbacks.