mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
docs: Document the removal of color values with underscores
This commit is contained in:
parent
99b650a3ba
commit
24bb1fd6ca
2 changed files with 6 additions and 0 deletions
|
@ -176,6 +176,10 @@
|
||||||
task becomes visible.
|
task becomes visible.
|
||||||
- New 'rule.color.merge=yes|no' configuration option, that can optionally
|
- New 'rule.color.merge=yes|no' configuration option, that can optionally
|
||||||
turn off color blending engine.
|
turn off color blending engine.
|
||||||
|
- The 'urgency.next.coefficient' configuration option is deprecated in favor
|
||||||
|
of 'urgency.user.tag.next.coefficient'.
|
||||||
|
- The long deprecated syntax of color values with underscores (i.e 'on_red')
|
||||||
|
is no longer supported.
|
||||||
|
|
||||||
------ current release ---------------------------
|
------ current release ---------------------------
|
||||||
|
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -45,6 +45,8 @@ Removed features in 2.4.5
|
||||||
IDs, UUIDs, and various date/time formats ambiguous.
|
IDs, UUIDs, and various date/time formats ambiguous.
|
||||||
- Comma-separated UUID lists are no longer supported.
|
- Comma-separated UUID lists are no longer supported.
|
||||||
- DOM references may no longer be abbreviated.
|
- DOM references may no longer be abbreviated.
|
||||||
|
- The long deprecated syntax of color values with underscores (i.e 'on_red')
|
||||||
|
is no longer supported.
|
||||||
|
|
||||||
Known Issues
|
Known Issues
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue