Skip to content

v0.3.138

Choose a tag to compare

@github-actions github-actions released this 07 May 16:29
· 340 commits to main since this release

Removed

  • "Re-resolve cached posters" Settings section (both buttons), the POST /api/posters/re-resolve endpoint, and the reResolvePosters API export. The "Re-resolve all auto-matched" path was redundant with the type-impossible cache invalidation (v0.3.111+) and the per-release one-shot purge migrations (v0.3.116+); the "Re-resolve placeholders" path is replaced by an automatic 7-day TTL on source='placeholder' rows in resolve_posters — stale placeholders re-resolve on next read.

Docker images

Pinned to this release:

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

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