File tree Expand file tree Collapse file tree 4 files changed +17
-13
lines changed
Expand file tree Collapse file tree 4 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 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===============
211Version 1.04
312===============
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11# -*- python -*-
2- VERSION = '1.5-alpha '
2+ VERSION = '2.0 '
33APPNAME = 'hamster-time-tracker'
44top = '.'
55out = 'build'
You can’t perform that action at this time.
0 commit comments