docs: Document TW #2163

This commit is contained in:
Tomas Babej 2021-09-25 17:28:23 -04:00
parent 0edc6665c0
commit 04966702fb
2 changed files with 4 additions and 1 deletions

View file

@ -48,6 +48,8 @@
Thanks to Adam Monsen.
- TW #2136 Configuration options can be overwritten for current context
Thanks to Sebastian Uharek
- TW #2163 Nagging computation should be based on the urgency before completion
Thanks to korrat for contributing.
- TW #2208 Support highlighting dates with scheduled tasks in calendar
Thanks to justf0rfun for suggesting, Sebastian Uharek for
contributing.

3
NEWS
View file

@ -41,7 +41,8 @@ New Features in Taskwarrior 2.6.0
- Taskwarrior can now handle displaying tasks in windows with limited width,
even if columns contain long strings (like URLs).
- The nag message is emitted at most once per task command, even with bulk
operations.
operations. Additionally, the urgency of the task considered is taken
before the completion, not after.
- 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.