mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00

- The 'json.depends.array' setting controls whether dedendencies are encoded as a JSON array, or comma-separated string. - The default value is on. - Both forms are imported.
62 lines
1.7 KiB
Text
62 lines
1.7 KiB
Text
|
||
New Features in Taskwarrior 2.4.5
|
||
|
||
- The active context, if one is set, is now identified in "task context list"
|
||
- It is an error to attempt and add or remove of a virtual tag.
|
||
- New 'UDA' and 'ORPHAN' virtual tags.
|
||
|
||
New commands in Taskwarrior 2.4.5
|
||
|
||
- The '_unique' command shows a set of unique values for the specified
|
||
attribute
|
||
|
||
New configuration options in Taskwarrior 2.4.5
|
||
|
||
- The 'json.depends.array' setting controls whether dependencies are exported
|
||
as a JSON array, of a comma-separated string. Default is 'on'.
|
||
Both variations are imported.
|
||
|
||
Newly deprecated features in Taskwarrior 2.4.5
|
||
|
||
- The '_ids', '_projects', '_tags', '_uuids' helper commands are deprecated,
|
||
and replaced by the new '_unique' helper command.
|
||
|
||
Removed features in 2.4.5
|
||
|
||
- The script 'context' was removed, now that context is a core feature.
|
||
- Nonextended forms of ISO-8601 date/time support is removed. This means
|
||
that 'YYYYMMDD' is no longer supported, but 'YYYY-MM-DD' is. For times,
|
||
'hhmmss' is no longer supported, but 'hh:mm:ss' is. The non-enxtended
|
||
forms all contain sequences of digits that make the identification of
|
||
IDs, UUIDs, and various date/time formats problematic.
|
||
|
||
Known Issues
|
||
|
||
- https://bug.tasktools.org/
|
||
|
||
Taskwarrior has been built and tested on the following configurations:
|
||
|
||
* OS X
|
||
* Fedora
|
||
* Ubuntu
|
||
* Debian
|
||
* Arch
|
||
* FreeBSD
|
||
* Cygwin
|
||
|
||
---
|
||
|
||
While Taskwarrior has undergone testing, bugs are sure to remain. If you
|
||
encounter a bug, please enter a new issue at:
|
||
|
||
https://bug.tasktools.org
|
||
|
||
Or you can also report the issue in the forums at:
|
||
|
||
https://answers.tasktools.org
|
||
|
||
Or just send a message to:
|
||
|
||
support@taskwarrior.org
|
||
|
||
Thank you.
|