Skip to content

v3.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jan 01:27
· 148 commits to main since this release

Release 3.0.2

This release fixes a critical bug where TODO.md files became malformed when adding multiple subtasks via MCP on fresh repositories. The issue caused orphaned timestamp lines to accumulate in the file, breaking the expected format. The fix ensures footer timestamps are properly handled and always regenerated cleanly, while also updating the branding from legacy "todo.ai" to "ai-todo" in default headers.

The cursor rule generator that installs rules in new projects now documents that tasks are displayed in reverse chronological order (newest on top), helping prevent confusion about the intentional task ordering behavior.


🐛 Bug Fixes

  • Resolve malformed TODO.md on fresh repos with multiple subtasks (task#240) (cddfb9d)

🔧 Infrastructure

  • Add fastmcp 3.x compatibility testing in CI (task#239) (661253b)