Skip to content
🐛 Bug Fixes
- (backend) make HTTP installs atomic and serialize with cache lock by @jdx in #6259
- (env) allow nested env._.path directives by @risu729 in #6160
- (env) disallow nested env objects by @risu729 in #6268
- (schema) allow nested arrays in task.depends by @risu729 in #6265
- (task) resolve jobs=1 hang and keep-order panic; improve Ctrl-C handling by @jdx in #6264
- (tasks) stop CLI group after first failure without --continue-on-error by @jdx in #6270
📚 Documentation
- fixed toml issues in URL replacements settings documentation by @ThomasSteinbach in #6269
Chore
- (schema) strict oneOf branches and DRY env_directive in schemas by @jdx in #6271
- add schema linter by @risu729 in #6267