Current release: 0.4

Changes from 0.3 to 0.4:
* Make the thing work with newer versions of Git.
* Performance enhancements for large commits.

Changes from 0.2 to 0.3:
New features:
* File filter, only show files whos name contains a string
* Make ignoring files actually work 
* A new option, --one-shot, which makes (h)gct exit after the first commit.
* Support for new versions of git
* A Hg extension which makes hgct better integrated with Hg. See
  README.HG for details.

Changes from 0.1 to 0.2:
* User interface enhancements: 
  - automatically add signoff to commit message
  - jump directly into an editor to modify files
  - ignore file (hg only)
  - preferences panel
  - revert changes
  - (un)select all changes
* Support for Mercurial (hg) repositories via the "hgct" command
* Generic SCM interface allows easy porting to other SCM systems
* Assorted small bugfixes and enhancements

Initial 0.1 release:
* Graphical commit tool for git repositories
* View diffs and select files before committing
* Synchronisation management for git cache and working directory
