Fixed
- source_codecs changes now actually recompute needs_conversion. The recompute read rows by column name, but the settings-update handler's DB connection returns plain tuples, so it raised a TypeError and silently no-op'd on every settings save (since v0.5.4) — leaving needs_conversion stale after widening/narrowing "Convert From". Recompute now reads rows positionally, so it works regardless of the caller's row factory.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.83 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.83-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.83-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.83-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.