summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)Author
2010-04-02Add support for free accounts.Michael Bleigh
2009-08-23Version bump to 0.2.3Zack Hobson
2009-08-23Allow start +decimal input without a dot, closes #29.Zack Hobson
2009-08-23Another attempt at closing #26.Zack Hobson
This time there are some tests!
2009-08-23Reinstate the --version option.Zack Hobson
2009-08-23Revert "Permit append to empty notes, closes #26."Zack Hobson
This was supposed to fix #26 but ended up causing #31 in the process. Reverted! This reverts commit b0738c3c74ccfba4af0258d4f26370564127cfdc.
2009-08-09Code cleanup and documentation.Zack Hobson
2009-08-09Permit append to empty notes, closes #26.Zack Hobson
2009-08-09Removed the --version option, closes #27.Zack Hobson
2009-08-03Avoid stack trace on missing XML root node, #25.Zack Hobson
I've gotten a report of a stack trace. I do not know the cause yet, but uncaught exceptions are not useful, complaining and showing the payload might be.
2009-07-30Whoops, fixed a serious bug that created timers without starting them.Zack Hobson
2009-07-30Allow an initial time to be specified when starting a timer, closes #9.Zack Hobson
2009-07-30Always display hours as HH:MM, closes #22.Zack Hobson
2009-07-30Do not write empty task cache, this may affect #23.Zack Hobson
2009-07-28Friendlier error message on unrecognized task, closes #18, #21.Zack Hobson
2009-07-24Mention gem in README, read version from file.Zack Hobson
2009-07-24Use ~/.hcl_config instead of ./hcl_conf.yml for credentials.Zack Hobson
If no configuration is present the user will be prompted. This closes #17.
2009-07-22Improve the usage example given by --help.Zack Hobson
2009-07-22Avoid a useless SSL warning.Zack Hobson
2009-07-21Added note command.Zack Hobson
2009-07-21Start a task without existing settings, closes #8Zack Hobson
2009-07-21Added stop command, closes #5.Zack Hobson
2009-07-21Fix output on timer start, closes #1Zack Hobson
2009-07-21Implement task aliases, closes #2Zack Hobson
2009-07-21Use Trollop for option parsing, closes #4.Zack Hobson
2009-07-21Remove references to curb.Zack Hobson
2009-07-21Display hours as HH:MM, closes #3.Zack Hobson
2009-07-20use net/https instead of curbZack Hobson
2009-07-19rearranged source filesZack Hobson
2009-07-19use chronic for date parsing, started timer implementationZack Hobson
2009-07-19documented show commandZack Hobson
2009-07-19implement show by dateZack Hobson
2009-07-17more ui tweaks.Zack Hobson
2009-07-16allow calls from outside the dev dirZack Hobson
2009-07-16updated README documentationZack Hobson
2009-07-16initial commitZack Hobson