Update email adress and git respository adress.
[hgct.git] / ChangeLog
blob56cd5bd17e746dc79016497b2cbc6036310c4f64
1 Current release: 0.4
3 Changes from 0.3 to 0.4:
4 * Make the thing work with newer versions of Git.
5 * Performance enhancements for large commits.
7 Changes from 0.2 to 0.3:
8 New features:
9 * File filter, only show files whos name contains a string
10 * Make ignoring files actually work 
11 * A new option, --one-shot, which makes (h)gct exit after the first commit.
12 * Support for new versions of git
13 * A Hg extension which makes hgct better integrated with Hg. See
14   README.HG for details.
16 Changes from 0.1 to 0.2:
17 * User interface enhancements: 
18   - automatically add signoff to commit message
19   - jump directly into an editor to modify files
20   - ignore file (hg only)
21   - preferences panel
22   - revert changes
23   - (un)select all changes
24 * Support for Mercurial (hg) repositories via the "hgct" command
25 * Generic SCM interface allows easy porting to other SCM systems
26 * Assorted small bugfixes and enhancements
28 Initial 0.1 release:
29 * Graphical commit tool for git repositories
30 * View diffs and select files before committing
31 * Synchronisation management for git cache and working directory