Releases: walm/todomd
Releases · walm/todomd
Release list
v0.9.0
v0.8.0
v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.0
v0.2.0
Changelog
- 4261601 Release v0.2.0
- 79e1d8a changes: stop reporting a consumer's own mutations back to it
- db61bbf Add mise build task for the dev binary
- 882510c Add section emojis to the README for scannability
- b242e64 Document intended scale: a board, not a database; drop plans/
- d02fb8d Add logo, demo gif, and reproducible demo recording to the README
- 5869c04 Add MIT license
- de12d5d Add curl-pipe install script for macOS/Linux
v0.1.0
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