Skip to content

v1.6.4.1

Choose a tag to compare

@github-actions github-actions released this 28 Jun 13:14

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_logo removes 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 | bash

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

Hard-refresh once after upgrade (Ctrl+Shift+R).