From e054a17a0cd6b809150376e46d44b274dab5cd70 Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Mon, 20 Oct 2008 12:13:01 +0200 Subject: [PATCH] Update releasenotes --- Documentation/ReleaseNotes.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Documentation/ReleaseNotes.txt b/Documentation/ReleaseNotes.txt index df41673..ecd9e9a 100644 --- a/Documentation/ReleaseNotes.txt +++ b/Documentation/ReleaseNotes.txt @@ -1,5 +1,20 @@ GitX Release Notes +v0.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 + +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 + v0.4.1 ==