Fixed
- Shift-selecting episodes across seasons no longer selects the whole show (10+ season shows). The range used a plain lexicographic sort, so "Season 2" sorted after "Season 10"…"Season 19" and a Season 1 → Season 2 pick spanned every season between them. It now sorts numerically (matching the display) and scopes the range to the clicked episodes' common folder.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.128 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.128-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.128-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.128-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.