Fixed
- "Merge external subtitles into video" and "Delete external subtitle files after merging" toggles weren't persisting — both fields existed in the UI but had zero wiring through
models.py/_ENCODING_DEFAULTS/ GET / PUT (same shape as thereorder_native_audiobug from issue #11). The worker's_is_cleanup_enabledmissing-row fallback defaulted True, so external-sub merging happened invisibly even when the UI showed the toggles off. Wired both fields end-to-end, defaulted both off, and switched the worker's reads todefault=Falseso unset DB rows match the UI's rendering. Behaviour note: existing installs that never explicitly toggled these were getting silent merging — after upgrade, merging stops unless the user opts in.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.21 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.21-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.21-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.21-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.