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
Fixed bug that made a generic message, instead of an useful one, appear when a Taskfile could not be found (#2431 by @andreynering).
Fixed a bug that caused an error when including a Remote Git Taskfile (#2438 by @twelvelabs).
Fixed issue where .taskrc.yml was not returned if reading it failed, and corrected handling of remote entrypoint Taskfiles (#2460, #2461 by @vmaerten).
Improved performance of --list and --list-all by introducing a faster compilation method that skips source globbing and checksum updates (#1322, #2053 by @vmaerten).
Fixed a concurrency bug with output: group. This ensures that begin/end parts won't be mixed up from different tasks (#1208, #2349, #2350 by @trulede).