Bug #529
- Fixed bug #529, where the 'depends' attribute was not mentioned in the task man page (thanks to Dirk Deimeke).
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
------ current release ---------------------------
|
------ current release ---------------------------
|
||||||
|
|
||||||
1.9.4 ()
|
1.9.4 ()
|
||||||
|
+ Fixed bug #529, where the 'depends' attribute was not mentioned in the
|
||||||
|
task man page (thanks to Dirk Deimeke).
|
||||||
|
|
||||||
------ old releases ------------------------------
|
------ old releases ------------------------------
|
||||||
|
|
||||||
@@ -39,8 +41,6 @@
|
|||||||
report.
|
report.
|
||||||
+ Added feature #481, allowing for user control of the color rule order
|
+ Added feature #481, allowing for user control of the color rule order
|
||||||
of precedence via the 'rule.precedence.color' configuration variable.
|
of precedence via the 'rule.precedence.color' configuration variable.
|
||||||
+ Fixed bug #493, which made waiting, recurring tasks invisible (thanks to
|
|
||||||
Alexander Schremmer).
|
|
||||||
+ Added feature #499, giving an extra line in the message output when
|
+ Added feature #499, giving an extra line in the message output when
|
||||||
doing bulk done changes (thanks to T. Charles Yun).
|
doing bulk done changes (thanks to T. Charles Yun).
|
||||||
+ New 'depends' column for custom reports.
|
+ New 'depends' column for custom reports.
|
||||||
@@ -90,6 +90,8 @@
|
|||||||
+ Fixed bug #480, which didn't properly support @ characters in tags. This
|
+ Fixed bug #480, which didn't properly support @ characters in tags. This
|
||||||
also now supports $ and #.
|
also now supports $ and #.
|
||||||
+ Fixed bug #489, which caused the filter 'tags.none:' to fail.
|
+ Fixed bug #489, which caused the filter 'tags.none:' to fail.
|
||||||
|
+ Fixed bug #493, which made waiting, recurring tasks invisible (thanks to
|
||||||
|
Alexander Schremmer).
|
||||||
+ Fixed bug #494, causing imported text files to ultimately lack uuids
|
+ Fixed bug #494, causing imported text files to ultimately lack uuids
|
||||||
(thanks to Elizabeth Maxson).
|
(thanks to Elizabeth Maxson).
|
||||||
+ Fixed problem with command line configuration overrides that had no
|
+ Fixed problem with command line configuration overrides that had no
|
||||||
|
|||||||
@@ -368,6 +368,12 @@ to 25 lines, if ncurses is not installed or enabled.
|
|||||||
.B wait:<wait-date>
|
.B wait:<wait-date>
|
||||||
Date until task becomes pending.
|
Date until task becomes pending.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B depends:<id1,id2 ...>
|
||||||
|
Declares this task to be dependent on id1 and id2. This means that the tasks
|
||||||
|
id1 and id2 should be completed before this task. Consequently, this task will
|
||||||
|
then show up on the 'blocked' report.
|
||||||
|
|
||||||
.SH ATTRIBUTE MODIFIERS
|
.SH ATTRIBUTE MODIFIERS
|
||||||
Attribute modifiers improve filters. Supported modifiers are:
|
Attribute modifiers improve filters. Supported modifiers are:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user