Bug Fix - missing report labels in default .taskrc

- Added report labels to the .taskrc file that is created by default,
  when no .taskrc is found.  Thanks to P. C. Shyamshankar.
This commit is contained in:
Paul Beckingham
2009-04-23 23:54:21 -04:00
parent a77d4662f8
commit fe84ddcc98
4 changed files with 14 additions and 3 deletions

View File

@@ -1,6 +1,12 @@
------ current release ---------------------------
1.6.1 (4/22/2009)
+ Fixed bug that caused new, first-time .taskrc files to be written without
including the custom report labels (thanks to P.C. Shyamshankar).
------ old releases ------------------------------
1.6.0 (4/12/2009)
+ Added support for new "append" command that adds more description text to
an existing task.
@@ -43,8 +49,6 @@
+ Substitutions can now be made global with /from/to/g and all occurrences
of "from" will be replaced with "to".
------ old releases ------------------------------
1.5.0 (3/15/2009) 87be68e2e83d7bb628be1e5679b16a49a26d3549
+ Removed deprecated TUTORIAL file.
+ Removed "showage" configuration variable.