- Moved screenshots to 'gh-pages' branch - Handle all keyboard interrupts more completely - Explicitly set default encoding to utf-8 - Fixed broken output diff when I/O with filterdiff in nonblocking mode
0.9.2
- Enahanced option parser now pass unknown option to underneath revision control, user can use ``cdiff --cached``, ``cdiff -U5`` directly
0.9.1
- Use ``--no-ext-diff`` to disable GIT_EXTERNAL_DIFF and diff.external which might break cdiff output
0.9
- Supports reading context diff via ``filterdiff`` (patchutils) - Fixed a diff parser bug which misread git commit message as common line - Lots of code refactor
0.8
- Parser is now robust enough to handle dangling headers and short patch - PEP8 (with minor own flavors) and other code lint - Change 'Development Status' to stable
0.7.1
- Handle 'Binary files ... differ' - Document update for known issues