diff --git a/NEWS b/NEWS index 819f38dc..6a536010 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ += gitg 0.0.4 = +Version 0.0.4 was released on 2009-07-05 + +== Features == + * Manage remotes + * Manage user name and e-mail global and repository specific + * Checkout local branches + * Create new local branch from remote branch + * Rebase/merge remote and local branches by drag-and-drop + * Apply/remove stash items (applying can be done by drag-and-drop) + * Push local branch to remote branch using drag-and-drop + * Create/remove tags + +== Bug fixes == + * Crasher bug in revision tree view selection change + = gitg 0.0.3 = Version 0.0.3 was released on 2009-04-23 diff --git a/README b/README index 0fcf0cc9..ac62c47b 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ gitg is a GitX clone for GNOME/gtk+. It aims at being a small, fast and convenient tool to visualize git history and actions that benefit from a graphical presentation. -The latest version of gitg is 0.0.3. +The latest version of gitg is 0.0.4. Website: http://trac.novowork.com/gitg Bugs: http://bugzilla.gnome.org/browse.cgi?product=gitg @@ -15,7 +15,7 @@ To install the latest version of gitg, make sure to download gitg-0.0.3.tar.bz2 from the download site. After downloading the following procedure installs gitg: - $ tar -xjf gitg-0.0.3.tar.bz2 + $ tar -xjf gitg-0.0.4.tar.bz2 $ cd gitg-0.0.3 $ ./configure $ make