Skip to content

v0.3.135

Choose a tag to compare

@github-actions github-actions released this 06 May 17:45
· 347 commits to main since this release

Fixed

  • One-shot re-run of the v0.3.132 post-conversion heal under a new flag. Conversions completed between the v0.3.132 deploy and the v0.3.134 deploy still had is_new=1 (watcher race was fixed but the worker still preserved is_new on rename). The v0.3.132 heal flag was already set, so the migration wouldn't re-trigger on its own. v0.3.135's flag heals those in-between rows on first boot.

Docker images

Pinned to this release:

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

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