All Versions
48
Latest Version
Avg Release Cycle
142 days
Latest Release
339 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v0.7.0 Changes
April 08, 2010- ๐ง configure options on dodo file (deprecate DEFAULT_TASKS)(#524387)
- 0๏ธโฃ clean and forget act only on default tasks (not all tasks) (#444243)
- sub-command "clean" option "clean-dep" to follow dependencies (#444247)
- task dependency "False" means never up-to-date, "None" ignored
- 0๏ธโฃ sub-command "list" by default do not show tasks starting with an underscore, added option (-p/--private)
- ๐ new sub-command "auto"
-
v0.6.0 Changes
January 25, 2010- ๐ 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
-
v0.5.1 Changes
December 03, 2009- ๐ fix. task-result-dependencies should be also added as task-dependency to force its execution.
-
v0.5.0 Changes
November 30, 2009- โ task parameter 'clean' == True, cleans empty folders, and display warning for non-empty folders
- โ added command line option --continue. Execute all tasks even if tasks fails
- โ added command line option --reporter to select result output reporter
- โ added executed-only reporter
- โ added json reporter
- ๐ support for task-result dependency #438174
- โ added sub-command ignore task
- โ added command line option --outfile. write output to specified file path
- โ added support for passing arguments to tasks on cmd line
- โ added command line option --dir (-d) to set current working directory
- โ removed dodo-sample sub-command
- โ added task field 'verbosity'
- โ added task field 'title'
- modified default way a task is printed on console (just show ". name"), old way added to doit.tools.task_title_with_actions
-
v0.4.0 Changes
October 05, 2009- ๐ deprecate anything other than a boolean values as return of python actions
- sub-cmd clean (#421450)
- โ remove support for task generators returning action (not documented behavior)
- ๐ setup parameter for a task should be a list - single value deprecated (#437225)
- ๐ PythonAction support 'dependencies', 'targets', 'changed' parameters
- โ added tools.create_folder (#421453)
- ๐ deprecate folder-dependency
- CmdActions reference to dependencies, targets and changed dependencies (#434327)
- ๐จ print task description when printing through doit list (#425811)
- action as list of commands/python (#421445)
- ๐ deprecate "action" use "actions"
-
v0.3.0 Changes
August 30, 2009- โ added subcommand "forget" to clear successful runs status (#370911)
- ๐พ save run results in text file using JSON. (removed dbm)
- โ added support for DEFAULT_TASKS in dodo file
- ๐ targets md5 is not checked anymore. if target exist, task is up-to-date. it also supports folders
- cmd line sub-commands (#370909)
- โ remove hashlib dependency on python 2.4
- sub-cmd to create dodo template
- ๐ cmd-task supports a list of shell commands
- setup/cleanup for task (#370905)
-
v0.2.0 Changes
April 16, 2009- ๐ docs generated using sphinx
- execute once (dependency = True)
- group task
- ๐ support python 2.4 and 2.6
- folder dependency
-
v0.1.0 Changes
April 14, 2008- ๐ initial release