mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 18:06:42 +02:00
- 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:
parent
2a5736b876
commit
b7e889339d
7 changed files with 38 additions and 14 deletions
11
ChangeLog
11
ChangeLog
|
@ -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 ------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue