Skip to content

v1.19.3 — Discord update-result links + WebUI favicon

Latest

Choose a tag to compare

@amayer1983 amayer1983 released this 09 Jun 06:12

Patch release — two follow-ups from #2 after v1.19.2 shipped.

Changed

Discord update-result embeds now link the container name. Surfaced by @NotRetarded: v1.19.2 fixed Telegram's post-update link consistency, but Discord's "Update Successful" / "Update Failed" embeds were still emitting plain bold names while the pre-update "Updates Available" embed had been linking since v1.18.4. Now both render the same way — the name becomes `name` clickable markdown when a `source_url` is available (from `/setlink` override, OCI `image.source` label, or registry fallback).

Generic webhook payload also gains a `source_url` field on `update_result` events so downstream consumers (Home Assistant, n8n, Ntfy) can render the link without re-resolving.

Added

WebUI favicon — inline SVG embedded in the HTML head (#2 request from @NotRetarded). Shows a blue shield with a centred dot in browser tabs, bookmarks, and PWA installs. No file IO, no extra HTTP round-trip, theme-independent.

Cleanup

_run_single_update() (the "🔄 update one" inline button path) was the last result-line builder still emitting bare backticked names after v1.19.2 — picked up here too. All four post-update result paths now route through the same _display_name / source_url plumbing.

Upgrade

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