Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

37 lines (24 loc) · 1.23 KB

Changelog

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 in 0.1.0

  • Added a --todo-types flag which allows users to specify the TODO tags to search for.

Changed in 0.1.0

  • 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.

Fixed in 0.1.0

  • TODOs are no longer matched when starting in the middle of a comment line.

0.0.1 - 2023-05-15

Added in 0.0.1

  • Initial release of todos CLI application.
  • Simple support for scanning directories for TODO/FIXME/BUG/HACK/XXX comments.