Skip to content

v1.6.2

Choose a tag to compare

@github-actions github-actions released this 27 Jun 16:24

v1.6.2 — Themes work offline

v1.6.1 pulled icons and wallpapers from GitHub/jsDelivr. Worked on a normal connection; on an air-gapped homelab you got black preview tiles and missing icons. I pulled that release — use v1.6.2 instead.

This build ships the full theme payload inside ui.tar.gz. No CDN, no extra download step after install.

What changed

  • Manifest v5 — wallpapers, gallery previews, and icon packs live under /static/themes/… on your own server
  • WebP wallpapers and preview thumbs (smaller than the old JPG set)
  • 8 icon art styles mapped across 35 themes — not the same pack with a hue rotate
  • theme-layouts/ — per-profile layout CSS (topbar, greeting, category tabs)
  • theme-picker.js split out of settings; gallery preview tracks what you actually save
  • Theme gallery black boxes fixed — previews load from local assets
  • Default and Luxury Gold untouched; still the offline-safe fallbacks

Upgrade

Native / Proxmox:

curl -sSL https://github.com/boubli/AMUD-Dashboard/releases/download/v1.6.2/update-amud.sh | bash

Docker:

docker compose pull && docker compose up -d --force-recreate

Hard-refresh after upgrade (Ctrl+Shift+R). If you were on a non-default theme during the v1.6.1 window, open Settings → Theme Gallery, re-select it, and save once — clears stale service-worker cache.

Assets

Release zip: amud-server, amud-agent, ui.tar.gz, SHA256SUMS, install scripts. Docker Hub tag v1.6.2 publishes from the same commit.