Skip to content

v0.3.136

Choose a tag to compare

@github-actions github-actions released this 06 May 18:53
· 346 commits to main since this release

Fixed

  • Newly-converted items still showing the NEW badge despite v0.3.132/.134/.135. Root cause: the Scanner UI computes is_new from the new_detected_at timestamp (scan.py:1221), not from the is_new column the prior heals were clearing — the is_new column turned out to be vestigial UI-side. For Sonarr→Shrinkerr pipelines completing within 24h of the original h264 drop, new_detected_at was preserved through the worker's rename UPDATE and the badge stayed lit. Fix: also set new_detected_at = NULL in all three worker post-conversion UPDATE sites, plus a one-shot startup heal that clears new_detected_at on every row already flagged converted=1.

Docker images

Pinned to this release:

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

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