Skip to content

v3.49.0

Choose a tag to compare

@task-bot task-bot released this 07 Mar 22:26
· 92 commits to main since this release
v3.49.0
a1b8985
  • Fixed included Taskfiles with watch: true not triggering watch mode when called from the root Taskfile (#2686, #1763 by @trulede).
  • Fixed Remote Git Taskfiles failing on Windows due to backslashes in URL paths (#2656 by @trim21).
  • Fixed Remote Git Taskfiles timing out when resolving includes after accepting the trust prompt (#2669, #2668 by @vmaerten).
  • Fixed unclear error message when Taskfile search stops at a directory ownership boundary (#2682, #1683 by @trulede).
  • Fixed global variables from imported Taskfiles not resolving ref: values correctly (#2632 by @trulede).
  • Every .taskrc.yml option can now be overridden with a TASK_-prefixed environment variable, making CI and container configuration easier (#2607, #1066 by @vmaerten).