Releases: go-task/task
Releases · go-task/task
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
--taskfile
flag (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.
v2.5.0
Changelog
- We moved from the taskfile.org domain to the new fancy taskfile.dev domain. While stuff is being redirected, we strongly recommend to everyone that use this install script to use the new taskfile.dev domain on scripts from now on.
- Fixed to the ZSH completion (#182).
- Add
--summary
flag along withsummary:
task attribute (#180).
v2.4.0
Changelog
- Allow calling a task of the root Taskfile from an included Taskfile by prefixing it with
:
(#161, #172), - Add flag to override the
output
option (#173); - Fix bug where Task was persisting the new checksum on the disk when the Dry Mode is enabled (#166);
- Fix file timestamp issue when the file name has spaces (#176);
- Mitigating path expanding issues on Windows (#170).
v2.3.0
v2.2.1
v2.2.0
Changelog
- Added support for including other Taskfiles (#98)
- This should be considered experimental. For now, only including local files is supported, but support for including remote Taskfiles is being discussed. If you have any feedback, please comment on #98.
- Task now have a dedicated documentation site: https://taskfile.org