v0.5.3
Fixed
- Date Added rule condition wasn't appearing in the rule-builder dropdown. v0.5.1 wired
date_addedinto theCONDITION_TYPESdict, the value-editor switch (number + units), and the backend rule resolver — but missed the dropdown itself, which is a hardcoded list of<option>elements rather than iterated fromCONDITION_TYPES. Added<option value="date_added">Date Added</option>to the File optgroup, between File Size and Type, matching the position inCONDITION_TYPES.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.3 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.3-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.3-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.5.3-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.