- Added feature #471, which makes greater use of projects by reporting
  changes to the completion percentage when it changes.
- Added unit tests.
This commit is contained in:
Paul Beckingham 2010-08-20 23:53:57 -04:00
parent d460e604ff
commit 5c235ce1ef
6 changed files with 193 additions and 6 deletions

3
NEWS
View file

@ -7,11 +7,12 @@ New Features in task 1.9.3
$ task ... due:4d
$ task ... due:3wks
- Now supports the beginning of the week, month and year in dates.
- Now supports 'now' as a date.
- Now supports 'now' as a date/time.
- Now defines an overdue task as being one second after the due date,
instead of the day after the due date.
- Import and export of YAML 1.1, including round-trip capability.
- New merge capability for syncing task data files.
- When completing or modifying a task, the project status is displayed.
Please refer to the ChangeLog file for full details. There are too many to
list here.