From 0f7a969b06e846679a4eed0c6465eb7638b9916f Mon Sep 17 00:00:00 2001 From: Ronni Skansing Date: Thu, 18 Sep 2025 10:35:49 +0200 Subject: [PATCH] added link to release information on update modal and page Signed-off-by: Ronni Skansing --- .../src/routes/settings/update/+page.svelte | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/frontend/src/routes/settings/update/+page.svelte b/frontend/src/routes/settings/update/+page.svelte index d476a91..2333be1 100644 --- a/frontend/src/routes/settings/update/+page.svelte +++ b/frontend/src/routes/settings/update/+page.svelte @@ -86,6 +86,15 @@ Update Available!

Version {newVersion} is now available

+

+ + View release notes → + +

{#if !isUpdateLocal}

This instance is was not setup using the systemd install and must be @@ -129,6 +138,15 @@

An update notification is visible when a update is ready.

+

+ + View previous release information + +

{/if}