Skip to content

Commit

Permalink
GitX Version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pieter committed Jan 26, 2009
1 parent b651701 commit dbaa66c
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 3 deletions.
1 change: 1 addition & 0 deletions Documentation/ReleaseNotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This release has the following new features and enhancements:
view. The history's subviews can now be changed using command-option-1/2/3
* Listing commits has become much faster
* GitX no longer spawns zombie processes
* GitX now shows a list of files that have been changed in a commit

* GitX now uses libgit2 to store object id's, reducing it's memory footprint

Expand Down
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.5</string>
<string>0.6</string>
<key>CFBundleShortVersionString</key>
<string>0.5</string>
<string>0.6</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
47 changes: 46 additions & 1 deletion Site/assets/Downloads/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,55 @@
<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.6</title>
<pubDate>Mon, 26 Jan 2009 21:23:01 GMT</pubDate>
<enclosure url="http://frim.frim.nl/GitXStable.app.zip" length="1531595" type="application/octet-stream" sparkle:version="0.6"/>
<description>
<![CDATA[
<h1 id="v06">GitX 0.6</h1>
<div style='font-size: 70%'>
<p>This release has the following new features and enhancements:</p>
<ul>
<li>The diff display now looks much nicer, using boxes to segment files</li>
<li>The toolbar can now me customized</li>
<li>Images that have been changed or added in a commit can now be viewed
inline in GitX</li>
<li>GitX has gained a preference pane which allows you to specify a git path
and disable the Gist and Gravatar integration</li>
<li>The commit interface is now more intuitive. Particularly, you can now
select multiple files and use drag and drop to stage / unstage files</li>
<li>You can now drag and drop files out of the commit view</li>
<li>The files in the commit view have gained a context menu that allows you
to revert changes / open the file / ignore the file</li>
<li>It is now possible to adjust the amount of context lines in the commit view.
Using a smaller context size allows you to do more fine-grained commits</li>
<li>The branch menu is now organized in branches/remotes/tags</li>
<li>The view switch button now uses icons rather than words</li>
<li>The view shortcuts have changed to use command 1/2 for the history/commit
view. The history&#8217;s subviews can now be changed using command-option-1/2/3</li>
<li>Listing commits has become much faster</li>
<li>GitX no longer spawns zombie processes</li>
<li>GitX now shows a list of files that have been changed in a commit</li>
<li>GitX now uses libgit2 to store object id&#8217;s, reducing it&#8217;s memory footprint</li>
</ul>
<p>In addition many bugs were fixed, including the correct calculation of a
gravatar MD5 hash.</p>
</div>
]]>
</description>
</item>


<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>
<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%'>
Expand Down

0 comments on commit dbaa66c

Please sign in to comment.