Skip to content

Commit 38e07ea

Browse files
committed
fix: changelog for website
1 parent 72e25a2 commit 38e07ea

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

website/src/docs/changelog.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ outline: deep
3131
[mvdan/sh#1199](https://github.com/mvdan/sh/pull/1199),
3232
#2506 by @andreynering).
3333

34+
3435
## v3.45.4 - 2025-09-17
3536

3637
- Fixed a bug where `cache-expiry` could not be defined in `.taskrc.yml` (#2423
@@ -180,8 +181,8 @@ Reverted the changes made in #2113 and #2186 that affected the
180181
- The default taskfile (output when using the `--init` flag) is now an embedded
181182
file in the binary instead of being stored in the code (#2112 by @pd93).
182183
- Improved the way we report the Task version when using the `--version` flag or
183-
`{{.TASK_VERSION}}` variable. This should now be more consistent and easier
184-
for package maintainers to use (#2131 by @pd93).
184+
<span v-pre>`{{.TASK_VERSION}}`</span> variable. This should now be more
185+
consistent and easier for package maintainers to use (#2131 by @pd93).
185186
- Fixed a bug where globstar (`**`) matching in `sources` only resolved the
186187
first result (#2073, #2075 by @pd93).
187188
- Fixed a bug where sorting tasks by "none" would use the default sorting
@@ -195,7 +196,7 @@ Reverted the changes made in #2113 and #2186 that affected the
195196
- Fix Fish completions when `--global` (`-g`) is given (#2134 by @atusy).
196197
- Fixed variables not available when using `defer:` (#1909, #2173 by @vmaerten).
197198

198-
#### Package API
199+
### Package API
199200

200201
- The [`Executor`](https://pkg.go.dev/github.com/go-task/task/v3#Executor) now
201202
uses the functional options pattern (#2085, #2147, #2148 by @pd93).
@@ -252,7 +253,7 @@ Reverted the changes made in #2113 and #2186 that affected the
252253
used, all other variables become unavailable in the templating system within
253254
the include (#2092 by @vmaerten).
254255

255-
#### Package API
256+
### Package API
256257

257258
Unlike our CLI tool,
258259
[Task's package API is not currently stable](https://taskfile.dev/reference/package).
@@ -641,9 +642,10 @@ stabilize the API in the future. #121 now tracks this piece of work.
641642
- Fix a missing a line break on log when using `--watch` mode (#1285, #1297 by
642643
@FilipSolich).
643644
- Fix `defer` on JSON Schema (#1288 by @calvinmclean and @andreynering).
644-
- Fix bug in usage of special variables like `{{.USER_WORKING_DIR}}` in
645-
combination with `includes` (#1046, #1205, #1250, #1293, #1312, #1274 by
646-
@andarto, #1309 by @andreynering).
645+
- Fix bug in usage of special variables like
646+
<span v-pre>`{{.USER_WORKING_DIR}}`</span> in combination with `includes`
647+
(#1046, #1205, #1250, #1293, #1312, #1274 by @andarto, #1309 by
648+
@andreynering).
647649
- Fix bug on `--status` flag. Running this flag should not have side-effects: it
648650
should not update the checksum on `.task`, only report its status (#1305,
649651
#1307 by @visciang, #1313 by @andreynering).
@@ -749,9 +751,10 @@ it a go and let us know what you think via a
749751
- Change the name of the file generated by `task --init` from `Taskfile.yaml` to
750752
`Taskfile.yml` (#1062 by @misitebao).
751753
- Added new `splitArgs` template function
752-
(`{{splitArgs "foo bar 'foo bar baz'"}}`) to ensure string is split as
753-
arguments (#1040, #1059 by @dhanusaputra).
754-
- Fix the value of `{{.CHECKSUM}}` variable in status (#1076, #1080 by @pd93).
754+
(<span v-pre>`{{splitArgs "foo bar 'foo bar baz'"}}`</span>) to ensure string
755+
is split as arguments (#1040, #1059 by @dhanusaputra).
756+
- Fix the value of <span v-pre>`{{.CHECKSUM}}`</span> variable in status (#1076,
757+
#1080 by @pd93).
755758
- Fixed deep copy implementation (#1072 by @pd93)
756759
- Created a tool to assist with releases (#1086 by @pd93).
757760

@@ -959,8 +962,8 @@ it a go and let us know what you think via a
959962

960963
- Add logging in verbose mode for when a task starts and finishes (#533, #588).
961964
- Fix an issue with preconditions and context errors (#597, #598).
962-
- Quote each `{{.CLI_ARGS}}` argument to prevent one with spaces to become many
963-
(#613).
965+
- Quote each <span v-pre>`{{.CLI_ARGS}}`</span> argument to prevent one with
966+
spaces to become many (#613).
964967
- Fix nil pointer when `cmd:` was left empty (#612, #614).
965968
- Upgrade [mvdan/sh](https://github.com/mvdan/sh) which contains two relevant
966969
fixes:
@@ -976,8 +979,8 @@ it a go and let us know what you think via a
976979
## v3.9.0 - 2021-10-02
977980

978981
- A new `shellQuote` function was added to the template system
979-
(`{{shellQuote "a string"}}`) to ensure a string is safe for use in shell
980-
([mvdan/sh#727](https://github.com/mvdan/sh/pull/727),
982+
(<span v-pre>`{{shellQuote "a string"}}`</span>) to ensure a string is safe
983+
for use in shell ([mvdan/sh#727](https://github.com/mvdan/sh/pull/727),
981984
[mvdan/sh#737](https://github.com/mvdan/sh/pull/737),
982985
[Documentation](https://pkg.go.dev/mvdan.cc/sh/[email protected]/syntax#Quote))
983986
- In this version [mvdan.cc/sh](https://github.com/mvdan/sh) was upgraded with

0 commit comments

Comments
 (0)