diff --git a/bun.lockb b/bun.lockb index 7768741d..e0a038da 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/lib/components/chat/Settings/Interface.svelte b/src/lib/components/chat/Settings/Interface.svelte index f2dfac5c..c4c3c063 100644 --- a/src/lib/components/chat/Settings/Interface.svelte +++ b/src/lib/components/chat/Settings/Interface.svelte @@ -1,7 +1,7 @@ + + +
+
+
{WEBUI_NAME}
+ + +
+
+ +
Release Notes
+
+ +
+ {$config && $config.version ? $config.version : WEB_UI_VERSION} +
+
+
+
+ {#if RELEASE_NOTES.length === 0} +
There are no notes given.
+ +
+ Check + + Open WebUI on GitHub for more information. +
+ {:else} + {#each RELEASE_NOTES as { title, description }} +
+
{title}
+
{description}
+
+ {/each} + {/if} +
+
+ +
+
+ + + diff --git a/src/lib/components/common/Modal.svelte b/src/lib/components/common/Modal.svelte index 52c6a6ee..7a4a9478 100644 --- a/src/lib/components/common/Modal.svelte +++ b/src/lib/components/common/Modal.svelte @@ -1,6 +1,6 @@
+ {#if $showWhatsChanged && !['pending'].includes($user.role) && $settings.enableWhatsChanged} + + {/if} 0} {initNewChat} {tags} {addTag} {deleteTag} />