Add first test, in MacRuby
[GitX.git] / Documentation / ReleaseNotes / v0.6.txt
blobd152d89aaef776a0c345235203bd450789a5aa30
1 v0.6
2 ===
4 This release has the following new features and enhancements:
6 * The diff display now looks much nicer, using boxes to segment files
7 * The toolbar can now me customized
8 * Images that have been changed or added in a commit can now be viewed
9   inline in GitX
10 * GitX has gained a preference pane which allows you to specify a git path
11   and disable the Gist and Gravatar integration
12 * The commit interface is now more intuitive. Particularly, you can now
13   select multiple files and use drag and drop to stage / unstage files
14 * You can now drag and drop files out of the commit view
15 * The files in the commit view have gained a context menu that allows you
16   to revert changes / open the file / ignore the file
17 * It is now possible to adjust the amount of context lines in the commit view.
18   Using a smaller context size allows you to do more fine-grained commits
19 * The branch menu is now organized in branches/remotes/tags
20 * The view switch button now uses icons rather than words
21 * The view shortcuts have changed to use command 1/2 for the history/commit 
22   view. The history's subviews can now be changed using command-option-1/2/3
23 * Listing commits has become much faster
24 * GitX no longer spawns zombie processes
25 * GitX now shows a list of files that have been changed in a commit
26 * GitX now uses libgit2 to store object id's, reducing it's memory footprint
28 In addition many bugs were fixed, including the correct calculation of a
29 gravatar MD5 hash.