Logo Manager
• Logo upload — Files now upload directly to Dispatcharr via multipart endpoint, stored and served by Dispatcharr (not ECM)
• Logo URL display — Logo Manager shows the accessible Dispatcharr cache URL instead of raw file paths
• Logo search — Client-side filtering since Dispatcharr ignores the search parameter
• All logos loaded — Paginates through Dispatcharr's 1000/page cap to load every logo
• Pagination — Choose 25, 50, 100, or 250 per page with full page navigation controls
• Layout fix — Content area scrolls properly between fixed header and pagination bar
CI Pipeline
• Eliminated redundant Docker builds — Trivy and DAST scans reuse the AMD64 build cache (4 → 2 builds)
• Added ARM64 Trivy scan — both architectures are vulnerability-scanned before manifest publish
• Manifest publish gated on all scans passing
Infrastructure
• Entrypoint creates /config subdirectories before chown (fixes PermissionError on volume mounts)
Housekeeping
• Dispatcharr API reference added to memory docs
• Beads sync-branch moved to dedicated beads branch