Updated ChangeLog and NEWS

This commit is contained in:
Federico Hernandez 2010-01-22 01:57:01 +01:00
parent 4ce2a1d071
commit 4025488cf8
2 changed files with 7 additions and 4 deletions

View file

@ -44,10 +44,12 @@
+ Added 2 new configuration variables to display the details of tasks with due + Added 2 new configuration variables to display the details of tasks with due
dates when doing a 'task cal' for the corresponding months: dates when doing a 'task cal' for the corresponding months:
'calendar.details' and 'calendar.details.report' 'calendar.details' and 'calendar.details.report'
+ Added 4 new color configuration variables to colorize today, days with due tasks, + Added 5 new color configuration variables to colorize today, days with due tasks,
days with overdue tasks and weekend days in the calendar: days with overdue tasks, weekend days and weeknumbers in the calendar:
'calendar.color.today', 'color.calendar.due', 'calendar.color.today', 'color.calendar.due', 'calendar.calendar.overdue',
'calendar.calendar.overdue' and 'color.calendar.weekend'. 'color.calendar.weekend'and 'color.calendar.weeknumber'.
+ Added support for holidays in the calendar by using calendar.holidays
and the corresponding holiday.X.name and holiday.X.date variables.
+ The coloring of due tasks in reports can now be enabled for all tasks, and not + The coloring of due tasks in reports can now be enabled for all tasks, and not
only the imminent ones, by setting the configuration variable due=0. only the imminent ones, by setting the configuration variable due=0.
+ Added a new 'task-faq' man page for common questions and answers. + Added a new 'task-faq' man page for common questions and answers.

1
NEWS
View file

@ -10,6 +10,7 @@ New Features in task 1.9
- New date format for reports - New date format for reports
- Improved .taskrc validation - Improved .taskrc validation
- Improved calendar report with custom coloring and optional task details output - Improved calendar report with custom coloring and optional task details output
- Holidays are now supported in the calendar
Please refer to the ChangeLog file for full details. There are too many to Please refer to the ChangeLog file for full details. There are too many to
list here. list here.