Skip to content

v0.9.88

Choose a tag to compare

@github-actions github-actions released this 22 Jul 21:58

Fixed

  • Queue page no longer freezes with a large queue of fast jobs. Every job-progress WebSocket tick re-rendered the whole page, rebuilding all ~1K pending/completed row elements each time; with many fast audio/sub cleanup jobs firing rapid progress this pegged the browser main thread for minutes. The row lists are now memoized so progress ticks only re-render the active job cards, not the full list.

Docker images

Pinned to this release:

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

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