- feat(engine): migrate workflow execution to fully
async/await
for improved concurrency and maintainability - fix(cli): ensure start wait command targets the correct job
- fix(tasks): fix parallel job execution in
SubWorkflow
task - fix(tasks): migrate
Torrent
task to useasync/await
for better performance - fix(tasks): wrong file extension in
ImagesConcat
task output - fix(tasks): incorrect crop size in
ImagesCropper
task - fix(tests): ensure
Torrent
task test checks the correct folder - fix(nuget): fix typos in README.md
- docs(wiki): update custom task creation instructions
- chore: update copyright date
Full Changelog: v9.5...v9.6