Skip to main content

Changelog

Every stable release is tagged on GitHub with binaries, checksums, and install scripts.

Download latest: GitHub Releases


v1.8.7 — Restore centered desktop margins

2026-07-15 · Release notes

Changed

  • Centered 1440px dashboard column with 2rem side padding restored
  • SW v43; category tab spacing tweak

Fixed

  • v1.8.6 edge-to-edge layout (no side margins)

Deprecated for layout

  • Skip v1.8.5 and v1.8.6 — use v1.8.7

v1.8.6 — Reliable full-width layout

2026-07-15 · Release notes

Changed

  • Full-width dashboard (max-width: 100%); desktop bento/telemetry gaps 1.25rem
  • SW v42 network-first for versioned layout CSS; auto-reload on version change

Fixed

  • Narrow squeezed layout from stale PWA CSS after v1.8.5
  • Mac/Windows layout drift from cache-first CSS

v1.8.5 — Cross-device layout, per-app metrics, Jellyfin defaults

2026-07-15 · Release notes

Added

  • Per-app integration metric visibility (toggle + checklist in Edit/Add App)

Changed

  • Desktop layout widened to 1920px; CSS cache busting + SW v41
  • Jellyfin/Plex/Emby app cards default to CPU/RAM only
  • Integration picker icons from full logo manifest

Fixed

  • Mac/Windows layout drift from stale CSS
  • Duplicate Jellyfin stats on stream + app cards
  • Missing integration icons in picker

v1.8.4 — Layout restore + grid-aware card drag

2026-07-15 · Release notes

Fixed

  • Desktop layout — bento grid 3-column layout restored; .dashboard-container max-width: 1440px + width: 100%
  • Drag-and-drop — grid-aware 2D insertion, preview marker, pointer-only (no live shuffle)
  • Drag artifacts — removed orange glow / rotate glitches
  • PWA cache v40

Bugs fixed from prior releases

  • v1.8.2 stray CSS brace broke Windows desktop layout
  • v1.8.2 drag forced cards into wrong grid slots
  • v1.8.2 drag orange line artifacts

Known issues

  • Taghawsa WebGL may fall back to CSS drift on some Windows GPUs

v1.8.3 — Windows desktop layout + Taghawsa WebGL fix

2026-07-14 · Release notes

Fixed

  • Desktop layout — broken CSS brace in .dashboard-container squeezed content on Windows; full-width layout restored (up to 1920px)
  • Taghawsa WebGL on Windows — preload Three.js, lower DPR, quality-tier retry, CSS drift fallback
  • Greeting shimmer — Chromium/Brave desktop rendering fix
  • PWA cache v39

v1.8.2 — Cross-device effects, responsive fixes, settings and audit overhaul

2026-07-14 · Release notes

Added

  • Adaptive Taghawsa WebGL — background effects on phones and Windows with quality tiers; CSS drift fallback when WebGL is off or reduced-motion is on
  • Performance settings tab — preset cards, live activity badge, polling/cache controls moved out of Privacy
  • Dashboard effect toggles — WebGL, greeting shimmer, and card reorder in Appearance
  • Boot version tracking — script/manual/in-app upgrades recorded in audit log and System → Last Updated
  • Audit log schema rebuild — legacy DBs with old user column migrate automatically

Changed

  • Mobile layout — card headers wrap, metrics grid 4→3→2 columns, overflow clipped on narrow screens
  • Card drag reorder — full app ID list saved, bigger handle, pointer drag on touch, filter hint banner
  • Settings cleanup — removed legacy Media streams block; Support sidebar icon fixed on dark themes
  • PWA service worker v38 — precaches WebGL and drag scripts

Fixed

  • Greeting shimmer on Windows — cross-browser gradient text with static fallback
  • Glass blur fallback — opaque cards when backdrop-filter is unsupported
  • Local CI scriptscripts/ci-check.sh / scripts/ci-check.ps1 mirror GitHub Actions

