Skip to content

v0.9.106

Choose a tag to compare

@github-actions github-actions released this 19 Aug 21:57
· 1 commit to main since this release

Fixed

  • A folder rescan no longer health-checks the whole library. The post-scan inline health-check (when health_check_on_scan is on) selected every recently-detected unchecked file across the library, so rescanning one folder swept hundreds of unrelated files. It's now scoped to the folders the scan actually covered.

Docker images

Pinned to this release:

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

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