Skip to content

v0.3.5

Choose a tag to compare

@github-actions github-actions released this 22 Apr 14:39
· 483 commits to main since this release

Fixed

  • README hero video now renders for everyone, not just the repo owner. The previous user-attachments URL was uploaded via a draft issue-comment that was never actually posted, so the asset stayed gated to the uploader's GitHub session — curl from an unauthenticated client returned 404, and the <video> element showed a blank 0:00 player to every logged-out visitor. The README now points at https://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 attaches hero.webm to 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-nvenc

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