Enhancements
- Allow optional envfiles without warnings by @cnaples79 in #337
- Add support for the
capture_outputoption in ref tasks by @kzrnm in #343 - Set uv to quiet mode during shell completion to avoid console spam by @nat-n in #338
- Support
ignore_failon execution task types and ref tasks by @nat-n in #347 - Add choices option to constrain named arguments by @nat-n in #348
Fixes
- Handle SIGHUP and SIGBREAK signals to stop tasks by @nat-n in #344
- Accept string for type name in global executor option by @kzrnm in #340
Code improvements
- Modernize type annotations by @nat-n in #339
- Ensure test virtual environments are always cleaned up by @kzrnm in #346
Full Changelog: v0.39.0...v0.40.0