[PR #7562] [MERGED] 0.4.8 #125740

Closed
opened 2026-05-21 06:21:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/7562
Author: @tjbck
Created: 12/2/2024
Status: Merged
Merged: 12/7/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

35 files changed (+590 additions, -494 deletions)

View changed files

📝 CHANGELOG.md (+15 -0)
📝 backend/open_webui/apps/ollama/main.py (+4 -3)
📝 backend/open_webui/apps/openai/main.py (+2 -1)
📝 backend/open_webui/apps/retrieval/main.py (+2 -2)
📝 backend/open_webui/config.py (+1 -1)
📝 backend/open_webui/env.py (+3 -0)
📝 backend/open_webui/main.py (+3 -2)
📝 package-lock.json (+6 -5)
📝 package.json (+1 -1)
📝 src/app.css (+5 -4)
📝 src/app.html (+6 -3)
📝 src/lib/components/admin/Settings/Models.svelte (+4 -4)
📝 src/lib/components/chat/MessageInput.svelte (+108 -107)
📝 src/lib/components/chat/MessageInput/Commands.svelte (+1 -1)
📝 src/lib/components/chat/MessageInput/Commands/Knowledge.svelte (+1 -1)
📝 src/lib/components/chat/MessageInput/Commands/Models.svelte (+1 -1)
📝 src/lib/components/chat/MessageInput/Commands/Prompts.svelte (+1 -1)
📝 src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte (+1 -1)
📝 src/lib/components/common/Banner.svelte (+3 -1)
📝 src/lib/components/common/RichTextInput.svelte (+16 -6)

...and 15 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/7562 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 12/2/2024 **Status:** ✅ Merged **Merged:** 12/7/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`7f4a83e`](https://github.com/open-webui/open-webui/commit/7f4a83ea0ec84faeee485431eaffc696e24699c5) i18n: fix zh-TW - [`aecb7ae`](https://github.com/open-webui/open-webui/commit/aecb7ae398f4435a17720b0e62fef1d966249433) Update translation.json - [`b903e3a`](https://github.com/open-webui/open-webui/commit/b903e3a896cfdac3d3d4034f02f0f217100981b2) Merge pull request #7507 from TiancongLx/dev - [`85d2b89`](https://github.com/open-webui/open-webui/commit/85d2b898c6493e2ea676a2597151f973709d5b2f) Merge pull request #7512 from panda44312/dev - [`1c078bd`](https://github.com/open-webui/open-webui/commit/1c078bdb55b67f6ad65591c8229eb4d4bda3bd44) fix: api query collection - [`0055f3d`](https://github.com/open-webui/open-webui/commit/0055f3dcb67f40df45ceac775d1cee065787a2c3) refac: rich text input - [`4609926`](https://github.com/open-webui/open-webui/commit/460992613fbf679add39bd3bfe504a58fa5478f7) refac: styling - [`59c3a18`](https://github.com/open-webui/open-webui/commit/59c3a1811869f11c2d3fc2f361b65c6e81d11236) enh: `BYPASS_MODEL_ACCESS_CONTROL` - [`7f77828`](https://github.com/open-webui/open-webui/commit/7f77828e3fe1b2c62af5de7563cd4b98e39984c4) refac: styling - [`39b7e54`](https://github.com/open-webui/open-webui/commit/39b7e544824583138f0a1ea3fb990d0f7880f2ad) feat: properly format favicons and make home screen icons look better ### 📊 Changes **35 files changed** (+590 additions, -494 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+15 -0) 📝 `backend/open_webui/apps/ollama/main.py` (+4 -3) 📝 `backend/open_webui/apps/openai/main.py` (+2 -1) 📝 `backend/open_webui/apps/retrieval/main.py` (+2 -2) 📝 `backend/open_webui/config.py` (+1 -1) 📝 `backend/open_webui/env.py` (+3 -0) 📝 `backend/open_webui/main.py` (+3 -2) 📝 `package-lock.json` (+6 -5) 📝 `package.json` (+1 -1) 📝 `src/app.css` (+5 -4) 📝 `src/app.html` (+6 -3) 📝 `src/lib/components/admin/Settings/Models.svelte` (+4 -4) 📝 `src/lib/components/chat/MessageInput.svelte` (+108 -107) 📝 `src/lib/components/chat/MessageInput/Commands.svelte` (+1 -1) 📝 `src/lib/components/chat/MessageInput/Commands/Knowledge.svelte` (+1 -1) 📝 `src/lib/components/chat/MessageInput/Commands/Models.svelte` (+1 -1) 📝 `src/lib/components/chat/MessageInput/Commands/Prompts.svelte` (+1 -1) 📝 `src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte` (+1 -1) 📝 `src/lib/components/common/Banner.svelte` (+3 -1) 📝 `src/lib/components/common/RichTextInput.svelte` (+16 -6) _...and 15 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-05-21 06:21:06 -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#125740