GitX v0.4.1
[GitX.git] / Documentation / ReleaseNotes.txt
blobdf41673d4ebd54415a06ecdefc6ac1820dd5c7b4
1 GitX Release Notes
3 v0.4.1
4 ==
6 This is a maintenance release. Most important fixes:
8 * The diff display is now much faster
9 * More locations are now searched for a default git
10 * Code pasted online is now private
12 v0.4: Changes since v0.3.1
13 ===
14 * A new commitview, allowing you to selectively add changes and commit them.
15 * You can now upload a commit as a patch to gist.github.com
16 * GitX now searches for your git binary in more directories and is smarter
17   about reporting errors regarding git paths.
18 * You can now remove branches by right-clicking on them in the detailed view
19 * GitX now comes with a spicy new icon
20 * The diff view has become prettier and now also highlights trailing
21   whitespace.
22 * Various little changes and stability improvement
24 v0.3.1
25 ===
26 * Fixed a serious crasher
28 V0.3: Changes since v0.2.1
29 ====
30 * You can now pass on command-line arguments just like you can with 'git log'
31 * The program has an icon
32 * Also displays remote branches in the branch list
33 * Is better in determining if a directory is a bare git repository
34 * Support for --left-right: use 'gitx --left-right HEAD..origin/master'
35   to see which commits are only on your branch or on their branch
36 * Navigate through changed hunks by using j/k keys
37 * Scroll down in webview by using space / shift-space
39 V0.2.1
40 ===
41 * Added Sparkle update system
43 V0.2: Changes since v0.1
44 ====
45 * The graph now has colors
46 * There are now lables attached to commits