CHANGES in sculd-0.1.3 vs CHANGES in sculd-0.2.0
- old
+ new
@@ -1,38 +1,51 @@
= sdrt changelog
-TODO
-== Master
+== Version 0.2.0 [2017-04-24] released
+* Change command line specification. Get arguments as list of dates.
+* Change the role of ~/.sculd; from directory to configuration file.
+* Enable use local name for weekdays to show events.
+* Enable use Japanese weekday names for reminder writing.
+* Add --weekday option
+
== Version 0.1.3 [2014-08-29] released
+
* Bugfix to show only one event when deadline with option 0, like [2013-12-10]!0 .
* Bugfix to generate NaN when deadline with option 0, like [2013-12-10]!0 on the day.
== Version 0.1.2 [2014-05-06] released
+
* Adjust to highline-1.6.21.
== Version 0.1.1 [2013-05-21] released
+
* Bugfix of show_task.
== Version 0.1.0 [2013-05-17] released
+
* Use test-unit alternatively to rspec.
* Enable to use directory, ~/.sculd alternatively to ~/.sculd.dat
* Change output format.
* Change library interfaces.
== Version 0.0.3 [2013-04-18] released
+
* Options -s, -t, -i is made into bin/dates command.
* Use /usr/bin/env ruby in bin/dates, alternatively to /usr/bin/ruby.
== Version 0.0.2 [2012-11-19] released
+
* Dates are changed to be shown in colors.
* Dates which has no plan shows '(no plan)'
== Version 0.0.1
+
* Enable to use date and time.
* Plan.parse is modified to deal with time.
* [datetime(wday)], date and weekday, style is introduced, to check correct date.
* Add dates command to help you input your plans.
== Version 0.0.0
+
* Initial release.