Skip to content

Releases: go-task/task

v3.33.1

21 Dec 23:15
Compare
Choose a tag to compare

v3.33.0

21 Dec 02:27
Compare
Choose a tag to compare

Merry Christmas! 🎄 🎁 🎅 🤶

v3.32.0

30 Nov 01:44
Compare
Choose a tag to compare

v3.31.0

07 Oct 22:17
Compare
Choose a tag to compare
  • 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

15 Sep 00:38
Compare
Choose a tag to compare
  • Fixed a regression where some special variables weren't being set correctly (#1331, #1334 by @pd93).

v3.30.0

14 Sep 01:14
Compare
Choose a tag to compare

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

26 Aug 22:08
Compare
Choose a tag to compare

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

v3.28.0

25 Jul 01:19
Compare
Choose a tag to compare

v3.27.1

30 Jun 12:40
Compare
Choose a tag to compare
  • Fix panic when a .env directory (not file) is present on current directory (#1244, #1245 by @pd93).

v3.27.0

30 Jun 01:49
Compare
Choose a tag to compare