- Added support for shadow.notify to indicate when the shadow file is updated

- Fixed description validation bug that allowed \n, \r and \f in a description, then rendered the pending.data file unparseable
This commit is contained in:
Paul Beckingham 2008-10-25 02:03:21 -04:00
parent 2a5736b876
commit b7e889339d
7 changed files with 38 additions and 14 deletions

View file

@ -7,12 +7,15 @@ represents a feature release, and the Z represents a patch.
------ current release ---------------------------
1.4.3 (10/9/2008)
+ Fixed misleading task count at bottom on "info" report.
1.4.3 (10/24/2008)
+ Fixed misleading task count at bottom on "info" report
+ Added support for a shadow file that contains a plain text task report,
with the "shadow.file" and "shadow.command" configuration variables.
with the "shadow.file" and "shadow.command" configuration variables
The shadow file is automatically updated whenever the task database
changes. Useful for integrating with "Samurize".
changes. Useful for integrating with "Samurize"
+ Task now displays a message whenever a shadow file is updated, if the
"shadow.notify" configuration variable is set "on"
+ Bug: adding a task with a \n, \r or \f in it now fails properly
------ old releases ------------------------------