v1.4.4
Automated release: version and notes generated from pull requests merged since 1.4.3.
check.py,render.py(check stage),batch.pyandverify.pyreport a failed result asstatus: failedwith the newkind: verification(VERIFICATION_FAILED, exit 1) and keep their detail fields (checks,check,results,files); before, they printedstatus: completednext to a non-zero exit code.scenes.py,cropdetect.py,sync.py,caption.py --transcribeand the colour-level probe run their ffmpeg measurements under--timeoutand report a decode failure askind: ffmpeginstead of an empty result or a traceback; the transcribe temp directory is removed afterwards.render.pyandbatch.pyforward--timeoutand--overwriteto every stage, not only--fast/--dry-run.- fix: failed check/render/batch/verify report status failed; analysis runs get --timeout; render/batch forward the shared flags (#174)
What's Changed
- fix: failed check/render/batch/verify report status failed; analysis runs get --timeout; render/batch forward the shared flags by @kajisho5 in #174
Full Changelog: v1.4.3...v1.4.4