Skip to content

v0.5.0

Compare
Choose a tag to compare
@lavifb lavifb released this 16 Dec 17:26

Added

  • user tagging
    • Types
      1. // TODO(user): item
      2. // TODO: @user1 item @user2 @user3
    • User tags are color highlighted in output
    • output only specific users using -u or --user flag
  • regex caching to not rebuild the same regexs over and over again
  • support for changing ANSI printing styles in config files

Changed

  • stderr output using --verbose flag

Library changes

  • debug statements using log crate
  • pulled bin/todor.rs into separate files for potentially better compilation optimization
  • moved Todo and TodoFile types into todo module
  • pulled config related types out of comments.rs and into configs.rs