1 <?xml version="1.0" encoding="utf-8"?>
2 <rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
5 <link>http://github.com/pieter/gitx/wikis</link>
6 <description>A more native clone of Gitk for OS X</description>
8 <title>GitX 0.5</title>
9 <pubDate>Sun, 17 Now 2008 11:24:54 +0100</pubDate>
10 <enclosure url="http://frim.frim.nl/GitXStable.app.zip" length="1531595" type="application/octet-stream" sparkle:version="0.5"/> <description>
12 <h1>GitX Version 0.5</h1>
13 <div style='font-size: 70%'>
14 <p>This feature release has several new smaller or larger features:</p>
17 <li>The current branch is now highlighted</li>
18 <li>In the commit view, there is an option to amend commits</li>
19 <li>The "Gist it" button now respects github.user/token</li>
20 <li>Display a gravatar of the committer</li>
21 <li>The commit message view now displays a vertical line at 50 characters</li>
22 <li>It is now possible to revert changes by using the context menu in the
24 <li>You can now stage only parts of a file by using the "Stage Hunk" buttons
25 in the commit view</li>
26 <li>You can now use GitX to show a diff of anything, for example by using
27 'gitx --diff HEAD^^' or 'git diff HEAD~3 | gitx --diff'</li>
28 <li>You can now drag and drop refs to move them and also create branches</li>
32 <p>In addition, the following bugs have been fixed:</p>
35 <li>Better detection of git version</li>
36 <li>Branch lines are no longer interspersed with half a pixel of whitespace</li>
37 <li>The toolbar keeps its state when switching views</li>
45 <title>GitX 0.4.1</title>
46 <pubDate>Sun, 06 Sep 2008 11:24:54 +0900</pubDate>
47 <enclosure url="http://frim.frim.nl/GitXStable.app.zip" length="1495398" type="application/octet-stream" sparkle:version="0.4.1"/>
50 <h1>GitX Version 0.4.1</h1>
51 <div style='font-size: 70%'>
52 <p>This is a maintenance release</p>
53 <p>Changes since Version 0.4:</p>
55 <li> The diff display is now much faster</li>
56 <li> More locations are now searched for a default git</li>
57 <li> Code pasted online is now private</li>