blob: 2528780ef09350fff17a5d5ecc596e942ca6548d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
Changes not yet released
========================
Changes in version 0.3 (released 2009-12-17)
============================================
* Fix DeprecationWarning: the sets module is deprecated.
* Use gtk.StatusIcon if egg.trayicon is not available
(https://bugs.launchpad.net/gtimelog/+bug/209798).
* Option to select between old-style and new-style the tray icons:
'prefer_old_tray_icon' in ~/.gtimelog/gtimelogrc
* Option to disable the tray icon altogether by adding 'show_tray_icon = no' to
~/.gtimelog/gtimelogrc (https://bugs.launchpad.net/gtimelog/+bug/255618).
* Handle directory names with spaces
(https://bugs.launchpad.net/gtimelog/+bug/328118).
* Show version number in the About dialog
(https://bugs.launchpad.net/gtimelog/+bug/308750).
Packagers take note: the main module was renamed from gtimelog.gtimelog to
gtimelog.main. If you have wrapper scripts that used to import 'main'
from gtimelog.gtimelog, you'll have to change them.
Changes in version 0.2.5
========================
* Don't open a console window on Windows.
* Moved the primary GTimeLog source repository to Bazaar hosted on Launchpad.
Changes in version 0.2.4
========================
* Show time spent at the office
(https://bugs.launchpad.net/gtimelog/+bug/238515).
* Closing the main window minimizes GTimeLog to the system tray
(https://bugs.launchpad.net/gtimelog/+bug/239271)
* Ability to time-offset new log item
(https://bugs.launchpad.net/bugs/291356)
Changes in version 0.2.3
========================
* Fix duplicates in the completion popup after you reload the log file
(https://bugs.launchpad.net/gtimelog/+bug/238505).
* Change status to Beta in setup.py -- while I still consider it to be
less polished than it should, there are people who find it useful already.
Changes in version 0.2.2
========================
* Tweak setup.py to get a sane page at http://pypi.python.org/pypi/gtimelog/
Changes in version 0.2.1
========================
* Entries with `***` are skipped from reports (bug 209750)
* Help -> Online Documentation opens a browser with some help (bug 209754)
* View -> Tasks allows you to hide the Tasks pane (bug 220773)
Changes in version 0.2.0
========================
* Reorganize the source tree properly.
* Bump intermediate revision number to celebrate.
Changes in version 0.0.85
=========================
* First setuptools-based release (`easy_install gtimelog` now works).
Changes in older versions
=========================
You'll have to dig through Subversion logs to discover those, if you're really
that interested: http://mg.pov.lt/gtimelog/trac/log
|