mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
DOM: New references: tw.syncneeded, tw.program, tw.args, tw.width, tw.height
- And deprecating context.program, context.args, context.width, context.height
This commit is contained in:
parent
545a764450
commit
a92f596bc0
4 changed files with 87 additions and 10 deletions
6
NEWS
6
NEWS
|
@ -3,7 +3,8 @@ New Features in Taskwarrior 2.6.0
|
|||
|
||||
- The 'QUARTER' virtual tag was added.
|
||||
- Improved compatibility with SmartOS, OmniOS and OpenIndiana.
|
||||
- New DOM reference: annotations.count.
|
||||
- New DOM references: annotations.count, tw.syncneeded, tw.program, tw.args,
|
||||
tw.width, tw.height.
|
||||
- Renovated 'timesheet' command with a more compact report that accepts a
|
||||
filter, and has a default filter showing the last four weeks of completed
|
||||
and started tasks.
|
||||
|
@ -30,6 +31,9 @@ Newly Deprecated Features in Taskwarrior 2.6.0
|
|||
"0" for off, and "1" for on. Avoid used of "on", "off", "true", "t",
|
||||
"false", "f", "yes", "y", "no", "n".
|
||||
- The 'PARENT' and 'CHILD' virtual tags are replaced by 'TEMPLATE' and 'INSTANCE'.
|
||||
- The 'context.program', 'context.args', 'context.width' and 'context.height'
|
||||
DOM references are deprecated, replaced by similarly-named 'tw.xxx'
|
||||
references.
|
||||
|
||||
Removed Features in 2.6.0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue