Skip to content

v0.3.115

Choose a tag to compare

@github-actions github-actions released this 04 May 19:37
· 364 commits to main since this release

Fixed

  • Combined jobs (video + audio/sub cleanup) discarded for negative savings were losing their cleanup work entirely. v0.3.69 added an audio-only follow-up enqueue for this case, but add_job's de-dup guard sees the still-running original job for the same file_path and silently returns its id — no new row gets inserted. Fix: add_job now accepts an exclude_job_id so the follow-up enqueue can ignore the in-flight job it's spawned from.

Docker images

Pinned to this release:

docker pull ghcr.io/i-ial9000/shrinkerr:0.3.115         # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.115-nvenc   # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.115-edge    # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.115-edge-nvenc

Floating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.