forked from avh4/time-tracker-for-mac
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog.txt
61 lines (48 loc) · 2.61 KB
/
ChangeLog.txt
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
* Added "Export CSV..." option to export Time Tracker data into Excel.
Contributed by Rainer Burgstaller.
=== Version 1.2.3 === 2008-07-06
* Fixed the problem where project and task names could not be edited when the
timer was running.
([http://tt-jira.avh4.net/browse/TT-2 TT-2])
* You can now print the entire Time Tracker window (all three panes at once)
using the new "Print Window" function, as requested by Rich Wojtas.
([http://tt-jira.avh4.net/browse/TT-24 TT-24])
* You can now resize the Projects/Tasks tables relative to each other.
([http://tt-jira.avh4.net/browse/TT-23 TT-23])
* Upgraded [http://sparkle.andymatuschak.org Sparkle] to version 1.5b4.
Thanks to Andy Matuschak for maintaining and supporting Sparkle!
([http://tt-jira.avh4.net/browse/TT-19 TT-19])
* (refactoring) removed updateTotalTime from TTask and TProject.
=== Version 1.2.2 === 2008-07-03
* Added auto-updating support via appcasts using Sparkle 1.5b2.
< http://sparkle.andymatuschak.org/ >
=== Version 1.2.1 === 2007-01-22
Packaged by Aaron VonderHaar <[email protected]>
* Fixed bug 19: Re-enable basic print functionality that was present in
version 1.1. Complete printing support will be added in version 1.3.
=== Version 1.2 === 2007-01-21
Packaged by Aaron VonderHaar <[email protected]>
* Fixed bug 9: Fixed occasional crashes when deleting tasks.
* Fixed bug 10: Added menu items and keyboard shortcuts for
starting/stopping the timer and creating new projects and tasks.
=== Version 1.1.002 === 2007-01-15
NOT OFFICIALLY RELEASED, due to bug 9
Packaged by Aaron VonderHaar <[email protected]>
2007-01-15: Aaron VonderHaar <[email protected]>
* Fixed bug 5: When adding a new project or task, the new entry is
immediately selected for renaming.
* Fixed bug 6: When selecting a project, the task that was previoudly
selected is reselected.
* Fixed bug 2: It is no longer possible to add work periods that are
not associated with a task or project.
=== Version 1.1 === 2007-01-10
Packaged by Aaron VonderHaar <[email protected]>
2007-01-04: Aaron VonderHaar <[email protected]>
* Data is now saved to disk every five minutes when the timer is running.
* Data is now saved when the timer is stopped.
* Project settings are changed to produce a Universal Binary.
* Changed the nib file for more efficient use of space.
* Made window resizable.
* Window size and position is saved in the system defaults.
* Ensures that the display is refreshed when the main window is first
loaded (this was not the case when the window size/position was restored).