Skip to content

Commit cb40cf6

Browse files
author
Pieter de Bie
committed
GitX 0.6.1
1 parent 67d9ff3 commit cb40cf6

File tree

5 files changed

+34
-67
lines changed

5 files changed

+34
-67
lines changed

Documentation/ReleaseNotes.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
GitX Release Notes
22

3+
v0.6.1
4+
===
5+
6+
This is a bugfix release. The following bugs have been fixed:
7+
8+
* The commit view shows new files with linebreaks
9+
* The history view works with Git >= 1.5.4 again
10+
* Reloading the detailed view in the History no longer causes an empty page
11+
312
v0.6
413
===
514

Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
<key>CFBundleSignature</key>
4040
<string>????</string>
4141
<key>CFBundleVersion</key>
42-
<string>0.6</string>
42+
<string>0.6.1</string>
4343
<key>CFBundleShortVersionString</key>
44-
<string>0.6</string>
44+
<string>0.6.1</string>
4545
<key>NSMainNibFile</key>
4646
<string>MainMenu</string>
4747
<key>NSPrincipalClass</key>

Site/assets/Downloads/appcast.xml

Lines changed: 13 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,22 @@
77

88

99
<item>
10-
<title>GitX 0.6</title>
11-
<pubDate>Mon, 26 Jan 2009 21:23:01 GMT</pubDate>
12-
<enclosure url="http://frim.frim.nl/GitXStable.app.zip" length="1531595" type="application/octet-stream" sparkle:version="0.6"/>
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"/>
1313
<description>
1414
<![CDATA[
15-
<h1 id="v06">GitX 0.6</h1>
15+
<h1>GitX 0.6.1</h1>
1616
<div style='font-size: 70%'>
17-
<p>This release has the following new features and enhancements:</p>
17+
<p>This is a bugfix release. The following bugs have been fixed:</p>
18+
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>
24+
25+
<p>Version 0.6 has the following new features and enhancements:</p>
1826
1927
<ul>
2028
<li>The diff display now looks much nicer, using boxes to segment files</li>
@@ -47,63 +55,5 @@
4755
</description>
4856
</item>
4957

50-
51-
<item>
52-
<title>GitX 0.5</title>
53-
<pubDate>Sun, 17 Now 2008 11:24:54 +0100</pubDate>
54-
<enclosure url="http://frim.frim.nl/GitXStable.app.zip" length="1531595" type="application/octet-stream" sparkle:version="0.5"/>
55-
<description>
56-
<![CDATA[
57-
<h1>GitX Version 0.5</h1>
58-
<div style='font-size: 70%'>
59-
<p>This feature release has several new smaller or larger features:</p>
60-
61-
<ul>
62-
<li>The current branch is now highlighted</li>
63-
<li>In the commit view, there is an option to amend commits</li>
64-
<li>The "Gist it" button now respects github.user/token</li>
65-
<li>Display a gravatar of the committer</li>
66-
<li>The commit message view now displays a vertical line at 50 characters</li>
67-
<li>It is now possible to revert changes by using the context menu in the
68-
commit view</li>
69-
<li>You can now stage only parts of a file by using the "Stage Hunk" buttons
70-
in the commit view</li>
71-
<li>You can now use GitX to show a diff of anything, for example by using
72-
'gitx --diff HEAD^^' or 'git diff HEAD~3 | gitx --diff'</li>
73-
<li>You can now drag and drop refs to move them and also create branches</li>
74-
</ul>
75-
76-
77-
<p>In addition, the following bugs have been fixed:</p>
78-
79-
<ul>
80-
<li>Better detection of git version</li>
81-
<li>Branch lines are no longer interspersed with half a pixel of whitespace</li>
82-
<li>The toolbar keeps its state when switching views</li>
83-
</ul>
84-
</div>
85-
]]>
86-
</description>
87-
</item>
88-
89-
<item>
90-
<title>GitX 0.4.1</title>
91-
<pubDate>Sun, 06 Sep 2008 11:24:54 +0900</pubDate>
92-
<enclosure url="http://frim.frim.nl/GitXStable.app.zip" length="1495398" type="application/octet-stream" sparkle:version="0.4.1"/>
93-
<description>
94-
<![CDATA[
95-
<h1>GitX Version 0.4.1</h1>
96-
<div style='font-size: 70%'>
97-
<p>This is a maintenance release</p>
98-
<p>Changes since Version 0.4:</p>
99-
<ul>
100-
<li> The diff display is now much faster</li>
101-
<li> More locations are now searched for a default git</li>
102-
<li> Code pasted online is now private</li>
103-
</ul>
104-
</div>
105-
]]>
106-
</description>
107-
</item>
10858
</channel>
10959
</rss>

Site/text/index.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="nohover" id="download">
33
<a href="http://frim.frim.nl/GitXStable.app.zip" title="Latest GitX download" id="download_link" class="nohover">
44
Download GitX
5-
<div id="version">Version 0.6</div>
5+
<div id="version">Version 0.6.1</div>
66
</a>
77
<p id="donate_link">(you can help GitX by <a href="http://www.pledgie.com/campaigns/1816">donating</a>)</p>
88
</div>
@@ -37,7 +37,7 @@ then in silky smooth OS X style!</p>
3737
Download
3838
</h3>
3939
<p>
40-
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>.
40+
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>.
4141
</p>
4242
<p>
4343
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.

Site/text/release_history.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
Release history
44
</h2>
55

6+
### Changes in v0.6.1:
7+
8+
This is a bugfix release. The following bugs have been fixed:
9+
10+
* The commit view shows new files with linebreaks
11+
* The history view works with Git >= 1.5.4 again
12+
* Reloading the detailed view in the History no longer causes an empty page
13+
614
### Changes in v0.6
715

816
This release has the following new features and enhancements:

0 commit comments

Comments
 (0)