Skip to content

v0.9.45

Choose a tag to compare

@github-actions github-actions released this 18 Jul 18:02

Fixed

  • The per-track detection reason now shows in the file detail. The detail reused the (possibly stale) tracks passed in from the list instead of refetching, and a notes-only detection run (nothing resolved) didn't update the view — so detect_note never appeared. It now always refetches fresh tracks and applies detect results even when no language changed.

Docker images

Pinned to this release:

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

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