Skip to content

Commit eda55b1

Browse files
committed
Release version 0.3
1 parent f0fb0c8 commit eda55b1

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

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.2.1</string>
42+
<string>0.3</string>
4343
<key>CFBundleShortVersionString</key>
44-
<string>0.2.1</string>
44+
<string>0.3</string>
4545
<key>NSMainNibFile</key>
4646
<string>MainMenu</string>
4747
<key>NSPrincipalClass</key>

feed.xml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,23 @@
77
<item>
88
<title>Version 0.2.1</title>
99
<pubDate>Sun, 06 Sep 2008 11:24:54 +0900</pubDate>
10-
<enclosure url="http://frim.frim.nl/GitXStable.app.zip" length="139009" type="application/oc
11-
tet-stream" sparkle:version="0.2.1"/>
10+
<enclosure url="http://frim.frim.nl/GitXStable.app.zip" length="1355659" type="application/oc
11+
tet-stream" sparkle:version="0.3"/>
1212
<description>
1313
<![CDATA[
14-
<h1>GitX Version 0.2.1</h1>
15-
16-
<p>Changes since last version:</p>
14+
<h1>GitX Version 0.3</h1>
15+
<div style='font-size: 70%'>
16+
<p><b>NOTE, you will NEED to reinstall the terminal tool after this update</b></p>
17+
<p>Changes since Version 0.2.1:</p>
1718
<ul>
18-
<li>Automatic updates through Sparkle</li>
19-
</ul>
19+
<li>You can now pass on command-line arguments just like you can with 'git log'</li>
20+
<li>The program has an icon</li>
21+
<li>Also displays remote branches in the branch list</li>
22+
<li>Is better in determining if a directory is a bare git repository</li>
23+
<li>Support for --left-right: use 'gitx --left-right HEAD..origin/master' to see which commits are only on your branch or on their branch</li>
24+
<li>Navigate through changed hunks by using j/k keys</li>
25+
<li>Scroll down in webview by using space / shift-space</li>
26+
</ul></div>
2027
]]>
2128
</description>
2229
</item>

0 commit comments

Comments
 (0)