GitX 0.6.1
[GitX.git] / Site / assets / Downloads / appcast.xml
blob66caa12bd3c0ae83b22b2c696b3b5f710d204632
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">
3   <channel>
4     <title>GitX</title>
5     <link>http://github.com/pieter/gitx/wikis</link>
6     <description>A more native clone of Gitk for OS X</description>
9     <item>
10       <title>GitX 0.6.1</title>
11       <pubDate>Thu, 29 Jan 2009 23:54:01 GMT</pubDate>
12       <enclosure url="http://frim.frim.nl/GitXStable.app.zip" length="1531595" type="application/octet-stream" sparkle:version="0.6.1"/>
13       <description>
14         <![CDATA[
15           <h1>GitX 0.6.1</h1>
16           <div style='font-size: 70%'>
17             <p>This is a bugfix release. The following bugs have been fixed:</p>
19             <ul>
20             <li>The commit view shows new files with linebreaks</li>
21             <li>The history view works with Git >= 1.5.4 again</li>
22             <li>Reloading the detailed view in the History no longer causes an empty page</li>
23             </ul>
25           <p>Version 0.6 has the following new features and enhancements:</p>
27           <ul>
28           <li>The diff display now looks much nicer, using boxes to segment files</li>
29           <li>The toolbar can now me customized</li>
30           <li>Images that have been changed or added in a commit can now be viewed
31           inline in GitX</li>
32           <li>GitX has gained a preference pane which allows you to specify a git path
33           and disable the Gist and Gravatar integration</li>
34           <li>The commit interface is now more intuitive. Particularly, you can now
35           select multiple files and use drag and drop to stage / unstage files</li>
36           <li>You can now drag and drop files out of the commit view</li>
37           <li>The files in the commit view have gained a context menu that allows you
38           to revert changes / open the file / ignore the file</li>
39           <li>It is now possible to adjust the amount of context lines in the commit view.
40           Using a smaller context size allows you to do more fine-grained commits</li>
41           <li>The branch menu is now organized in branches/remotes/tags</li>
42           <li>The view switch button now uses icons rather than words</li>
43           <li>The view shortcuts have changed to use command 1/2 for the history/commit 
44           view. The history&#8217;s subviews can now be changed using command-option-1/2/3</li>
45           <li>Listing commits has become much faster</li>
46           <li>GitX no longer spawns zombie processes</li>
47           <li>GitX now shows a list of files that have been changed in a commit</li>
48           <li>GitX now uses libgit2 to store object id&#8217;s, reducing it&#8217;s memory footprint</li>
49           </ul>
51           <p>In addition many bugs were fixed, including the correct calculation of a
52           gravatar MD5 hash.</p>
53         </div>
54         ]]>
55       </description>
56     </item>
58   </channel>
59 </rss>