Skip to content

v0.9.102

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Aug 22:40

Fixed

  • Titles with a bogus future timestamp no longer pin the top of the "Newest" sort. Ripped media dated years ahead (a VIDEO_TS.IFO or mkv stamped 2036) sorted above every genuinely-new addition. Future mtimes are now clamped to "now" on scan, and a one-time startup backfill fixes rows already stored. A subsequent full re-scan re-stamps them at scan time.

Docker images

Pinned to this release:

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

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