Releases: tonobo/task
v2.5.6
Changelog
- 16bf5e8 Merge pull request #12 from tonobo/fix-ci
- 7828503 ci: add windows and macos to tests
- 4c81bad ci: go 1.18 and arm is not working
- 76f73c4 Merge pull request #11 from tonobo/ignore-windows-arm
- c04f666 goreleaser: Ignore windows arm64
- 09abe82 Merge pull request #10 from tonobo/use-github-workflows
- bf8c29e ci: Migrate to GH workflows
- ec342fe Merge pull request #8 from TomSDEVSN/patch-1
- 6775160 goreleaser: Add arm64
v2.5.5
v2.5.3
Changelog
c97ca8a Merge branch 'master' of github.com:go-task/task
0233ce5 v2.5.1
6e6f337 Updated change log
1546415 Update CHANGELOG.md
20725c6 Merge pull request go-task#200 from go-task/fix-output-issues
9061322 Fixes some bugs relatated to commands output handling
659fd2a Update Go version on CI
29d899f Merge pull request go-task#198 from go-task/yaml-v3
902a0a0 go vendor mod
8001fb3 Upgrade to yaml/go-yaml v3
v2.5.2
v2.5.1
v2.5.0
Changelog
d45785c Merge branch 'master' of github.com:go-task/task
e81e280 Small fix to redirector
1ee066e Merge pull request go-task#188 from sosiska/patch-1
53d54d1 Rewrite if-else chain to switch statement
10082b6 v2.5.0
c5b9773 go mod vendor
de11323 mvdan.cc/sh: Use v2.6.4
9f269e1 Migrating from taskfile.org to taskfile.dev
e420416 Remove unnecessary extra empty line
9c350f8 Update Change Log
db19fda Update CNAME
d516b23 Merge pull request go-task#180 from jaedle/master
f9330f6 Merge pull request go-task#182 from GuillaumeAmat/fix-completion
360da29 refactoring
9cfac16 rename method for summary/summaries
db90e87 rearrange imports
b756408 add space between tasks
1d783bf refactoring
1025c2e add unit test for spacing between summaries
4fd82ab refactoring
8eadfc1 refactoring
f66edba refactoring
c7f17b5 refactoring
23c4adc add spacing for tasks
808542b remove unnecassry test for multiple summaries
93bfd57 print summary for multiple tasks
7e7e1bc rearrange imports
34f6da8 rearrange imports
15c0381 Fix the indentation
c2f4a57 Remove \s for MacOS compatibility, use awk instead
f945cf2 Update internal/summary/summary_test.go
5bca3cf Update testdata/summary/Taskfile.yml
26ce4e6 Update testdata/summary/Taskfile.yml
f5f0e0c Update internal/summary/summary.go
9dea1e7 Update docs/usage.md
c2e0f8c Update docs/usage.md
d341bc2 Revert "Try out Windows builds in Travis"
0379e2b Merge pull request go-task#175 from emirb/patch-1
e79026b Fix the zsh completion with sub-tasks
fc34d6b Try out Windows builds in Travis
2a1571a refactoring
c158608 fix error in documentation
3ca590b display summary for tasks without summary/description
3f8ee21 print error messsage if no summary or description present
845b88a print only task name if summary
e252972 rename test
a9012eb refactoring
5cfd9bb refactoring
c82a724 print task in command section
a4a20d9 add unit test for full output
890996f hides commands keywoard if not present
474f27c add unit test for displaying commands
33f3894 add unit tests for summary
24436ac refactoring
3ee66ef remove output to own package
a1765e1 refactoring
765e3db print only commands if present
80f5cee refactoring
9dbb503 Update vendor directory
a98f803 Upgrade mvdan.cc/sh
v2.4.0
Changelog
95f6bbd Merge pull request #5 from tonobo/upstream-changes
41402dd Merge branch 'master' of github.com:go-task/task into upstream-changes
9cb1db8 Docs: Fix wrong URL
5738436 v2.4.0
5e49b38 Mitigate execext.Expand problems on Windows
0c94ada Update CHANGELOG.md
f8a6c5d Fix execext.Expand for file names with spaces
ce13b8a Merge pull request #4 from tonobo/upstream-changes
b5c3565 Merge branch 'master' of github.com:go-task/task into upstream-changes
21e66c7 Docs: Update theme color
902f0d3 Don't persist new checksum on the disk if dry mode is enabled
713ecd3 Pass context as an argument
27b3515 Indentation fix
f8fb639 Update documentation and changelog to mention the new --output
flag
dc92d4f Merge pull request #3 from tonobo/upstream-changes
067f035 Merge remote-tracking branch 'upstream/master' into upstream-changes
14f41ae Merge pull request go-task#173 from kjdev/master
a026d72 Add execute output style options
2cb070f Merge pull request go-task#172 from go-task/allow-calling-root-task-from-included
1dec956 Allow calling a task of the root Taskfile from within an included Taskfile
310394a task: Fix merge behavior