Skip to content

Releases: go-task/task

v3.31.0

Choose a tag to compare

@task-bot task-bot released this 07 Oct 22:17
  • Enabled the --yes flag for the Remote Taskfiles experiment (#1344 by @pd93).
  • 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).

v3.30.1

Choose a tag to compare

@task-bot task-bot released this 15 Sep 00:38
  • Fixed a regression where some special variables weren't being set correctly (#1331, #1334 by @pd93).

v3.30.0

Choose a tag to compare

@task-bot task-bot released this 14 Sep 01:14

We're looking for feedback on Remote Taskfile on #1317. Don't hesitate to add your opinion.

If you want to say "thank you" for the work done on this tool, consider sponsoring @andreynering and @pd93 via GitHub Sponsors.

v3.29.1

Choose a tag to compare

@task-bot task-bot released this 26 Aug 22:08

NOTE: v3.29.0 was skipped because of an issue on the release process.

v3.28.0

Choose a tag to compare

@task-bot task-bot released this 25 Jul 01:19

v3.27.1

Choose a tag to compare

@task-bot task-bot released this 30 Jun 12:40
  • Fix panic when a .env directory (not file) is present on current directory (#1244, #1245 by @pd93).

v3.27.0

Choose a tag to compare

@task-bot task-bot released this 30 Jun 01:49

v3.26.0

Choose a tag to compare

@task-bot task-bot released this 11 Jun 01:32

v3.25.0

Choose a tag to compare

@task-bot task-bot released this 23 May 01:52
  • Support silent: when calling another tasks (#680, #1142 by @danquah).
  • Improve PowerShell completion script (#1168 by @trim21).
  • Add more languages to the website menu and show translation progress percentage (#1173 by @misitebao).
  • Starting on this release, official binaries for FreeBSD will be available to download (#1068 by @andreynering).
  • Fix some errors being unintendedly supressed (#1134 by @clintmod).
  • Fix a nil pointer error when version is omitted from a Taskfile (#1148, #1149 by @pd93).
  • Fix duplicate error message when a task does not exists (#1141, #1144 by @pd93).

v3.24.0

Choose a tag to compare

@task-bot task-bot released this 15 Apr 21:06