v1.8.1 — Jellyfin posters, instant status, Taghawsa theme

2026-07-13 · Release notes

Added

  • Jellyfin now-playing posters — the stream card shows the movie/episode poster, proxied through the server (API key never reaches the browser)
  • Playback controls — admins can pause / resume / stop the active Jellyfin session; controls appear only while something is streaming
  • Taghawsa theme — WebGL animated gradient with mouse ripple (38 themes total), with a static CSS fallback for mobile/reduced-motion
  • Instant status on reload — last known statuses and container CPU/RAM are embedded in the page HTML and hydrated from a local cache, so cards never flash empty

Changed

  • Media integrations moved to Add App — Jellyfin/Emby and Plex are now configured per app (Integration dropdown), like every other integration; legacy Settings → Integrations credentials migrate automatically on first start

Fixed

  • HTTP request failed: client error (SendRequest) on container start/stop — the agent now retries once on stale connections and reports actionable errors (connection refused, missing Docker socket, timeout)
  • Copying app card metrics no longer opens the app URL; metric text is selectable

v1.8.0 — Smart idle, lower RAM, multi-node

2026-07-10 · Release notes

Added

  • Idle/active runtime — background pollers pause when the GUI is closed
  • Performance presets — Light / Balanced / Active / Custom
  • Multi-node — node tags on apps and agents
  • Batch integrations API, expanded API token scopes, backup reminders, idle host alerts
  • Integration wizard test endpoint and Custom API templates
  • Paginated apps API for large homelabs

Improved

  • Agent RAM diet — idle skips unlinked containers, faster Docker polling
  • Dashboard — viewport focus on 50 visible cards
  • PWA offline status cache (v36)
  • Docs i18n scaffolding (en, de, fr, es)

v1.7.7 — Optimize, light mode, feeds toggle

2026-07-09 · Release notes

Added

  • feeds_enabled — disable RSS background work and Feeds page; sources remain in DB
  • Performance settings — integration cache limits, poll interval tuning, feeds toggle under Integrations

Improved

  • Agent — selective sysinfo, Docker/LXC caches, GPU backoff, configurable intervals, enable_proxmox gate
  • Server — idle poller gating, telemetry broadcast slimming, cache hot-reload on settings save
  • Light mode — per-theme palettes for all bundled themes; settings live preview fix
  • PWA cache v34

v1.7.6 — Codebase-wide memory optimization

2026-07-09 · Release notes

Improved

  • Agent — PVE/Docker hyper client pooling, mimalloc, Arc LXC cache, telemetry buffer reuse
  • Server — Tokio 2 workers (AMUD_TOKIO_WORKERS), telemetry JSON buffer reuse, bounded webhook cooldowns, shared HTTP clients for on-demand paths
  • Settings — Branding tab (logo + wallpaper); Appearance layout fix; logo placeholder fix
  • PWA cache v33

Dev

  • Pre-push hook runs scripts/ci-check (mirrors CI fmt/clippy/test)

v1.7.5 — Dashboard polish + idle server memory

2026-07-09 · Release notes

Added

  • °C / °F weather unit (Appearance)
  • Web search — Google, Bing, DuckDuckGo, YouTube, GitHub
  • Pre-commit hookscripts/setup-githooks.sh for cargo fmt

Improved

  • App cards — RAM in MB/GB on containers
  • Settings — Weather → Appearance; Proxmox → Integrations
  • Server — idle telemetry skip, shared HTTP clients, mimalloc
  • PWA cache v32

v1.7.4 — Integration picker + Ollama / Open WebUI

2026-07-04 · Release notes

Added

  • Ollama and Open WebUI integrations (AI & LLM group)
  • Custom integration picker — logos, grouped headers, search; replaces native select

Fixed

  • Integration dropdown — white optgroup bars on Windows dark theme

Improved

  • Manifest icon field; PWA cache v31

v1.7.3 — Integration dropdown + Unraid follow-up

2026-07-01 · Release notes

