v0.3.5
Fixed
- README hero video now renders for everyone, not just the repo owner. The previous
user-attachmentsURL was uploaded via a draft issue-comment that was never actually posted, so the asset stayed gated to the uploader's GitHub session —curlfrom an unauthenticated client returned 404, and the<video>element showed a blank 0:00 player to every logged-out visitor. The README now points athttps://github.com/I-IAL9000/shrinkerr/releases/latest/download/hero.webm, which is a public release-asset URL that always resolves to the most recent release. The release workflow automatically attacheshero.webmto every tagged release going forward, so the/latest/redirect keeps working without manual intervention.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.5 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.5-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.5-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.5-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.