Skip to content

v0.3.48

Choose a tag to compare

@github-actions github-actions released this 26 Apr 10:44
· 432 commits to main since this release

Fixed

  • Renaming section's "Save" button moved to the left to match every other section in Settings. Encoding, audio, lossless, etc. all use alignSelf: "flex-start" for their save buttons; only RenamingSettings.tsx had justifyContent: "flex-end". Now consistent.

Docker images

Pinned to this release:

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

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