mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Feature #158
- Added feature #158, regular expression support for filters and substitutions. - Added unit tests to att.t and filter.t. - Updated docs.
This commit is contained in:
parent
09ce815fc5
commit
fe65d28f99
10 changed files with 392 additions and 72 deletions
8
NEWS
8
NEWS
|
@ -3,7 +3,8 @@ New Features in taskwarrior 1.9.4
|
|||
|
||||
- New burndown charts.
|
||||
- New 'count' helper command.
|
||||
- Inifinite width reports, when redirecting output, by using rc.defaultwidth=0.
|
||||
- Inifinite width reports, when redirecting output.
|
||||
- Regular expression support in filters and substitutions.
|
||||
|
||||
Please refer to the ChangeLog file for full details. There are too many to
|
||||
list here.
|
||||
|
@ -21,6 +22,11 @@ New configuration options in taskwarrior 1.9.4
|
|||
control the color of the burndown charts.
|
||||
- burndown.bias, which is a tweakable control for the completion estimation
|
||||
for the burndown charts, and is documented in taskrc(5).
|
||||
- defaultwidth=0 is causes word-wrapping to be turned off, and effectively
|
||||
set reports to potentially have infinite width .
|
||||
- regex=on enables regular expression searches for filters (task list a...e
|
||||
matches 'above') and substitutions (task <id> /a...e/over/ changes 'above'
|
||||
to 'over'). Default is off, as this is an advanced feature.
|
||||
|
||||
Newly deprecated features in taskwarrior 1.9.4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue