difftodo v1.0.0 Release Notes

Release Date: 2015-02-08 // about 9 years ago
  • ๐Ÿ“œ Complete rewrite to use Pygments for diff and code parsing, providing support for many, many more languages and allowing difftodo to be used with version control systems other than Bazaar.

    • ๐Ÿšš All support for Bazaar has been removed
    • None of the old APIs work
    • Emacs integration has been deleted (but look out for it in a new repo)
    • ๐Ÿ“š Examples in documentation refer to git
    • difftodos command-line tool renamed to diff-todo
    • ๐Ÿ†• New tool all-todos to show all todo comments in files
    • diffcomments command-line tool deleted
    • ๐Ÿท Tags (e.g. "FIXME", "XXX", "TODO") can now be specified on the command-line
    • โœ… Tests now use testtools rather than bzrlib.tests