mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Custom Reports
- Integrated new View in place of Table for all custom reports. - Implemented legacy field mapping for columns and sort fields. - Implemented rc.indent.report. - Implemented rc.row.padding. - Implemented rc.column.padding. - Implemented rc.color.label. - Modified default rc.indent.annotation from 1 to 2. - Implemented urgency value caching. - Implemented View truncation by line and row. - Columns now know which report thy belong to, so they can use the rc.report.<report>.dateformat override. - Assorted bugs remain.
This commit is contained in:
parent
67a43d6099
commit
041bcfdf21
18 changed files with 346 additions and 798 deletions
4
NEWS
4
NEWS
|
@ -11,6 +11,9 @@ New Features in taskwarrior 2.0.0
|
|||
- Project names may now contain spaces.
|
||||
- New export-html.pl script.
|
||||
- Now supports the 'inverse' color attribute.
|
||||
- Reports may now be sorted by columns that are not displayed (example: ID,
|
||||
project, due date and description sorted by urgency).
|
||||
- Performance enhancements.
|
||||
|
||||
Please refer to the ChangeLog file for full details. There are too many to
|
||||
list here.
|
||||
|
@ -31,6 +34,7 @@ New configuration options in taskwarrior 2.0.0
|
|||
- Two new solarized color themes.
|
||||
- New 'dependency.indicator' for the 'depends.indicator' report field format.
|
||||
- New 'indent.annotation' for the description.default field format.
|
||||
- New 'color.label' for report column labels.
|
||||
|
||||
Newly deprecated features in taskwarrior 2.0.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue