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.47.0 - 2026-01-24
44
55- Fixed remote git Taskfiles: cloning now works without explicit ref, and
66 directory includes are properly resolved (#2602 by @vmaerten ).
Original file line number Diff line number Diff line change 1- 3.46.4
1+ 3.47.0
Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ outline: deep
77
88::: v-pre
99
10+ ## v3.47.0 - 2026-01-24
11+
12+ - Fixed remote git Taskfiles: cloning now works without explicit ref, and
13+ directory includes are properly resolved (#2602 by @vmaerten ).
14+ - For ` output: prefixed ` , print ` prefix: ` if set instead of task name (#1566 ,
15+ #2633 by @trulede ).
16+ - Ensure no ANSI sequences are printed for ` --color=false ` (#2560 , #2584 by
17+ @trulede ).
18+ - Task aliases can now contain wildcards and will match accordingly (e.g., ` s-* `
19+ as alias for ` start-* ` ) (#1900 , #2234 by @vmaerten ).
20+ - Added conditional execution with the ` if ` field: skip tasks, commands, or task
21+ calls based on shell exit codes or template expressions like
22+ ` {{ eq .ENV "prod" }} ` (#2564 , #608 by @vmaerten ).
23+ - Task can now interactively prompt for missing required variables when running
24+ in a TTY, with support for enum selection menus. Enable with ` --interactive `
25+ flag or ` interactive: true ` in ` .taskrc.yml ` (#2579 , #2079 by @vmaerten ).
26+
1027## v3.46.4 - 2025-12-24
1128
1229- Fixed regressions in completion script for Fish (#2591 , #2604 , #2592 by
You can’t perform that action at this time.
0 commit comments