Skip to content

Commit f57a03d

Browse files
committed
Version 0.3.1
1 parent 0fe804a commit f57a03d

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

Documentation/ReleaseNotes.txt

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

3+
v0.3.1
4+
===
5+
* Fixed a serious crasher
6+
37
V0.3: Changes since v0.2.1
48
====
59
* You can now pass on command-line arguments just like you can with 'git log'

English.lproj/RepositoryWindow.xib

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ ELIAAAAAAAgACAAIAAgAAQABAAEAAQ</bytes>
11061106
<object class="NSTextView" id="199501869">
11071107
<reference key="NSNextResponder" ref="1012939428"/>
11081108
<int key="NSvFlags">2322</int>
1109-
<string key="NSFrameSize">{835, 0}</string>
1109+
<string key="NSFrameSize">{835, 70}</string>
11101110
<reference key="NSSuperview" ref="1012939428"/>
11111111
<object class="NSTextContainer" key="NSTextContainer" id="733720017">
11121112
<object class="NSLayoutManager" key="NSLayoutManager">
@@ -1470,7 +1470,7 @@ ELIAAAAAAAgACAAIAAgAAQABAAEAAQ</bytes>
14701470
<object class="NSTextView" id="857940771">
14711471
<reference key="NSNextResponder" ref="686698782"/>
14721472
<int key="NSvFlags">2322</int>
1473-
<string key="NSFrameSize">{543, 0}</string>
1473+
<string key="NSFrameSize">{543, 112}</string>
14741474
<reference key="NSSuperview" ref="686698782"/>
14751475
<object class="NSTextContainer" key="NSTextContainer" id="219857543">
14761476
<object class="NSLayoutManager" key="NSLayoutManager">
@@ -3116,22 +3116,16 @@ ELIAAAAAAAgACAAIAAgAAQABAAEAAQ</bytes>
31163116
<object class="IBPartialClassDescription">
31173117
<string key="className">PBWebGitController</string>
31183118
<string key="superclassName">NSObject</string>
3119-
<object class="NSMutableDictionary" key="actions">
3120-
<string key="NS.key.0">doeHet:</string>
3121-
<string key="NS.object.0">id</string>
3122-
</object>
31233119
<object class="NSMutableDictionary" key="outlets">
31243120
<bool key="EncodedWithXMLCoder">YES</bool>
31253121
<object class="NSMutableArray" key="dict.sortedKeys">
31263122
<bool key="EncodedWithXMLCoder">YES</bool>
31273123
<string>detailController</string>
3128-
<string>source</string>
31293124
<string>view</string>
31303125
</object>
31313126
<object class="NSMutableArray" key="dict.values">
31323127
<bool key="EncodedWithXMLCoder">YES</bool>
31333128
<string>PBDetailController</string>
3134-
<string>id</string>
31353129
<string>WebView</string>
31363130
</object>
31373131
</object>

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

0 commit comments

Comments
 (0)