v0.3.6
Fixed
- README hero video now actually plays for unauthenticated visitors. Short version: the video's URL was session-gated, so incognito/logged-out views got a blank 0:00 player. Replaced with a public
user-attachmentsURL (posted to a real issue, not just drafted — the difference is whether the asset gets flipped from gated-to-uploader to public) that returns the video withContent-Type: video/webmto everyone. - Release workflow no longer tries to upload
hero.webmas a release asset. 0.3.5 tried this approach, but release-asset URLs are served withContent-Type: application/octet-streamandContent-Disposition: attachment, which several browsers refuse to play inline via<video>tags. Reverted to keep releases lean.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.6 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.6-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.6-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.6-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.