Releases: go-task/task
Releases · go-task/task
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
--summaryflag 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
outputoption (#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
v2.1.1
v2.1.0
v2.0.3
Changelog
- Expand environment variables on "dir", "sources" and "generates" (#116)
- Fix YAML merging syntax (#112)
- Add ZSH completion (#111)
- Implement new
outputoption. Please check out the documentation
Thanks to everyone that contributed with code, documentation, tools or reporting issues!
v2.0.2
v2.0.1
Changelog
- Fixes panic on
task --list