- Add a brand new
--global
(-g
) flag that will run a Taskfile from your$HOME
directory. This is useful to have automation that you can run from anywhere in your system! (Documentation, #1029 by @andreynering). - Add ability to set
error_only: true
on thegroup
output mode. This will instruct Task to only print a command output if it returned with a non-zero exit code (#664, #1022 by @jaedle). - Fixed bug where
.task/checksum
file was sometimes not being created when task also declares astatus:
(#840, #1035 by @harelwa, #1037 by @pd93). - Refactored and decoupled fingerprinting from the main Task executor (#1039 by @pd93).
- Fixed deadlock issue when using
run: once
(#715, #1025 by @theunrepentantgeek).
If Task is useful to you or your company, consider becoming a sponsor.