difftodo v1.0.0 Release Notes
Release Date: 2015-02-08 // about 10 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 todiff-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 thanbzrlib.tests