Skip to content

Commit

Permalink
GitX 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pieter de Bie committed Jan 29, 2009
1 parent 67d9ff3 commit cb40cf6
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 67 deletions.
9 changes: 9 additions & 0 deletions Documentation/ReleaseNotes.txt
@@ -1,5 +1,14 @@
GitX Release Notes

v0.6.1
===

This is a bugfix release. The following bugs have been fixed:

* The commit view shows new files with linebreaks
* The history view works with Git >= 1.5.4 again
* Reloading the detailed view in the History no longer causes an empty page

v0.6
===

Expand Down
4 changes: 2 additions & 2 deletions Info.plist
Expand Up @@ -39,9 +39,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.6</string>
<string>0.6.1</string>
<key>CFBundleShortVersionString</key>
<string>0.6</string>
<string>0.6.1</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down
76 changes: 13 additions & 63 deletions Site/assets/Downloads/appcast.xml
Expand Up @@ -7,14 +7,22 @@


<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"/>
<title>GitX 0.6.1</title>
<pubDate>Thu, 29 Jan 2009 23:54:01 GMT</pubDate>
<enclosure url="http://frim.frim.nl/GitXStable.app.zip" length="1531595" type="application/octet-stream" sparkle:version="0.6.1"/>
<description>
<![CDATA[
<h1 id="v06">GitX 0.6</h1>
<h1>GitX 0.6.1</h1>
<div style='font-size: 70%'>
<p>This release has the following new features and enhancements:</p>
<p>This is a bugfix release. The following bugs have been fixed:</p>
<ul>
<li>The commit view shows new files with linebreaks</li>
<li>The history view works with Git >= 1.5.4 again</li>
<li>Reloading the detailed view in the History no longer causes an empty page</li>
</ul>
<p>Version 0.6 has the following new features and enhancements:</p>
<ul>
<li>The diff display now looks much nicer, using boxes to segment files</li>
Expand Down Expand Up @@ -47,63 +55,5 @@
</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>
<![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>
4 changes: 2 additions & 2 deletions Site/text/index.markdown
Expand Up @@ -2,7 +2,7 @@
<div class="nohover" id="download">
<a href="http://frim.frim.nl/GitXStable.app.zip" title="Latest GitX download" id="download_link" class="nohover">
Download GitX
<div id="version">Version 0.6</div>
<div id="version">Version 0.6.1</div>
</a>
<p id="donate_link">(you can help GitX by <a href="http://www.pledgie.com/campaigns/1816">donating</a>)</p>
</div>
Expand Down Expand Up @@ -37,7 +37,7 @@ then in silky smooth OS X style!</p>
Download
</h3>
<p>
The newest version of GitX is 0.6. This version can be downloaded from <a href="http://frim.frim.nl/GitXStable.app.zip">here</a>. To see what has changed, read the <a href="release_history.html">Release History</a>.
The newest version of GitX is 0.6.1. This version can be downloaded from <a href="http://frim.frim.nl/GitXStable.app.zip">here</a>. To see what has changed, read the <a href="release_history.html">Release History</a>.
</p>
<p>
After you have started it once, you can install the command-line tool through the menu (GitX-&gt;Enable Terminal Usage…). This will install a “gitx” binary in /usr/local/bin.
Expand Down
8 changes: 8 additions & 0 deletions Site/text/release_history.markdown
Expand Up @@ -3,6 +3,14 @@
Release history
</h2>

### Changes in v0.6.1:

This is a bugfix release. The following bugs have been fixed:

* The commit view shows new files with linebreaks
* The history view works with Git >= 1.5.4 again
* Reloading the detailed view in the History no longer causes an empty page

### Changes in v0.6

This release has the following new features and enhancements:
Expand Down

0 comments on commit cb40cf6

Please sign in to comment.