- Improve behavior and performance of status checking when using the
timestamp
mode (#976, #977 by @aminya). - Performance optimizations were made for large Taskfiles (#982 by @pd93).
- Add ability to configure options for the
set
andshopt
builtins (#908, #929 by @pd93, Documentation). - Add new
platforms:
attribute totask
andcmd
, so it's now possible to choose in which platforms that given task or command will be run on. Possible values are operating system (GOOS), architecture (GOARCH) or a combination of the two. Example:platforms: [linux]
,platforms: [amd64]
orplatforms: [linux/amd64]
. Other platforms will be skipped (#978, #980 by @leaanthony).