Skip to content

Commit 5d5eaaa

Browse files
committed
Bump version to 2.0 and update docs
1 parent d540cea commit 5d5eaaa

File tree

4 files changed

+17
-13
lines changed

4 files changed

+17
-13
lines changed

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
===============
2+
Version 2.0
3+
===============
4+
This release marks the transition to Gtk3, and includes all the other
5+
feature additions and bugfixes that have been submitted since then and
6+
are too countless to list here. Thanks to all the contributors!
7+
8+
Please check README.md for the current dependencies.
9+
110
===============
211
Version 1.04
312
===============

README.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
1-
# Project Hamster - The Gnome Time Tracker
1+
# Hamster - The Gnome Time Tracker
22

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

66
## Installation
77

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

1210
#### Dependencies
1311

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

17-
Debian-based: `apt-get install git-core gettext intltool python-gconf python-xdg gir1.2-gconf-2.0`
18-
RPM-based: `yum install git-core gettext intltool gnome-python2-gconf`
19-
20-
#### Installing
15+
#### Building
2116

2217
```bash
2318
./waf configure build --prefix=/usr/local

TODO

Whitespace-only changes.

wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- python -*-
2-
VERSION = '1.5-alpha'
2+
VERSION = '2.0'
33
APPNAME = 'hamster-time-tracker'
44
top = '.'
55
out = 'build'

0 commit comments

Comments
 (0)