Releases: go-task/task
Releases · go-task/task
v2.8.1
v3.0.0-preview3
v2.8.0
v2.7.1
v3.0.0-preview2
Changelog
- Taskfiles in version 1 are not supported anymore (#237).
- Added global
method:option. With this option, you can set a default method to all tasks in a Taskfile (#246). - Changed default method from
timestamptochecksum(#246). - New magic variables are now available when using
status::.TIMESTAMPwhich contains the greatest modification date from the files listed insources:, and.CHECKSUM, which contains a checksum of all files listed instatus:. This is useful for manual checking when using external, or even remote, artifacts when usingstatus:(#216).
v2.7.0
v3.0.0-preview1
Changelog
- We're now using slim-sprig instead of sprig, which allowed a file size reduction of about 22% (#219).
- We now use some colors on Task output to better distinguish message types - commands are green, errors are red, etc (#207).
v2.6.0
- Fixed some bugs regarding minor version checks on
version:. - Add
preconditions:to task (#205). - Create directory informed on
dir:if it doesn't exist (#209, #211). - We now have a
--taskfileflag (alias-t), which can be used to run another Taskfile (other than the defaultTaskfile.yml) (#221). - It's now possible to install Task using Homebrew on Linux (go-task/homebrew-tap#1).
v2.5.2
Changelog
- Reverted YAML upgrade due issues with CRLF on Windows (#201, go-yaml/yaml#450).
- Allow setting global variables through the CLI (#192).
v2.5.1
Changelog
- Fixed some issues with interactive command line tools, where sometimes the output were not being shown, and similar issues (#114, #190, #200).
- Upgraded go-yaml/yaml from v2 to v3.