- Fixed
if:conditions when using to check dynamic variables. Also, skip variable prompt if task would be skipped byif:(#2658, [#2660] by @vmaerten). - Fixed
ROOT_TASKFILEvariable pointing to directory instead of the actual Taskfile path when no explicit-tflag is provided (#2635, [#1706] by @trulede). - Included Taskfiles with
silent: truenow properly propagate silence to their tasks, while still allowing individual tasks to override withsilent: false(#2640, [#1319] by @trulede). - Added TLS certificate options for Remote Taskfiles: use
--cacertfor self-signed certificates and--cert/--cert-keyfor mTLS authentication (#2537, [#2242] by @vmaerten).