Skip to content

Commit 12a26fa

Browse files
committed
v3.47.0
1 parent 4ab5dec commit 12a26fa

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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).

internal/version/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.46.4
1+
3.47.0

website/src/docs/changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)