Skip to content

v1.15.1 — SVG icons for Group/Alert badges

Choose a tag to compare

@amayer1983 amayer1983 released this 06 May 14:59
· 58 commits to main since this release

Changed

  • Group + Major-Confirm icons → SVG in the Web UI. The 📦 (package) and (alert) glyphs on the Status table badges, the Major-Update banner, the per-container Detail Group row, and the Settings → Groups card headers are now inline SVG icons that respect color and look identical on every operating system.

    Emojis render slightly differently across Apple / Windows / Android — and on systems where the font is missing the glyph, you sometimes see an OBJ box instead. SVG icons use currentColor and avoid that whole class of issue.

    Reported by @hypnosis4u2nv in #2.

  • Notification text (Telegram messages, Discord embeds, generic webhook payloads) still uses emoji. Those clients render emoji consistently via their own graphics, and plain-text webhook channels can't embed SVG anyway.

Upgrade

docker pull amayer1983/docksentry:latest
docker compose up -d

No configuration changes required.