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_jobnow accepts anexclude_job_idso 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-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.