Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Jul 20:55
· 28 commits to main since this release

Changelog

  • 2138ec8 Add versioning (v0.1.0), release tooling, and a generic example TODO.md
  • 2a8ec64 Fix footer/hint hit-testing offset: measure label positions in display columns, not bytes
  • 94fab8c Unify actions as underlined shortcut labels; clickable board footer
  • 86f7a7d Add Save/Cancel buttons with hover states to forms; hover on detail hints
  • 85ce8cc Add mouse support: click to select/open cards, tap outside to close
  • b6276cb Auto-reload the board when the file changes while the TUI idles
  • b2f80b1 Show unread badges in the TUI for cards changed since the user's last visit
  • 89324b2 Move the flock file out of the repo into the per-file state dir
  • 92e5937 Add 'todomd changes': per-cursor semantic change feed for agents
  • 08164c4 Open tasks in $EDITOR with E; add edit keys to the detail view
  • e0f5f6e Add in-modal commenting, first-two-tags card display, formatter tolerance
  • 9e2b555 Add example task showcasing description markdown, tags, and comments
  • 8f6d507 Show task detail as a centered modal over the board
  • 3204b95 Fix 5s freeze and phantom keys when opening a task's detail view
  • c1fc164 Initial implementation of todomd: Kanban TUI + agent-friendly CLI over TODO.md