Fix UTF-8 bug in NSString_RegEx
[GitX.git] / Documentation / ReleaseNotes / v0.3.txt
blobd46ea1d997758375104384acfb8d5e0b6217d315
1 V0.3: Changes since v0.2.1
2 ====
3 * You can now pass on command-line arguments just like you can with 'git log'
4 * The program has an icon
5 * Also displays remote branches in the branch list
6 * Is better in determining if a directory is a bare git repository
7 * Support for --left-right: use 'gitx --left-right HEAD..origin/master'
8   to see which commits are only on your branch or on their branch
9 * Navigate through changed hunks by using j/k keys
10 * Scroll down in webview by using space / shift-space