Skip to content

Commit

Permalink
Bump version to 2.0 and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
toupeira committed Sep 11, 2015
1 parent d540cea commit 5d5eaaa
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
===============
Version 2.0
===============
This release marks the transition to Gtk3, and includes all the other
feature additions and bugfixes that have been submitted since then and
are too countless to list here. Thanks to all the contributors!

Please check README.md for the current dependencies.

===============
Version 1.04
===============
Expand Down
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
# Project Hamster - The Gnome Time Tracker
# Hamster - The Gnome Time Tracker

Project Hamster is time tracking for individuals. It helps you to keep track of
how much time you have spent during the day on activities you choose to track.
Hamster is time tracking for individuals. It helps you to keep track of how
much time you have spent during the day on activities you choose to track.

## Installation

**Bleeding edge warning**: Project Hamster right now is undergoing bit of
reshuffling and might not be fit for everyday use. For stable versions check out
[releases](https://github.com/projecthamster/hamster/releases).
You can use the usually stable `master` or [download stable releases](https://github.com/projecthamster/hamster/releases).

#### Dependencies

**Requires recent GTK+:** Version of GTK+ required is 3.10 because of the use of
HeaderBar and other bits. Sorry and get up to date!
Debian-based: `apt-get install gettext intltool python-gconf python-xdg gir1.2-gconf-2.0`
RPM-based: `yum install gettext intltool gnome-python2-gconf`

Debian-based: `apt-get install git-core gettext intltool python-gconf python-xdg gir1.2-gconf-2.0`
RPM-based: `yum install git-core gettext intltool gnome-python2-gconf`

#### Installing
#### Building

```bash
./waf configure build --prefix=/usr/local
Expand Down
Empty file removed TODO
Empty file.
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- python -*-
VERSION = '1.5-alpha'
VERSION = '2.0'
APPNAME = 'hamster-time-tracker'
top = '.'
out = 'build'
Expand Down

0 comments on commit 5d5eaaa

Please sign in to comment.