diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 82783fdf33..bfbee10a1b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -29,9 +29,11 @@ assignees: '' - [ ] I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below. ## Expected Behavior: + [Describe what you expected to happen.] ## Actual Behavior: + [Describe what actually happened.] ## Description diff --git a/docs/SECURITY.md b/docs/SECURITY.md index 6c1b881b59..1cf539b3e7 100644 --- a/docs/SECURITY.md +++ b/docs/SECURITY.md @@ -32,4 +32,5 @@ We regularly audit our internal processes and system architecture for vulnerabil For immediate concerns or detailed reports that meet our guidelines, please create an issue in our [issue tracker](/open-webui/open-webui/issues) or contact us on [Discord](https://discord.gg/5rJgQTnV4s). --- -_Last updated on **2024-08-06**._ \ No newline at end of file + +_Last updated on **2024-08-06**._ diff --git a/package-lock.json b/package-lock.json index f3e8d2e38d..f903771f6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "open-webui", - "version": "0.3.11", + "version": "0.3.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "open-webui", - "version": "0.3.11", + "version": "0.3.12", "dependencies": { "@codemirror/lang-javascript": "^6.2.2", "@codemirror/lang-python": "^6.1.6", diff --git a/package.json b/package.json index 6687cef755..bbe3ac397c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "open-webui", - "version": "0.3.11", + "version": "0.3.12", "private": true, "scripts": { "dev": "npm run pyodide:fetch && vite dev --host", diff --git a/src/lib/components/chat/Messages/MarkdownTokens.svelte b/src/lib/components/chat/Messages/MarkdownTokens.svelte index 843d03a6f8..33b8984854 100644 --- a/src/lib/components/chat/Messages/MarkdownTokens.svelte +++ b/src/lib/components/chat/Messages/MarkdownTokens.svelte @@ -125,91 +125,6 @@ code={revertSanitizedResponseContent(token?.text ?? '')} /> {/if} - - {:else} {@html marked.parse(token.raw, { ...defaults,