v0.7.23
Fixed
- Manual scans now have the same per-subfolder partial-mount protection as the watcher. v0.7.22 added a per-subfolder >50%-stale belt to the watcher's auto-removal, but
_scan_worker_process's orphan cleanup (the cleanup that runs after a user-initiated scan) didn't have it — a manual scan while a nested mount was pending would still delete every row under the affected subfolder. v0.7.23 mirrors the belt to the scanner side with the same threshold and log shape. Known trade-off: legitimate bulk moves now leave stale rows at the old path until manually cleaned from the UI — biased toward not-losing-data given the partial-mount loss has recurred three times.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.23 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.23-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.23-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.7.23-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.