Patch release — cleanup item from #2 feedback.
Changed
Container names in post-update result messages now render as clickable links, matching the pre-update "Updates Available" notification.
Surfaced by @NotRetarded — the "🔄 Updates Available" message has rendered `name` markdown links since v1.18.4, but the "⚡ Auto-update complete" and "Update Result" follow-ups still emitted plain backticked names. Same container, two different renderings in adjacent messages. Inconsistency, not a bug, but worth fixing as polish.
Implementation: new `_display_name(u)` helper centralises the choice (link when `source_url` is set, code otherwise). All six result-line builders in `handle_autoupdates()` and `run_updates()` route through it. Both callsites pre-enrich the update list via the existing `_enrich_with_source_url()` helper so the URL is populated before any line is built. Same OCI label / manual override / registry fallback chain as before — one source of truth.
No new features
Pull is a no-op for users without containers carrying `org.opencontainers.image.source` labels (or manual `/setlink` overrides) — they'd see the same backtick name as before.
Upgrade
docker pull amayer1983/docksentry:latest
docker compose up -d