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