From 5197b653209d67ecca4bf1681fbf05d0c21808ac Mon Sep 17 00:00:00 2001 From: AutomatedTester Date: Wed, 18 Feb 2015 12:35:12 +0000 Subject: [PATCH] updating changelog --- History.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 516f9c0..a1dcbde 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,23 @@ -0.0.3 / 2013-01-13 +0.1.3 / 2015-02-18 +================== + + * fix syntax error + * Show a spinner on the CLI every second so you can see that it is progressing + +0.1.1 / 2015-02-06 +=================== + + * Correct clear interval so that we do actually exit + * Change conditional to a switch to allow other times to change colours + * Use log to print single line for final message + +0.1.0 / 2015-02-06 +=================== + + * Add colours to how many minutes are left. If there are less than 5 mi… … + +0.0.3 / 2013-01-13 ================== * Added the ability to time breaks with --break @@ -7,13 +25,13 @@ * added the ability to view items in the file --show * add the ability to store tasks in a file and remove them with --add and --remove -0.0.2 / 2012-12-27 +0.0.2 / 2012-12-27 ================== * Updated node-growl dependency to 1.6.1 -0.0.1 / 2012-02-10 +0.0.1 / 2012-02-10 ================== * initial commit