summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZack Hobson2013-11-21 16:08:16 -0800
committerZack Hobson2013-11-21 16:08:16 -0800
commit7373f32b00c0659926c23c8a0a33abce7401550a (patch)
tree79b06f254d80c6c5d1a81f1002c6ada2e4c5a160
parent3021f4db47f63a8f39cd66dfbbeb79665ecc0b21 (diff)
downloadhcl-7373f32b00c0659926c23c8a0a33abce7401550a.tar.bz2
Changelog: Add/fix dates
-rw-r--r--CHANGELOG36
1 files changed, 18 insertions, 18 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5281387..2e777b8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,48 +4,48 @@
* added --reauth option to refresh credentials
-== v0.4.6
+== v0.4.6 2013-11-21
* automatically request credentials on auth-failure
* fix user-entered credentials
-== v0.4.5
+== v0.4.5 2013-11-21
* allow filtering of tasks by project code
* eliminate shoulda from development dependencies
-== v0.4.4
+== v0.4.4 2013-11-20
* added completion command to output a Bash auto-complete script, closes #34
* removed jeweler dependency
-== v0.4.3
+== v0.4.3 2013-11-19
* 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
+== v0.4.2 2013-11-19
* resume command now accepts an optional task
-== v0.4.1
+== v0.4.1 2013-11-18
* update dependencies
-== v0.4.0
+== v0.4.0 2013-11-18
* 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
+== v0.3.2 2011-12-30
* fixed support for modern Rubies
* it's now possible to provide a message with the stop command
-== v0.3.1
+== v0.3.1 2011-07-13
* use STDERR instead of STDOUT for error reporting
* sort tasks before viewing tasks (brian@madebyrocket.com)
@@ -53,46 +53,46 @@
* 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
+== v0.3.0 2010-04-02
* added support for free accounts
-== v0.2.3 Sun Aug 23 21:39:34 2009 -0700
+== v0.2.3 2009-08-23
* 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
+== v0.2.2 2009-08-09
* 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
+== v0.2.1 2009-07-30
* Fixed: Creating timers without starting them.
-== v0.2.0 Thu Jul 30 11:40:33 2009 -0700
+== v0.2.0 2009-07-30
* 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
+== v0.1.3 2009-07-28
* 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
+== v0.1.2 2009-07-27
* Automatically include rubygems in bin/hcl.
-== v0.1.1 Fri Jul 24 19:32:32 2009 -0700
+== v0.1.1 2009-07-24
* Mention gem in README, read version from file.
-== v0.1.0 Fri Jul 24 19:09:23 2009 -0700
+== v0.1.0 2009-07-24
* Initial public release