Skip to content

Releases: walm/todomd

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 08:48

Changelog

  • 9713602 Release v0.9.0
  • a68d520 Add board deletion to the CLI and TUI

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 10:00

Changelog

  • 2135f17 Release v0.8.0
  • 584d9a2 Remove a debug probe that slipped into the previous commit
  • b0a2229 Pin the open task's header and add g/G to its scrolling

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 10:00

Changelog

  • 0a86dff Release v0.7.0
  • 8224800 Show the running version in the TUI's bottom-right corner
  • 16821e3 Add search (/) and a changed-only (u) filter to the TUI

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 19:58

Changelog

  • df3db95 Release v0.6.0
  • bd31019 Add A in the TUI to mark every card as read

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 10:05

Changelog

  • 99c1e79 Release v0.5.0
  • 5949f26 Add 'todomd archive' to clear a finished board, with a git safety check
  • 46a0876 Make the board render independent of how many tasks the file holds
  • a65d2c2 Add benchmarks for parse, write, mutate, diff and the TUI render

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 19:09

Changelog

  • 51a60ca Release v0.4.0
  • be03424 Make the form's priority field a select instead of free text
  • 5c9fd9d Add task priority: high, normal (default) or low

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 19:37

Changelog

  • c34cef7 Release v0.3.0
  • 609b061 Add 'todomd upgrade' and a human-only new-version hint
  • ad0f489 Note the separate todomd-web UI in the README

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 15:16

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

Choose a tag to compare

@github-actions github-actions released this 20 Jul 20:55

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