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