All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2023-05-24
- Added a
--todo-types
flag which allows users to specify the TODO tags to search for.
- TODOs matched in multi-line comments no longer print the entire comment. Only the line containing the TODO is printed. Line numbers printed also correspond to the line where the TODO occurs rather than the starting line of the comment.
- Filenames and line numbers are now colored in the terminal if it supports it.
- Hidden files are now supported properly on Windows.
- TODOs are no longer matched when starting in the middle of a comment line.
0.0.1 - 2023-05-15
- Initial release of
todos
CLI application. - Simple support for scanning directories for TODO/FIXME/BUG/HACK/XXX comments.