- improved bash completion (from chet0xhenry)
- fix deprecated
respond_to?
impls, closes #72 (charneykaye) - fix manpage installation, closes #75 (thanks to lukehatfield)
- fix
status
command, closes #59
- remove the non-SSL option as it's no longer needed, closes #57
- add a dependency on
gem-man
and instructions for use
- oops, fixed a syntax error that was accidentally committed before release!
- fixed crash when caching tasks for the first time, closes #56
- fixed crash when stopping a timer the next day
- added --changelog option
- remove completion command, cache aliases in a file instead, closes #51
- confirm timer deletion/cancellation, closes #47
- added
status
command to query Harvest service status
- more detailed gem dependencies, prevents unexpected failures
- added a UNIX manual page for hcl(1)
- added
config
command to display current credentials - added
console
command for exploring the Harvest API
- MacOS X: store password in default keychain
- abort log command when a timer is running
- more fixes for 1.9.3
- added --reauth option to refresh credentials
- added support for retrying on API throttle
- note command without args now displays all notes for a running timer
- fixed a crash on ruby 1.9.3
- automatically request credentials on auth-failure
- fix user-entered credentials
- allow filtering of tasks by project code
- eliminate shoulda from development dependencies
- added completion command to output a Bash auto-complete script, closes #34
- removed jeweler dependency
- 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
- resume command now accepts an optional task
- update dependencies
- 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
- fixed support for modern Rubies
- it's now possible to provide a message with the stop command
- use STDERR instead of STDOUT for error reporting
- sort tasks before viewing tasks ([email protected])
- resume command to resume the most recently active timer ([email protected])
- show current time when on 'start', 'stop', and 'show' commands ([email protected])
- include client name in tasks list ([email protected])
- added support for free accounts
- 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
- 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.
- Fixed: Creating timers without starting them.
- 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.
- Add a note about ruby-dev for debian/ubuntu users, closes #20.
- Friendlier error message on unrecognized task, closes #18, #21.
- Automatically include rubygems in bin/hcl.
- Mention gem in README, read version from file.
- Initial public release