From cb40cf6111f41551c4e3e846289ac3abfa1cc9a5 Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Thu, 29 Jan 2009 23:56:31 +0000 Subject: [PATCH] GitX 0.6.1 --- Documentation/ReleaseNotes.txt | 9 ++++ Info.plist | 4 +- Site/assets/Downloads/appcast.xml | 76 +++++------------------------- Site/text/index.markdown | 4 +- Site/text/release_history.markdown | 8 ++++ 5 files changed, 34 insertions(+), 67 deletions(-) diff --git a/Documentation/ReleaseNotes.txt b/Documentation/ReleaseNotes.txt index 4e347b0..21ddcf1 100644 --- a/Documentation/ReleaseNotes.txt +++ b/Documentation/ReleaseNotes.txt @@ -1,5 +1,14 @@ GitX Release Notes +v0.6.1 +=== + +This is a bugfix release. The following bugs have been fixed: + +* The commit view shows new files with linebreaks +* The history view works with Git >= 1.5.4 again +* Reloading the detailed view in the History no longer causes an empty page + v0.6 === diff --git a/Info.plist b/Info.plist index 5792b8c..5e6e411 100644 --- a/Info.plist +++ b/Info.plist @@ -39,9 +39,9 @@ CFBundleSignature ???? CFBundleVersion - 0.6 + 0.6.1 CFBundleShortVersionString - 0.6 + 0.6.1 NSMainNibFile MainMenu NSPrincipalClass diff --git a/Site/assets/Downloads/appcast.xml b/Site/assets/Downloads/appcast.xml index 795f49a..66caa12 100644 --- a/Site/assets/Downloads/appcast.xml +++ b/Site/assets/Downloads/appcast.xml @@ -7,14 +7,22 @@ - GitX 0.6 - Mon, 26 Jan 2009 21:23:01 GMT - + GitX 0.6.1 + Thu, 29 Jan 2009 23:54:01 GMT + GitX 0.6 +

GitX 0.6.1

-

This release has the following new features and enhancements:

+

This is a bugfix release. The following bugs have been fixed:

+ +
    +
  • The commit view shows new files with linebreaks
  • +
  • The history view works with Git >= 1.5.4 again
  • +
  • Reloading the detailed view in the History no longer causes an empty page
  • +
+ +

Version 0.6 has the following new features and enhancements:

  • The diff display now looks much nicer, using boxes to segment files
  • @@ -47,63 +55,5 @@ - - - GitX 0.5 - Sun, 17 Now 2008 11:24:54 +0100 - - - GitX Version 0.5 -
    -

    This feature release has several new smaller or larger features:

    - -
      -
    • The current branch is now highlighted
    • -
    • In the commit view, there is an option to amend commits
    • -
    • The "Gist it" button now respects github.user/token
    • -
    • Display a gravatar of the committer
    • -
    • The commit message view now displays a vertical line at 50 characters
    • -
    • It is now possible to revert changes by using the context menu in the - commit view
    • -
    • You can now stage only parts of a file by using the "Stage Hunk" buttons - in the commit view
    • -
    • You can now use GitX to show a diff of anything, for example by using - 'gitx --diff HEAD^^' or 'git diff HEAD~3 | gitx --diff'
    • -
    • You can now drag and drop refs to move them and also create branches
    • -
    - - -

    In addition, the following bugs have been fixed:

    - -
      -
    • Better detection of git version
    • -
    • Branch lines are no longer interspersed with half a pixel of whitespace
    • -
    • The toolbar keeps its state when switching views
    • -
    -
    - ]]> -
    -
    - - - GitX 0.4.1 - Sun, 06 Sep 2008 11:24:54 +0900 - - - GitX Version 0.4.1 -
    -

    This is a maintenance release

    -

    Changes since Version 0.4:

    -
      -
    • The diff display is now much faster
    • -
    • More locations are now searched for a default git
    • -
    • Code pasted online is now private
    • -
    -
    - ]]> -
    -
    diff --git a/Site/text/index.markdown b/Site/text/index.markdown index 5fdeb92..cd56c8b 100644 --- a/Site/text/index.markdown +++ b/Site/text/index.markdown @@ -2,7 +2,7 @@ @@ -37,7 +37,7 @@ then in silky smooth OS X style!

    Download

    - The newest version of GitX is 0.6. This version can be downloaded from here. To see what has changed, read the Release History. + The newest version of GitX is 0.6.1. This version can be downloaded from here. To see what has changed, read the Release History.

    After you have started it once, you can install the command-line tool through the menu (GitX->Enable Terminal Usage…). This will install a “gitx” binary in /usr/local/bin. diff --git a/Site/text/release_history.markdown b/Site/text/release_history.markdown index 1c0a5e5..9b95961 100644 --- a/Site/text/release_history.markdown +++ b/Site/text/release_history.markdown @@ -3,6 +3,14 @@ Release history +### Changes in v0.6.1: + +This is a bugfix release. The following bugs have been fixed: + +* The commit view shows new files with linebreaks +* The history view works with Git >= 1.5.4 again +* Reloading the detailed view in the History no longer causes an empty page + ### Changes in v0.6 This release has the following new features and enhancements: