mirror of
https://github.com/go-task/task.git
synced 2026-07-07 14:09:11 +00:00
v3.48.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Unreleased
|
## v3.48.0 - 2026-01-26
|
||||||
|
|
||||||
- Fixed `if:` conditions when using to check dynamic variables. Also, skip
|
- Fixed `if:` conditions when using to check dynamic variables. Also, skip
|
||||||
variable prompt if task would be skipped by `if:` (#2658, #2660 by @vmaerten).
|
variable prompt if task would be skipped by `if:` (#2658, #2660 by @vmaerten).
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
3.47.0
|
3.48.0
|
||||||
|
|||||||
@@ -7,6 +7,20 @@ outline: deep
|
|||||||
|
|
||||||
::: v-pre
|
::: v-pre
|
||||||
|
|
||||||
|
## v3.48.0 - 2026-01-26
|
||||||
|
|
||||||
|
- Fixed `if:` conditions when using to check dynamic variables. Also, skip
|
||||||
|
variable prompt if task would be skipped by `if:` (#2658, #2660 by @vmaerten).
|
||||||
|
- Fixed `ROOT_TASKFILE` variable pointing to directory instead of the actual
|
||||||
|
Taskfile path when no explicit `-t` flag is provided (#2635, #1706 by
|
||||||
|
@trulede).
|
||||||
|
- Included Taskfiles with `silent: true` now properly propagate silence to their
|
||||||
|
tasks, while still allowing individual tasks to override with `silent: false`
|
||||||
|
(#2640, #1319 by @trulede).
|
||||||
|
- Added TLS certificate options for Remote Taskfiles: use `--cacert` for
|
||||||
|
self-signed certificates and `--cert`/`--cert-key` for mTLS authentication
|
||||||
|
(#2537, #2242 by @vmaerten).
|
||||||
|
|
||||||
## v3.47.0 - 2026-01-24
|
## v3.47.0 - 2026-01-24
|
||||||
|
|
||||||
- Fixed remote git Taskfiles: cloning now works without explicit ref, and
|
- Fixed remote git Taskfiles: cloning now works without explicit ref, and
|
||||||
|
|||||||
Reference in New Issue
Block a user