doit v0.6.0 Release Notes

Release Date: 2010-01-25 // about 14 years ago
    • ๐Ÿ‘Œ improve (speed optimization) of check if file modified (#370920)
    • sub-command "clean" dry-run option (-n/--dry-run) (#444246)
    • sub-command "clean" has a more verbose output (#444245)
    • sub-command "list" option to show task status (-s/--status) (#497661)
    • sub-command "list" filter tasks passed as positional parameters
    • tools.set_trace, PDB with stdout redirection (#494903)
    • ๐Ÿ’ป accept command line optional parameters passed before sub-command (#494901)
    • give a clear error message if .doit.db file is corrupted (#500269)
    • โž• added task option "getargs". actions can use computed values from other tasks (#486569)
    • python-action might return a dictionary on success