0.9
------

. support for depedency scanner (#218303)
  . dependencies are calculated just before task is executed possibly by other tasks, not on load time
. setup/task  single process/all procces


0.X
----------

. --enable/--disable cmd line options
. reporter plugin

. tools - profile
. tools - code coverage

. color output on the terminal. (#263576)
. tab-complete

. option dont save successful results
. forget a dependency, not a task
. task process isolation. (execute tasks in a different process)
. option to make sub-task not part of a group
. task name alias
. cache dir files (speed optimization)

needs volunteer
----------------

. windows (#218276)


not clear how to implement
---------------------------

. dont get subtasks if task is not going to be executed (#370923)
. defer task generator - generator needs to run after a certain task
. one .doit for each dodo file
. multiple (include) dodo files (#218279)
. sub-command/task unification. all sub-commands (but run) implemented as tasks