Fixed

  • Integration dropdown — CSP nonce on manifest loader; Add/Edit App shows full catalog again
  • Unraid Docker — image runs as UID 99 (no runtime su-exec); fixes setgroups loop (#16)
  • Agent--user 0 in Unraid template and Compose for Docker socket

Improved

  • PWA cache v30; troubleshooting docs for empty Integration list

v1.7.2 — Unraid Docker first-boot fix

2026-06-25 · Release notes

Fixed

  • Unraid Community Apps — dashboard runs as PUID 99 by default; fixes .amud-secrets-key permission denied (#16)
  • Docker agent IPCAMUD_SOCKET_MODE=666 in compose/Unraid templates

Improved


v1.7.1 — Mobile/PWA hotfix

2026-06-25 · Release notes

Fixed

  • Settings hamburger — outside-click scoped to nav wrapper so menu stays open on tap
  • Desktop guest cards — horizontal icon+name | ONLINE layout restored; mobile keeps 2-col vertical tiles

Improved

  • Admin cards (mobile) — compact metrics grid, no description line, touch-friendly edit button
  • Service workersw.js v29

v1.7.0 — Integration catalog parity

2026-06-25 · Release notes

Added

  • Catalog parity — 130+ integration types in manifest with correct poll TTL
  • Homepage import — 20+ new widget aliases (diskstation, cloudflared, firefly, …)
  • Watchtower, Ombi, FileBrowser — new app card integrations
  • Manifest-driven Add App UI — integration dropdown from /api/integrations/manifest

Improved

  • Service workersw.js v28

v1.6.5 — Mobile PWA follow-ups

2026-06-25 · Release notes

Improved

  • Weather card — responsive temperature sizing on narrow hero widgets
  • Guest grid — 2-column compact cards on mobile (icon, name, status)
  • Admin cards — single-row header on mobile
  • Settings — hamburger overflow menu on phones/tablets
  • Service workersw.js v27

v1.6.4.1 — Default logo hotfix

2026-06-28 · Release notes

Fixed

  • Default logo — topbar no longer shows {{if app_logo}} when no custom logo is set; AMUD PNG shows via CSS again
  • Custom logos — uploaded logos still render as <img> on all pages

v1.6.4 — Branding logo fix, PWA mobile polish

2026-06-28 · Release notes

Fixed

  • Custom logo for guests / login — public read for /uploads/ branding images; <img> logo on dashboard, login, settings
  • Mobile overflow menu — fixed panel below topbar; outside-click close

Improved

  • PWA mobile UI — centered topbar, hero layout, weather card, telemetry grid, expandable search
  • Custom logo → favicon / PWA — Settings Dashboard Logo drives manifest and icons everywhere
  • Service workersw.js v26

v1.6.3 — ARM64, Pages, PWA

2026-06-25 · Release notes

Added

  • ARM64 release binariesamud-server-arm64 and amud-agent-arm64 on GitHub Releases.
  • Multi-arch Dockerlinux/amd64 and linux/arm64 images.
  • GitHub Pages deploy restored — rotating homepage hero + GIF demos.
  • PWA install UX — manifest shortcuts, install banner, offline shell (sw.js v23).

Improved

  • Mobile topbar overflow menu and touch targets.
  • Architecture-aware update-amud.sh and in-app updater.

v1.6.2 — Local bundled themes

2026-06-27 · Release notes

Added

  • Manifest v5 — icons, wallpapers, and gallery previews bundled in ui.tar.gz (WebP + SVG), fully offline.
  • Per-profile icon libraries and theme-layouts/ for distinct UI per theme.
  • theme-picker.js — settings gallery uses local preview images.

Fixed

  • Theme gallery black boxes when CDN unavailable.
  • v1.6.1 withdrawn (broken CDN assets).

v1.6.1 — Withdrawn

2026-06-27 — This release was withdrawn (GitHub release and tag removed). Theme gallery previews and CDN assets did not work reliably offline. Use v1.6.0 until v1.6.2 ships with bundled local theme assets.


v1.6.0 — Universal dashboard parity

2026-06-25 · Release notes

Added

  • Integration cache + poll coordinator
  • Homepage YAML and Homarr JSON importers
  • Homepage Docker label discovery
  • Custom API, LDAP, OIDC admin groups, per-user boards
  • Plex/Jellyfin per-app cards, *arr calendar widget, release trackers
  • 40+ long-tail integrations and server-driven integration manifest
  • Multi-node agent node_tag support
  • Comparison and migration documentation

Improved

  • Generic tier-2 integration card template
  • Promoted health-only integrations to full cards

v1.5.6.4 — Theme fix & 13 integrations

2026-06-25 · Release notes

Added

  • Lidarr, Readarr, Whisparr, SABnzbd, NZBGet, Transmission, Jackett, Tautulli, Audiobookshelf, Immich, Tdarr, Maintainerr, Frigate integrations
  • Wallpaper overlay strength slider in Glass & Layout Parameters

Fixed

  • All bundled themes respect glass/blur/radius/overlay sliders
  • Integration cards always show 8 cells; card hover removed
  • Guest dashboard compact grid row spacing (no large gaps between cards)

2026-06-26 · Release notes

Added

  • Visual Theme Gallery in Settings → Appearance (click to preview CSS + wallpaper)
  • 37 bundled themes including 18 new packs; offline wallpapers and preview thumbnails
  • active_theme_id setting

Fixed

  • Guest compact app cards
  • RSS add-feed modal and category table layout
  • CI clippy + docs build job

Improved

  • GitHub Pages theme gallery category filters; wallpaper fetch script

v1.5.6.2 — Filled integration cards

2026-06-26 · Release notes

Fixed

  • Integration cards fill tall 1x2 layout with a unified 6-cell metrics grid (no empty middle)
  • Expanded API stats per integration (queue, missing, library size, speeds, indexers, etc.)
  • Integration data refreshes every 30 seconds on visible cards

v1.5.6.1 — Tall integration cards, RSS table, restore fix (withdrawn)

2026-06-25 — Pulled from Docker Hub; use v1.5.6.2 instead.

v1.5.6.0 — Fix blank app card bodies (#15)

2026-06-25 · Release notes · Compare v1.5.5.9…v1.5.6.0

Fixed

  • Dual metrics row — integration stats and CPU/RAM no longer stack as two rows; they share one slot (integration default, hover for container metrics)
  • App card bodies empty while ONLINE still showed — common on Unraid/Docker after the v1.5.5.9 bento grid change (#15)
  • Integration cards show a loading placeholder before Alpine fetch completes
  • Drag reorder targets the app grid only (not dashboard widgets)

Docs

  • Dashboard Widgets guide simplified; troubleshooting entry for empty card bodies

v1.5.5.9 — Uniform bento grid layout

2026-06-25 · Release notes · Compare v1.5.5.8…v1.5.5.9

Fixed

  • Mixed card sizes (1x1, 2x1, 1x2) pack cleanly without vertical holes under shorter cards
  • Settings Appearance preview reflects bento row layout

v1.5.5.8 — Test host visibility HTTP 415

2026-06-25 · Release notes · Compare v1.5.5.7…v1.5.5.8

Fixed

  • Test host visibility in Settings sends correct form encoding (fixes HTTP 415)

v1.5.5.7 — Unraid host telemetry + per-mount disk tiles

2026-06-25 · Release notes · Compare v1.5.5.6…v1.5.5.7

Thanks to @Inch-high for #12.

Added

  • Unraid agent template: host network + optional array/cache bind-mounts
  • Per-mount disk tiles when multiple paths are configured
  • Test host visibility in Settings (admin diagnostics)
  • telemetry_scope and auto-detect hints on dashboard

Fixed

  • Bandwidth/disk mapping on Docker/Unraid when agent could not see host NICs or mounts
  • Bond/eth0 WAN heuristic and mapping fallbacks

v1.5.5.6 — Dashboard click UX + telemetry normalization

2026-06-25 · Release notes · Compare v1.5.5.5…v1.5.5.6

Fixed

  • Full-card click opens apps while preserving in-card interactive controls
  • Integration metrics are visible by default without hover
  • Telemetry interface/disk mapping lists are normalized and deduplicated
  • Settings help text explains canonicalization behavior

v1.5.5.3 — Fix integration hover + admin redirect

2026-06-24 · Release notes · Compare v1.5.5.2…v1.5.5.3

Fixed

  • Integration stats swap inside a fixed metrics slot (replaces broken v1.5.5.2 drawer)
  • /admin/settings redirects to login for non-admins

Upgrade: Proxmox — curl -sSL …/update-amud.sh | bash · Docker — docker compose pull && docker compose up -d — verify Settings → System shows v1.5.5.3.


v1.5.5.2 — superseded (do not use)

Broken integration hover drawer overlapped cards below. Use v1.5.5.3 instead.


v1.5.5.1 — qBittorrent, Bazarr, hover integration stats

2026-06-24 · Release notes · Compare v1.5.5.0…v1.5.5.1

Added

  • qBittorrent and Bazarr app card integrations

Improved

  • Integration stats on card hover (compact cards)
  • Telemetry mapping discovery docs + Settings link

Upgrade: curl -sSL …/update-amud.sh | bash — verify Settings → System shows v1.5.5.1.


v1.5.5.0 — Integrations, telemetry mapping, Unraid polish

2026-06-23 · Release notes · Compare v1.5.4.3…v1.5.5.0

Added

  • Prowlarr, Uptime Kuma, Cloudflare Tunnel, Peanut (UPS) app card integrations
  • Per-app CPU/RAM toggle; host telemetry mapping (network interfaces + disk mounts)
  • Guest ONLINE/OFFLINE status; login page branding

Improved

  • AdGuard Home credential UX and stats parsing; Unraid permission/password docs

Upgrade: curl -sSL …/update-amud.sh | bash — verify Settings → System shows v1.5.5.0.


v1.5.4.2 — Fix live telemetry after feeds refactor

2026-06-23 · Release notes · Compare v1.5.4.1…v1.5.4.2

Fix

  • Telemetry + badgesupdateClock() JS crash blocked WebSocket; GPU/CPU/RAM and status badges stuck at 0% / CHECKING

Upgrade: curl -sSL …/update-amud.sh | bash then hard-refresh (Ctrl+Shift+R).


v1.5.4.1 — Audit log migration fix

2026-06-23 · Release notes · Compare v1.5.4.0…v1.5.4.1

Fix

  • Audit log — upgraded databases missing username column are migrated automatically on server start

Upgrade: curl -sSL …/update-amud.sh | bash — verify Settings → System shows v1.5.4.1.


v1.5.4.0 — Feeds hero, category colors, RSS reorder

2026-06-23 · Release notes · Compare v1.5.3.0…v1.5.4.0

Feeds

  • Hero headline — featured story at the top of /feeds
  • Category tab colors — accent per feed category for guests and admins
  • Drag reorder — Settings → RSS Feeds table; order matches /feeds

Upgrade: curl -sSL …/update-amud.sh | bash — verify Settings → System shows v1.5.4.0.


v1.5.3.0 — RSS management, audit expansion, homelab polish

2026-06-23 · Release notes · Compare v1.5.2.1…v1.5.3.0

RSS

  • Settings tab — full CRUD for RSS/Atom feeds
  • /feeds page — RSS-only dashboard view; nav link visible to guests

Security & audit

  • Webhook LAN toggle — optional private-IP delivery for ntfy/Gotify on homelab LAN
  • Audit expansion — wake, reorder, and category actions logged
  • Audit filter — search and action dropdown in Settings

Backup

  • Validate before restore — preview counts; confirm dialog before overwrite
  • Last export timestamp on Backup tab

Fixes

  • Home Assistant polling respects self-signed TLS setting

Upgrade: curl -sSL …/update-amud.sh | bash — verify Settings → System shows v1.5.3.0.


v1.5.2.1 — Overseerr integration and Docker optimizations

2026-06-23 · Release notes · Compare v1.5.2.0…v1.5.2.1

New Integrations

  • Overseerr & Jellyseerr — Added native API endpoints to monitor pending media requests directly on your dashboard widgets.

Improvements

  • Multi-Language READMEs — Added documentation translations for Arabic, Hindi, Spanish, French, German, Italian, Portuguese, Russian, Chinese, Japanese, and Korean.
  • Docker Optimizations — Overhauled .dockerignore to block non-essential documentation and script files from entering the Docker build context, resulting in faster builds and smaller images.

v1.5.2.0 — RSS feed integration and guest telemetry

2026-06-23 · Release notes · Compare v1.5.1.0…v1.5.2.0

RSS Feeds

  • Native Integration — Stream the top 3 headlines from any valid RSS or Atom feed directly on app cards.
  • Guest Access — RSS integration data is explicitly permitted for unauthenticated guest users, unlike admin-only integrations.
  • Under the hood — Rust feed-rs implementation for fast, reliable parsing.

Upgrade: curl -sSL …/update-amud.sh | bash — verify Settings → System shows v1.5.2.0.


v1.5.1.0 — Appearance cleanup, offline themes, updater fix

2026-06-21 · Release notes · Compare v1.5.0.0…v1.5.1.0

Themes

  • Bundled theme dropdown in Settings — 18 CSS files ship with the UI, no internet needed.
  • Six new advanced themes (Terminal Phosphor, Vaporwave Grid, Blueprint Tech, Luxury Gold, Holographic Prism, Brutalist Mono).
  • Gallery adds Download CSS; each theme is its own definition file in the docs repo.

Appearance

  • Removed overlay tint presets; quick accent + light/dark, glass/layout sliders, Custom CSS + gallery link.
  • Live preview stays inside the mini scene; Custom CSS applies live.

Audit & updates

  • Audit log schema ensured on boot; API returns 503 if unreadable; settings save writes audit rows.
  • In-app updater checksum lookup fixed for Proxmox (SHA256SUMS matched by basename).

Upgrade: curl -sSL …/update-amud.sh | bash — verify Settings → System shows v1.5.1.0.


v1.5.0.0 — Visual upgrade, drag-and-drop, light mode

2026-06-20 · Release notes · Compare v1.4.2.2…v1.5.0.0

Visual upgrade

  • Staggered card animations, hover micro-interactions, floating orbs, pulsing status badges, greeting shimmer.
  • Admin drag-and-drop card reorder (handle-only, CSRF + SQLite sort_order).
  • Bento spans per app (1x1, 2x1, 1x2); collapse on mobile.
  • Light mode with full token overrides on dashboard and settings.
  • Video wallpaper (.mp4/.webm/.ogg).
  • Live settings preview — accent, glass, wallpaper, overlay, grid columns, accent glow.

Docs & marketing

  • Blog (24 posts), FAQ, llms.txt, theme gallery on GitHub Pages, JSON-LD SEO.
  • Card-grid blog UI with topic cover art; unified AMUD Dashboard branding.

Backend & polish

  • sanitize_theme_mode, sanitize_card_span, reorder integration tests.
  • Drag: filter guard, error toasts, rollback, touch support; admin-only script load.
  • Light mode body/orb fixes; Sonar and CI rustfmt clean.

Upgrade: curl -sSL …/update-amud.sh | bash — verify Settings → System shows v1.5.0.0.


v1.4.2.2 — Dashboard telemetry only (no System page)

2026-06-20 · Release notes · Compare v1.4.1.0…v1.4.2.2

Removed

  • /telemetry page and System topbar button (dashboard telemetry row stays on the home page).

Host apps

  • Host-based services like Beszel/Filebrowser now get fallback telemetry even when not running as LXC.
  • Proxmox app status is driven by host agent connectivity to avoid false OFFLINE badge states.

Telemetry UI

  • Dashboard top telemetry row shows CPU, RAM, GPU (when available), Disk, and Bandwidth.

Dashboard UX

  • Guest (not logged in) app cards are compacted to avoid oversized rows.

v1.4.1.0 — Proxmox card, host telemetry, and privacy settings

2026-06-20 · Release notes · Compare v1.4.0.0…v1.4.1.0

Proxmox

  • Jellyfin-style Proxmox stream card; status from host agent (no false OFFLINE on self-signed PVE UI).
  • Card shown under its app category, not hidden by Media filter.

Telemetry

  • Per-app CPU/RAM restored on dashboard cards.
  • Host card: CPU model, cores, temp, CPU/Memory sparklines.
  • GPU card when nvidia-smi is on the Proxmox host agent.

Settings

  • Logo field no longer shows {{app_logo}} when empty.
  • Privacy & Access tab for guest telemetry and TLS (moved from Support / Donation).

Upgrade: curl -sSL …/update-amud.sh | bash — then systemctl restart amud-agent on the PVE host for GPU.


v1.4.0.0 — Security, audit log, and UI overhaul

2026-06-20 · Release notes · Compare v1.3.7.3…v1.4.0.0

Big one. Mostly about making AMUD safer to run in production, easier to trust, and nicer to look at every day.

Audit log

  • Admin actions recorded in SQLite (logins, settings, backups, user management).
  • New Audit tab in Settings.
  • audit_log table auto-created on upgraded Proxmox databases.

Security

  • Webhook URL masking and SSRF filtering (no localhost/metadata targets).
  • Health checks block loopback while allowing homelab RFC1918 ranges.
  • Branding fields HTML-escaped in dashboard templates.
  • Settings UI uses DOM APIs instead of innerHTML for dynamic rows.
  • Documented .env.example for proxy trust, secure cookies, and secrets key.

Database

  • SQLite WAL mode + foreign keys enforced.

UI

  • Proxmox-style status chips and badge styling.
  • Accessibility pass (buttons, labels, contrast).
  • globalThis in service worker and login page.

Tooling

  • SonarCloud quality gate green (Security / Reliability / Maintainability A).
  • GitHub Actions pinned to commit SHAs.
  • Install scripts cleaned up ([[ bash, shared constants).

Upgrade: ./update-amud.sh — no database wipe required.


v1.3.7.x — Auto-update and Proxmox polish

2026-06-20

VersionHighlights
v1.3.7.3Settings sidebar scroll fix on smaller screens
v1.3.7.2Auto-updater fix; GitHub Actions runner pinned to ubuntu-22.04 (GLIBC mismatch on older LXCs)
v1.3.7.1Auto-update system and in-app version notifications
v1.3.7Wake-on-LAN decoupled from apps; Proxmox host/container UDS permission fixes

v1.3.6 — 2026-06-18

Stability and deployment improvements. See release tag.


v1.3.1.5 — 2026-06-14

Maintenance release. Docs and install script refinements.


v1.3.0.0 — 2026-06-10

Feature release: expanded integrations, settings UX, and homelab workflow improvements.


v1.2.0.0 — 2026-06-09

Architecture and telemetry pipeline updates.


v1.1.0.0 — 2026-06-06

Fully static architecture and security hardening

  • Musl-static binaries and scratch-based Docker image.
  • Argon2id password hashing (legacy SHA-256 migrated on login).
  • Encrypted app keys at rest; authenticated integration handlers.

v1.0.0 — 2026-06-03

First public release. Rust server + agent, SQLite config, Proxmox/Docker telemetry, zero-YAML UI.


How to stay updated

  1. Watch Releases on GitHub.
  2. Enable update notifications in Settings → System (v1.3.7.1+).
  3. Run ./update-amud.sh on Proxmox LXCs or pull the latest Docker image.

For planned work, see the Roadmap.