difftodo v1.0.0 Release Notes
Release Date: 2015-02-08 // almost 8 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