v0.3.73
Fixed
- Frontend
tsc -bbuild failed with TS1005 / TS1381 because a JSX comment inSettingsPage.tsxcontainedqsv_*/—*/inside a JSX comment terminates the block early. Reworded. - arm64 leg of the multi-arch CPU image still failing on apt-get exit 100. Reverted the arm64 build's apt step to its pre-v0.3.67 minimal install (curl + xz-utils only) — VA-API packages now ship only on amd64. arm64 hosts rarely have AMD/Intel GPUs reachable anyway; users on those edge cases still get libx265 + (theoretically) NVENC if they pull the
:nvencimage (which is amd64-only).
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.73 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.73-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.73-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:0.3.73-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.