[PR #13758] [MERGED] 0.6.9 #23281

Closed
opened 2026-04-20 04:44:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/13758
Author: @tjbck
Created: 5/10/2025
Status: Merged
Merged: 5/10/2025
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (8)

📊 Changes

62 files changed (+293 additions, -55 deletions)

View changed files

📝 CHANGELOG.md (+13 -0)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/components/admin/Settings/Interface.svelte (+79 -5)
📝 src/lib/components/chat/Chat.svelte (+36 -21)
📝 src/lib/components/chat/Messages.svelte (+3 -2)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+2 -2)
📝 src/lib/components/chat/Messages/UserMessage.svelte (+85 -20)
📝 src/lib/components/common/ConfirmDialog.svelte (+19 -1)
📝 src/lib/i18n/locales/ar-BH/translation.json (+1 -0)
📝 src/lib/i18n/locales/ar/translation.json (+1 -0)
📝 src/lib/i18n/locales/bg-BG/translation.json (+1 -0)
📝 src/lib/i18n/locales/bn-BD/translation.json (+1 -0)
📝 src/lib/i18n/locales/bo-TB/translation.json (+1 -0)
📝 src/lib/i18n/locales/ca-ES/translation.json (+1 -0)
📝 src/lib/i18n/locales/ceb-PH/translation.json (+1 -0)
📝 src/lib/i18n/locales/cs-CZ/translation.json (+1 -0)
📝 src/lib/i18n/locales/da-DK/translation.json (+1 -0)
📝 src/lib/i18n/locales/de-DE/translation.json (+1 -0)
📝 src/lib/i18n/locales/dg-DG/translation.json (+1 -0)

...and 42 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/13758 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 5/10/2025 **Status:** ✅ Merged **Merged:** 5/10/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (8) - [`be85f7c`](https://github.com/open-webui/open-webui/commit/be85f7cc35707bf76bac28990748d465923e0861) fix: confirm dialog focus - [`ba69c75`](https://github.com/open-webui/open-webui/commit/ba69c751ca0ec489604bedfa4041fc71a49e304c) refac: temporary chat behaviour - [`30cc51e`](https://github.com/open-webui/open-webui/commit/30cc51ec828127c9b2b4b1cc954a22ac5e3dd90f) feat: edit message files - [`de69c08`](https://github.com/open-webui/open-webui/commit/de69c08a1d0556f6d98477c57c8d9df204d391d1) enh: alert private task model - [`867fddb`](https://github.com/open-webui/open-webui/commit/867fddb821b94ebf8cef20dfa1fc6864e0b609ab) chore: format - [`3ad5a7d`](https://github.com/open-webui/open-webui/commit/3ad5a7d97c02f08bd267e83415ad3bdc4d3b4fb8) chore: bump - [`92e2cfd`](https://github.com/open-webui/open-webui/commit/92e2cfdd2f44495a23858128a695684651a3f524) refac - [`c56d696`](https://github.com/open-webui/open-webui/commit/c56d6963b0e32a7d822d3088aafca64912eec168) doc: changelog ### 📊 Changes **62 files changed** (+293 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+13 -0) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/components/admin/Settings/Interface.svelte` (+79 -5) 📝 `src/lib/components/chat/Chat.svelte` (+36 -21) 📝 `src/lib/components/chat/Messages.svelte` (+3 -2) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+2 -2) 📝 `src/lib/components/chat/Messages/UserMessage.svelte` (+85 -20) 📝 `src/lib/components/common/ConfirmDialog.svelte` (+19 -1) 📝 `src/lib/i18n/locales/ar-BH/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/ar/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/bn-BD/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/bo-TB/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/ceb-PH/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/cs-CZ/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/da-DK/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/dg-DG/translation.json` (+1 -0) _...and 42 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 04:44:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#23281