We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f2b4a commit 2b089a7Copy full SHA for 2b089a7
2 files changed
Documentation/ReleaseNotes.txt
@@ -1,5 +1,14 @@
1
GitX Release Notes
2
3
+v0.4.1
4
+==
5
+
6
+This is a maintenance release. Most important fixes:
7
8
+* The diff display is now much faster
9
+* More locations are now searched for a default git
10
+* Code pasted online is now private
11
12
v0.4: Changes since v0.3.1
13
===
14
* A new commitview, allowing you to selectively add changes and commit them.
Info.plist
@@ -39,9 +39,9 @@
39
<key>CFBundleSignature</key>
40
<string>????</string>
41
<key>CFBundleVersion</key>
42
- <string>0.4</string>
+ <string>0.4.1</string>
43
<key>CFBundleShortVersionString</key>
44
45
<key>NSMainNibFile</key>
46
<string>MainMenu</string>
47
<key>NSPrincipalClass</key>
0 commit comments