v1.2.0, 2026-02-05
  - Added -N/--note flag to 'new' command for creating tasks with notes

v1.1.0, 2026-02-05
  - Added note support: note, show-note, clear-note commands
  - Added sn, cn aliases for show-note and clear-note
  - Notes are now displayed in show command and JSON output
  - Added note field to Task model

v1.0.0, 2026-02-04
  - Fork from kiblee/tod0 with redesigned CLI
  - Removed interactive TUI, CLI-only
  - Added JSON output for all commands (--json flag)
  - Added --id flag for stable task identification
  - Added filters: --all, --completed, --due-today, --overdue, --important
  - Added uncomplete/uncomplete-step commands
  - Added inline step creation with -S flag
  - Renamed commands: lists (was ls), tasks (was lst), new-list (was newl)
  - Added command aliases: t, n, c, d
