Skip to content

Latest commit

 

History

History
68 lines (31 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

68 lines (31 loc) · 2.32 KB

2.1.0 (2023-05-04)

Features

  • handle directory not found and file errors (65ae7f4)

2.0.0 (2023-04-19)

Features

  • use clap to parse arguments (07ed5bb)

BREAKING CHANGES

  • Updating to clap gives us a nicer API, cleaner code, and automatic CLI help.

1.5.0 (2023-04-13)

Features

  • add support for scss files (9090016)

1.4.0 (2023-03-28)

Features

  • add filtering of todos in gitignored files (3bb3d06)

1.3.0 (2023-03-27)

Features

  • ci: add homebrew release (c00b1e6)

1.2.0 (2023-03-27)

Bug Fixes

  • set column number to start of todo tag (cb2faff)
  • set correct line number (dc290ff)

Features

  • add help argument (b7ce23e)
  • add simple --open command to open in $EDITOR (8262176)

1.1.0 (2023-03-24)

Features

1.0.0 (2023-03-24)

Features