mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
docs: Document TW #1914
This commit is contained in:
parent
6908586899
commit
70e5f51b59
2 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
|||
Thanks to Daniel Mowitz.
|
||||
- TW #1913 Project names with dashes and attribute names fail to parse
|
||||
Thanks to Yanick Champoux.
|
||||
- TW #1914 Non-cumulative burndown report
|
||||
Thanks to Daniel Mowitz for contributing.
|
||||
- TW #1933 Support of environment variables for configuration options
|
||||
Thanks to Sebastian Uharek
|
||||
- TW #1938 Missing annotation on import if entry is duplicated
|
||||
|
|
4
NEWS
4
NEWS
|
@ -44,6 +44,8 @@ New Features in Taskwarrior 2.6.0
|
|||
- The export command now takes an optional argument that references an
|
||||
existing report. As such, "task export <report>" command will export
|
||||
the same tasks that "task <report>" prints, and in the same order.
|
||||
- The burndown command now supports non-cumulative display, where tasks only
|
||||
get plotted within the interval segment when they got completed.
|
||||
|
||||
|
||||
New Commands in Taskwarrior 2.6.0
|
||||
|
@ -68,6 +70,8 @@ New Configuration Options in Taskwarrior 2.6.0
|
|||
vacation.
|
||||
- Verbosity token 'default' was introduced in order to display information
|
||||
about default actions.
|
||||
- The new burndown.cumulative option can be used to toggle between
|
||||
non-cumulative and cumulative version of the burndown command.
|
||||
|
||||
|
||||
Newly Deprecated Features in Taskwarrior 2.6.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue