[PR #21971] [MERGED] 0.8.6 #42001

Closed
opened 2026-04-25 14:03:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/21971
Author: @tjbck
Created: 2/28/2026
Status: Merged
Merged: 3/1/2026
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

190 files changed (+9386 additions, -2115 deletions)

View changed files

📝 .github/workflows/docker-build.yaml (+5 -0)
📝 CHANGELOG.md (+67 -0)
📝 CONTRIBUTOR_LICENSE_AGREEMENT (+3 -3)
📝 backend/open_webui/config.py (+48 -7)
📝 backend/open_webui/env.py (+13 -0)
📝 backend/open_webui/main.py (+20 -2)
📝 backend/open_webui/migrations/versions/8452d01d26d7_add_chat_message_table.py (+5 -0)
📝 backend/open_webui/models/access_grants.py (+37 -0)
📝 backend/open_webui/models/auths.py (+5 -2)
📝 backend/open_webui/models/groups.py (+20 -1)
📝 backend/open_webui/models/knowledge.py (+15 -0)
📝 backend/open_webui/models/oauth_sessions.py (+6 -0)
📝 backend/open_webui/retrieval/utils.py (+2 -0)
📝 backend/open_webui/routers/audio.py (+9 -3)
📝 backend/open_webui/routers/channels.py (+3 -1)
📝 backend/open_webui/routers/configs.py (+46 -0)
📝 backend/open_webui/routers/files.py (+1 -58)
📝 backend/open_webui/routers/knowledge.py (+38 -43)
📝 backend/open_webui/routers/models.py (+9 -20)
📝 backend/open_webui/routers/notes.py (+17 -32)

...and 80 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/21971 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/28/2026 **Status:** ✅ Merged **Merged:** 3/1/2026 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`32c68e0`](https://github.com/open-webui/open-webui/commit/32c68e000b22822bb313630c5e4056cae094cd16) i18n: improve zh-CN translation - [`ec4fe4f`](https://github.com/open-webui/open-webui/commit/ec4fe4f390077ab703ef15fabdce048d4b18f7b0) i18n: improve zh-TW translation - [`22f074c`](https://github.com/open-webui/open-webui/commit/22f074cf592ba70bce46ab58d28745587332972e) fix: dictation toggle shortcuts i18n - [`8962afd`](https://github.com/open-webui/open-webui/commit/8962afd5860717de11c79b5f354e7e25ff8be7b1) Merge pull request #21784 from ShirasawaSama/i18n/improve-chinese-translation - [`6ab452a`](https://github.com/open-webui/open-webui/commit/6ab452a452976cceed704647f9ad9aecb0f2331a) Merge pull request #21785 from EventHorizon-AI/fix/shortcuts-i18n - [`140ab27`](https://github.com/open-webui/open-webui/commit/140ab270af2fbe05a149cfbb676de22077f29557) fix: correct ENABLE_AUDIT_STDOUT stdout filter (#21777) - [`3761b3a`](https://github.com/open-webui/open-webui/commit/3761b3ac28ec99eaeebab4bccbf457f5d7882119) refac - [`febc66e`](https://github.com/open-webui/open-webui/commit/febc66ef2bb05606b59719e737ac5ad839002977) enh: sbom docker gh action - [`8f49725`](https://github.com/open-webui/open-webui/commit/8f49725aa5f2d9b87e559e7d3f02f037335b7914) refac - [`f4a1d99`](https://github.com/open-webui/open-webui/commit/f4a1d99f001bf9b3ebe7f5d1b37ec5aa0fc304a7) refac ### 📊 Changes **190 files changed** (+9386 additions, -2115 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-build.yaml` (+5 -0) 📝 `CHANGELOG.md` (+67 -0) 📝 `CONTRIBUTOR_LICENSE_AGREEMENT` (+3 -3) 📝 `backend/open_webui/config.py` (+48 -7) 📝 `backend/open_webui/env.py` (+13 -0) 📝 `backend/open_webui/main.py` (+20 -2) 📝 `backend/open_webui/migrations/versions/8452d01d26d7_add_chat_message_table.py` (+5 -0) 📝 `backend/open_webui/models/access_grants.py` (+37 -0) 📝 `backend/open_webui/models/auths.py` (+5 -2) 📝 `backend/open_webui/models/groups.py` (+20 -1) 📝 `backend/open_webui/models/knowledge.py` (+15 -0) 📝 `backend/open_webui/models/oauth_sessions.py` (+6 -0) 📝 `backend/open_webui/retrieval/utils.py` (+2 -0) 📝 `backend/open_webui/routers/audio.py` (+9 -3) 📝 `backend/open_webui/routers/channels.py` (+3 -1) 📝 `backend/open_webui/routers/configs.py` (+46 -0) 📝 `backend/open_webui/routers/files.py` (+1 -58) 📝 `backend/open_webui/routers/knowledge.py` (+38 -43) 📝 `backend/open_webui/routers/models.py` (+9 -20) 📝 `backend/open_webui/routers/notes.py` (+17 -32) _...and 80 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-25 14:03:28 -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#42001