mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-22 20:23:09 +02:00
docs: Document TW #2283
This commit is contained in:
parent
fb724dca4a
commit
b04f3d1e99
2 changed files with 5 additions and 0 deletions
|
@ -64,6 +64,8 @@
|
|||
Thanks to Vignesh Prabhu.
|
||||
- TW #2257 UDA string fields can't start with certain keywords
|
||||
Thanks to Michael Russell.
|
||||
- TW #2283 Support multi-line annotations in task edit without JSON encoding
|
||||
Thanks to Jochen Sprickerhof for contributing.
|
||||
- TW #2287 Speed up fish autocompletion and more completion options.
|
||||
Thanks to Tin Lai.
|
||||
- TW #2290 Support moving the config file to XDG_CONFIG_HOME
|
||||
|
|
3
NEWS
3
NEWS
|
@ -18,6 +18,9 @@ New Features in Taskwarrior 2.6.0
|
|||
- Calendar now displays waiting tasks with due dates on the calendar.
|
||||
- Calendar supports highlighting days with scheduled tasks.
|
||||
- Multi-day holidays are now supported.
|
||||
- The task edit command can now handle multi-line annotations and UDAs in a
|
||||
user friendly way, withouth having to handle with JSON escaping of special
|
||||
chars.
|
||||
- A large portion of currently known parser-related issues was fixed.
|
||||
- The taskrc file now supports relative paths, which are evaluated with
|
||||
respect to (a) current directory, (b) taskrc directory and (c) now also the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue