From eda55b142bcf43e9df7df2690de61a31d7340630 Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Fri, 12 Sep 2008 22:44:35 +0200 Subject: [PATCH] Release version 0.3 --- Info.plist | 4 ++-- feed.xml | 21 ++++++++++++++------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/Info.plist b/Info.plist index cc6d582..8eec961 100644 --- a/Info.plist +++ b/Info.plist @@ -39,9 +39,9 @@ CFBundleSignature ???? CFBundleVersion - 0.2.1 + 0.3 CFBundleShortVersionString - 0.2.1 + 0.3 NSMainNibFile MainMenu NSPrincipalClass diff --git a/feed.xml b/feed.xml index 4ccdd6f..315257e 100644 --- a/feed.xml +++ b/feed.xml @@ -7,16 +7,23 @@ Version 0.2.1 Sun, 06 Sep 2008 11:24:54 +0900 - + GitX Version 0.2.1 - -

Changes since last version:

+

GitX Version 0.3

+
+

NOTE, you will NEED to reinstall the terminal tool after this update

+

Changes since Version 0.2.1:

    -
  • Automatic updates through Sparkle
  • -
+
  • You can now pass on command-line arguments just like you can with 'git log'
  • +
  • The program has an icon
  • +
  • Also displays remote branches in the branch list
  • +
  • Is better in determining if a directory is a bare git repository
  • +
  • Support for --left-right: use 'gitx --left-right HEAD..origin/master' to see which commits are only on your branch or on their branch
  • +
  • Navigate through changed hunks by using j/k keys
  • +
  • Scroll down in webview by using space / shift-space
  • +
    ]]>
    -- 2.11.4.GIT