- Tasks are considered to have a priority that's the maximum of their own priority and the priorities of the task(s) they block, recursively. Closes 114. - Tasks are considered to have a due date that's the minimum of their own due date and the due dates of the task(s) they block, recursively. Closes 115.
1.3.0
Added
- Next to `p:parent_task` it's also possible to use `before:parent_task` to specifiy task dependencies. - In addition to `before:other_task`, it's also possible to use `after:other_task` to specify task dependencies.
1.2.0
Added
- Warn user if there are no next actions because they are using contexts or projects not present in the todo.txt file.
1.1.0
Added
- Take task dependencies into account. Closes 101.
1.0.0
Added
- Default context and/or project filters can be configured in the configuration file. Closes 109.
0.17.0
Added
- Support threshold dates (`t:<date>`) in todo.txt files.