Update changelog for the 0.3 release.
[hgct.git] / RELEASE
blob2bec0d28e73609d4d511932279af8722f7ac3044
1 Current release: 0.3
3 Changeds 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 Lots of bugfixes
14 Changes from 0.1 to 0.2:
15 * User interface enhancements: 
16   - automatically add signoff to commit message
17   - jump directly into an editor to modify files
18   - ignore file (hg only)
19   - preferences panel
20   - revert changes
21   - (un)select all changes
22 * Support for Mercurial (hg) repositories via the "hgct" command
23 * Generic SCM interface allows easy porting to other SCM systems
24 * Assorted small bugfixes and enhancements
26 Initial 0.1 release:
27 * Graphical commit tool for git repositories
28 * View diffs and select files before committing
29 * Synchronisation management for git cache and working directory