mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
- Added support for plain text shadow files.
This commit is contained in:
parent
a5ec1e4b27
commit
3ed1269753
8 changed files with 98 additions and 52 deletions
11
ChangeLog
11
ChangeLog
|
@ -7,6 +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.
|
||||
+ Added support for a shadow file that contains a plain text task report,
|
||||
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".
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
1.4.2 (9/18/2008)
|
||||
+ "task undo" can now retract a "task done" command, provided no reports
|
||||
have been run (and therefore TDB::gc run)
|
||||
|
@ -30,8 +39,6 @@ represents a feature release, and the Z represents a patch.
|
|||
+ Bug: Source now properly includes <string.h> in order to build clean
|
||||
using gcc 4.3 (thanks to H. İbrahim Güngör)
|
||||
|
||||
------ old releases ------------------------------
|
||||
|
||||
1.4.1 (7/18/2008)
|
||||
+ Bug: Descriptions can not be altered with "task 123 New description"
|
||||
+ Tweak: For "task calendar" month names are now centered over the month
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue