You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ability to set watch: true in a task to automatically run it in watch mode (#231, #1361 by @andreynering).
Fixed a bug on the watch mode where paths that contained .git (like .github), for example, were also being ignored (#1356 by @butuzov).
Fixed a nil pointer error when running a Taskfile with no contents (#1341, #1342 by @pd93).
Added a new exit code (107) for when a Taskfile does not contain a schema version (#1342 by @pd93).
Increased limit of maximum task calls from 100 to 1000 for now, as some people have been reaching this limit organically now that we have loops. This check exists to detect recursive calls, but will be removed in favor of a better algorithm soon (#1321, #1332).
Fixed templating on descriptions on task --list (#1343 by @blackjid).
Fixed a bug where precondition errors were incorrectly being printed when task execution was aborted (#1337, #1338 by @sylv-io).