File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## v3.48.0 - 2026-01-26
44
55- Fixed ` if: ` conditions when using to check dynamic variables. Also, skip
66 variable prompt if task would be skipped by ` if: ` (#2658 , #2660 by @vmaerten ).
Original file line number Diff line number Diff line change 1- 3.47 .0
1+ 3.48 .0
Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ outline: deep
77
88::: v-pre
99
10+ ## v3.48.0 - 2026-01-26
11+
12+ - Fixed ` if: ` conditions when using to check dynamic variables. Also, skip
13+ variable prompt if task would be skipped by ` if: ` (#2658 , #2660 by @vmaerten ).
14+ - Fixed ` ROOT_TASKFILE ` variable pointing to directory instead of the actual
15+ Taskfile path when no explicit ` -t ` flag is provided (#2635 , #1706 by
16+ @trulede ).
17+ - Included Taskfiles with ` silent: true ` now properly propagate silence to their
18+ tasks, while still allowing individual tasks to override with ` silent: false `
19+ (#2640 , #1319 by @trulede ).
20+ - Added TLS certificate options for Remote Taskfiles: use ` --cacert ` for
21+ self-signed certificates and ` --cert ` /` --cert-key ` for mTLS authentication
22+ (#2537 , #2242 by @vmaerten ).
23+
1024## v3.47.0 - 2026-01-24
1125
1226- Fixed remote git Taskfiles: cloning now works without explicit ref, and
You can’t perform that action at this time.
0 commit comments