v1.6.4.1
v1.6.4.1 — Default logo hotfix
Fixes a regression in v1.6.4 where the topbar showed raw template text ({{if app_logo}}) instead of the default AMUD logo when no custom logo is uploaded.
What changed
- Default logo restored — empty
app_logoremoves the conditional<img>block so CSS shows/static/AMUD-logo.png - Custom logos still work — uploaded logos render as
<img>on dashboard, login, and settings - Order-independent — logo substitution no longer depends on
{{app_name}}being replaced first
Upgrade
curl -sSL https://github.com/boubli/AMUD-Dashboard/releases/download/v1.6.4.1/update-amud.sh | bashDocker: docker compose pull && docker compose up -d --force-recreate
Hard-refresh once after upgrade (Ctrl+Shift+R).