remindctl/CHANGELOG.md
2026-01-03 07:14:56 +01:00

430 B

Changelog

0.1.0 - 2026-01-03

  • Reminders CLI with Commander-based command router
  • Show reminders with filters (today/tomorrow/week/overdue/upcoming/completed/all/date)
  • Manage lists (list, create, rename, delete)
  • Add, edit, complete, and delete reminders
  • JSON and plain output modes for scripting
  • Flexible date parsing (relative, ISO 8601, and common formats)
  • GitHub Actions CI with lint, tests, and coverage gate