Version 0.0.4

This commit is contained in:
Jesse van den Kieboom 2009-07-05 22:34:04 +02:00
parent b5ebe28209
commit 006eda48b3
2 changed files with 18 additions and 2 deletions

16
NEWS
View file

@ -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

4
README
View file

@ -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