Skip to content

v1.4.4

Choose a tag to compare

@github-actions github-actions released this 12 Sep 02:48

Automated release: version and notes generated from pull requests merged since 1.4.3.

  • check.py, render.py (check stage), batch.py and verify.py report a failed result as status: failed with the new kind: verification (VERIFICATION_FAILED, exit 1) and keep their detail fields (checks, check, results, files); before, they printed status: completed next to a non-zero exit code.
  • scenes.py, cropdetect.py, sync.py, caption.py --transcribe and the colour-level probe run their ffmpeg measurements under --timeout and report a decode failure as kind: ffmpeg instead of an empty result or a traceback; the transcribe temp directory is removed afterwards.
  • render.py and batch.py forward --timeout and --overwrite to 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