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>Version 0.2.1</title>
9 <pubDate>Sun, 06 Sep 2008 11:24:54 +0900</pubDate>
10 <enclosure url="http://frim.frim.nl/GitXStable.app.zip" length="1355659" type="application/oc
11 tet-stream" sparkle:version="0.3"/>
14 <h1>GitX Version 0.3</h1>
15 <div style='font-size: 70%'>
16 <p><b>NOTE, you will NEED to reinstall the terminal tool after this update</b></p>
17 <p>Changes since Version 0.2.1:</p>
19 <li>You can now pass on command-line arguments just like you can with 'git log'</li>
20 <li>The program has an icon</li>
21 <li>Also displays remote branches in the branch list</li>
22 <li>Is better in determining if a directory is a bare git repository</li>
23 <li>Support for --left-right: use 'gitx --left-right HEAD..origin/master' to see which commits are only on your branch or on their branch</li>
24 <li>Navigate through changed hunks by using j/k keys</li>
25 <li>Scroll down in webview by using space / shift-space</li>