Skip to content

v0.4.6

Choose a tag to compare

@github-actions github-actions released this 07 May 21:36
· 314 commits to main since this release

Added

  • Queue page now shows a banner when stream-pause is active. Previously the only visible signal that v0.4.5's SIGSTOP had taken effect was the progress bars freezing — the manual Pause/Start button stayed unchanged because manual pause and stream-aware pause are independent states. The banner reads "Encoding paused — active stream(s) on <Plex / Jellyfin / Emby>" with a count of frozen jobs, and disappears the moment the stream ends and SIGCONT fires. Surfaced via a new stream_pause field on GET /api/jobs/stats.

Docker images

Pinned to this release:

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

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