mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-01 09:17:19 +02:00
Calendar coloring
- Added 1 new color configuration variables to colorize weekend days in the calendar: 'calendar.color.weekend'. - Changed the default colors in the calendar.
This commit is contained in:
parent
d552b208dd
commit
7ef5233547
6 changed files with 41 additions and 24 deletions
|
@ -36,9 +36,10 @@
|
|||
+ Added 2 new configuration variables to display the details of tasks with due
|
||||
dates when doing a 'task cal' for the corresponding months:
|
||||
'calendar.details' and 'calendar.details.report'
|
||||
+ Added 3 new color configuration variables to colorize today, days with due tasks
|
||||
and days with overdue tasks in the calendar:
|
||||
'calendar.color.today', 'color.calendar.due' and 'calendar.calendar.overdue'
|
||||
+ Added 4 new color configuration variables to colorize today, days with due tasks,
|
||||
days with overdue tasks and weekend days in the calendar:
|
||||
'calendar.color.today', 'color.calendar.due',
|
||||
'calendar.calendar.overdue' and 'color.calendar.weekend'.
|
||||
+ Fixed bug #316 which caused the timesheet report to display an oddly sorted
|
||||
list.
|
||||
+ Fixed bug #317 which colored tasks in the 'completed' report according to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue