- Added
enum.refsupport inrequires: enum constraints can now reference variables or template pipelines (e.g.,ref: .ALLOWED_ENVS) instead of duplicating static lists. Combined withsh:variables, this enables fully dynamic enum validation (#2678 by @vmaerten). - Fixed Fish completion using hardcoded
taskbinary name instead of$GO_TASK_PROGNAMEfor experiments cache (#2730, #2727 by @SergioChan). - Fixed watch mode ignoring SIGHUP signal, causing the watcher to exit instead of restarting (#2764, #2642).
- Fixed a long time bug where the task wouldn't re-run as it should when using
method: timestampand the files listed ongenerates:were deleted. This makesmethod: timestampbehaves the same asmethod: checksum(#1230, #2716 by @drichardson).