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
87
88
89
90
91
92
93
94
|
= Recent Changes in HCl
== v0.4.6
* automatically request credentials on auth-failure
* fix user-entered credentials
== v0.4.5
* allow filtering of tasks by project code
* eliminate shoulda from development dependencies
== v0.4.4
* added completion command to output a Bash auto-complete script, closes #34
* removed jeweler dependency
== v0.4.3
* added cancel command to delete the last running timer, closes #13
* properly unescape string from Harvest API, closes #24
* stop command now checks for running timers from yesterday, closes #35
* added log command to log time/notes without leaving a timer running, closes #30
== v0.4.2
* resume command now accepts an optional task
== v0.4.1
* update dependencies
== v0.4.0
* start a timer or add a note without having to specify the sub-command
* aliases can be specified with "@" anywhere on the command line
* added alias and unalias to simplify setting task aliases
== v0.3.2
* fixed support for modern Rubies
* it's now possible to provide a message with the stop command
== v0.3.1
* use STDERR instead of STDOUT for error reporting
* sort tasks before viewing tasks (brian@madebyrocket.com)
* resume command to resume the most recently active timer (brian@madebyrocket.com)
* show current time when on 'start', 'stop', and 'show' commands (scharfie@gmail.com)
* include client name in tasks list (scharfie@gmail.com)
== v0.3.0 Fri Apr 2 10:42:20 2010 -0700
* added support for free accounts
== v0.2.3 Sun Aug 23 21:39:34 2009 -0700
* Allow decimal time offset without a dot, closes #29.
* Reverted and re-fixed: Adding note fails when task is started without notes, #26.
* Reinstate the --version option
== v0.2.2 Sun Aug 9 11:16:34 2009 -0700
* Support installation via rip, closes #27.
* Fixed: Adding note fails when task is started without notes, closes #26.
* Avoid stack trace on missing XML root node, closes #25.
== v0.2.1 Thu Jul 30 14:02:23 2009 -0700
* Fixed: Creating timers without starting them.
== v0.2.0 Thu Jul 30 11:40:33 2009 -0700
* Allow an initial time to be specified when starting a timer, closes #9.
* Always display hours as HH:MM, closes #22.
* Do not write empty task cache, closes #23.
== v0.1.3 Tue Jul 28 09:19:53 2009 -0700
* Add a note about ruby-dev for debian/ubuntu users, closes #20.
* Friendlier error message on unrecognized task, closes #18, #21.
== v0.1.2 Mon Jul 27 11:46:50 2009 -0700
* Automatically include rubygems in bin/hcl.
== v0.1.1 Fri Jul 24 19:32:32 2009 -0700
* Mention gem in README, read version from file.
== v0.1.0 Fri Jul 24 19:09:23 2009 -0700
* Initial public release
|