Download Latest Version task_freebsd_386.tar.gz (14.8 MB)
Email in envelope

Get an email when there's a new version of Task

Home / v3.52.0
Name Modified Size InfoDownloads / Week
Parent folder
task_3.52.0_linux_386.rpm 2026-07-02 14.8 MB
task_checksums.txt 2026-07-02 2.7 kB
task_3.52.0_linux_riscv64.rpm 2026-07-02 15.1 MB
task_3.52.0_linux_386.apk 2026-07-02 15.5 MB
task_3.52.0_linux_amd64.apk 2026-07-02 16.6 MB
task_3.52.0_linux_arm.apk 2026-07-02 15.5 MB
task_3.52.0_linux_arm64.apk 2026-07-02 15.0 MB
task_3.52.0_linux_riscv64.apk 2026-07-02 15.8 MB
task_3.52.0_linux_386.deb 2026-07-02 14.8 MB
task_3.52.0_linux_arm64.rpm 2026-07-02 14.3 MB
task_3.52.0_linux_amd64.deb 2026-07-02 15.9 MB
task_3.52.0_linux_amd64.rpm 2026-07-02 15.9 MB
task_3.52.0_linux_arm.rpm 2026-07-02 14.9 MB
task_3.52.0_linux_arm64.deb 2026-07-02 14.4 MB
task_3.52.0_linux_riscv64.deb 2026-07-02 15.1 MB
task_3.52.0_linux_arm.deb 2026-07-02 14.9 MB
task_freebsd_arm64.tar.gz 2026-07-02 14.3 MB
task_windows_386.zip 2026-07-02 15.6 MB
task_freebsd_386.tar.gz 2026-07-02 14.8 MB
task_freebsd_arm.tar.gz 2026-07-02 14.9 MB
task_linux_arm64.tar.gz 2026-07-02 14.4 MB
task_linux_riscv64.tar.gz 2026-07-02 15.1 MB
task_darwin_amd64.tar.gz 2026-07-02 16.3 MB
task_darwin_arm64.tar.gz 2026-07-02 15.2 MB
task_freebsd_amd64.tar.gz 2026-07-02 15.8 MB
task_linux_amd64.tar.gz 2026-07-02 15.9 MB
task_linux_386.tar.gz 2026-07-02 14.8 MB
task_linux_arm.tar.gz 2026-07-02 14.9 MB
task_windows_amd64.zip 2026-07-02 16.3 MB
task_windows_arm64.zip 2026-07-02 14.5 MB
README.md 2026-07-02 2.3 kB
v3.52.0 source code.tar.gz 2026-07-02 604.2 kB
v3.52.0 source code.zip 2026-07-02 899.1 kB
Totals: 33 Items   442.9 MB 15
  • Fixed --interactive prompts for required vars sometimes appearing in a random order. Prompts now follow the order the vars are declared in the Taskfile. (#2871 by @caproven)
  • Fixed Fish completions not being picked up correctly by installing them to Fish's vendor_completions.d directory instead of completions (#2850, [#2859] by @Legimity).
  • PowerShell completions now work with aliases of the task command, not just the task binary itself (#2852 by @kojiishi).
  • Fixed task and namespace aliases not being completed by the Zsh completion. A show-aliases zstyle can turn this off (#2865, [#2864] by @vmaerten).
  • Fixed task names containing certain characters (e.g. \, _, ^) leaking into checksum/timestamp filenames, breaking sources:/generates: up-to-date detection (#2886 by @s3onghyun).
  • Fixed for: matrix: loops using ref: rows producing wrong values when the same task was run concurrently (e.g. by parallel deps) with different vars (#2890, [#2894] by @amitmishra11).
  • Added a secret: true flag for variables that masks their value in logs, task --summary, and command output (#2514 by @vmaerten).
  • Added the use_gitignore setting (global or per-task) to skip files matched by your .gitignore when fingerprinting sources/generates and when watching (#2773 by @vmaerten).
  • Added support for configuring output flags (--output, --output-group-begin, --output-group-end, --output-group-error-only) via the TASK_OUTPUT* environment variables (#2873 by @liiight).
  • Added a --temp-dir flag (with TASK_TEMP_DIR env var and temp-dir taskrc config) to customise the directory where Task stores temporary files such as checksums. Relative paths are resolved against the root Taskfile (#2891 by @kjasn).
  • Defined environment variable behavior for remote taskfiles (#2267, [#2847] by @vmaerten).
  • Added support for remote Taskfiles hosted on Azure DevOps, whose git URLs use a /_git/ path segment rather than a .git suffix (#2904 by @pd93).
  • Re-added the example remote taskfile at taskfile.dev/Taskfile.yml (#2905 by @pd93).
  • Fixed malformed includes: entries (missing taskfile/dir) reporting a misleading "include cycle detected" error instead of a clear configuration error (#1881, [#2892] by @Lewin671).
Source: README.md, updated 2026-07-02