From dbaa66cf365f9d0bdf64d33dded276ee415efcf7 Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Mon, 26 Jan 2009 21:26:26 +0000 Subject: [PATCH] GitX Version 0.6 --- Documentation/ReleaseNotes.txt | 1 + Info.plist | 4 ++-- Site/assets/Downloads/appcast.xml | 47 ++++++++++++++++++++++++++++++++++++++- 3 files changed, 49 insertions(+), 3 deletions(-) diff --git a/Documentation/ReleaseNotes.txt b/Documentation/ReleaseNotes.txt index e4711cb..4e347b0 100644 --- a/Documentation/ReleaseNotes.txt +++ b/Documentation/ReleaseNotes.txt @@ -23,6 +23,7 @@ This release has the following new features and enhancements: view. The history's subviews can now be changed using command-option-1/2/3 * Listing commits has become much faster * GitX no longer spawns zombie processes +* GitX now shows a list of files that have been changed in a commit * GitX now uses libgit2 to store object id's, reducing it's memory footprint diff --git a/Info.plist b/Info.plist index 9578c81..5792b8c 100644 --- a/Info.plist +++ b/Info.plist @@ -39,9 +39,9 @@ CFBundleSignature ???? CFBundleVersion - 0.5 + 0.6 CFBundleShortVersionString - 0.5 + 0.6 NSMainNibFile MainMenu NSPrincipalClass diff --git a/Site/assets/Downloads/appcast.xml b/Site/assets/Downloads/appcast.xml index f8f04a9..795f49a 100644 --- a/Site/assets/Downloads/appcast.xml +++ b/Site/assets/Downloads/appcast.xml @@ -4,10 +4,55 @@ GitX http://github.com/pieter/gitx/wikis A more native clone of Gitk for OS X + + + + GitX 0.6 + Mon, 26 Jan 2009 21:23:01 GMT + + + GitX 0.6 +
+

This release has the following new features and enhancements:

+ +
    +
  • The diff display now looks much nicer, using boxes to segment files
  • +
  • The toolbar can now me customized
  • +
  • Images that have been changed or added in a commit can now be viewed + inline in GitX
  • +
  • GitX has gained a preference pane which allows you to specify a git path + and disable the Gist and Gravatar integration
  • +
  • The commit interface is now more intuitive. Particularly, you can now + select multiple files and use drag and drop to stage / unstage files
  • +
  • You can now drag and drop files out of the commit view
  • +
  • The files in the commit view have gained a context menu that allows you + to revert changes / open the file / ignore the file
  • +
  • It is now possible to adjust the amount of context lines in the commit view. + Using a smaller context size allows you to do more fine-grained commits
  • +
  • The branch menu is now organized in branches/remotes/tags
  • +
  • The view switch button now uses icons rather than words
  • +
  • The view shortcuts have changed to use command 1/2 for the history/commit + view. The history’s subviews can now be changed using command-option-1/2/3
  • +
  • Listing commits has become much faster
  • +
  • GitX no longer spawns zombie processes
  • +
  • GitX now shows a list of files that have been changed in a commit
  • +
  • GitX now uses libgit2 to store object id’s, reducing it’s memory footprint
  • +
+ +

In addition many bugs were fixed, including the correct calculation of a + gravatar MD5 hash.

+
+ ]]> +
+
+ + GitX 0.5 Sun, 17 Now 2008 11:24:54 +0100 - + + GitX Version 0.5
-- 2.11.4.GIT