- Implemented "task undelete" for non-GCed deleted tasks.

This commit is contained in:
Paul Beckingham 2008-06-22 00:32:59 -04:00
parent bcae2d2b93
commit 195b5a5e0a
7 changed files with 100 additions and 18 deletions

View file

@ -11,6 +11,11 @@ represents a feature release, and the Z represents a patch.
- Dependencies
- Recurring tasks
1.4.0 ()
+ "task undelete" can now undelete erroneously deleted tasks, provided no
reports have been run (and therefore TDB::gc run)
------ reality -----------------------------------
1.3.1 (6/21/2008)
+ New configuration variable, "defaultwidth" that determines the width
@ -23,8 +28,6 @@ represents a feature release, and the Z represents a patch.
+ Bug: Task now will recreate a missing ~/.taskrc file, OR a missing
~/.task directory
------ reality -----------------------------------
1.3.0 (6/18/2008)
+ "task calendar" now displays multiple months per line, adjustable by the
"monthsperline" configuration variable. Feature added by Damian Glenny