[PR #16810] [MERGED] 0.6.24 #47294

Closed
opened 2026-04-29 22:28:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/16810
Author: @tjbck
Created: 8/22/2025
Status: Merged
Merged: 8/22/2025
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

  • 0952772 highContrastMode implemented in chat messages
  • 486f953 Update translation.json (pt-BR)
  • e013df1 Update catalan translation.json
  • 28157b4 Merge pull request #16802 from joaoback/patch-1
  • 1decefb Merge pull request #16808 from aleixdorca/dev
  • c159a1a Merge pull request #16783 from itk-dev/feature/high-contrast-chat-messages
  • 88a5b5f fix: image gen
  • 279e3e9 fix: redis session issue
  • 278a4ed fix: tool server not loading
  • 62a5db7 chore: bump

📊 Changes

13 files changed (+245 additions, -200 deletions)

View changed files

📝 CHANGELOG.md (+13 -0)
📝 backend/open_webui/routers/images.py (+5 -2)
📝 backend/open_webui/socket/main.py (+4 -2)
📝 backend/open_webui/utils/middleware.py (+6 -3)
📝 backend/open_webui/utils/tools.py (+3 -3)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/components/chat/Artifacts.svelte (+4 -1)
📝 src/lib/components/chat/ChatControls.svelte (+4 -1)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+14 -11)
📝 src/lib/components/chat/Messages/UserMessage.svelte (+21 -6)
📝 src/lib/i18n/locales/ca-ES/translation.json (+85 -85)
📝 src/lib/i18n/locales/pt-BR/translation.json (+83 -83)

📄 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/16810 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 8/22/2025 **Status:** ✅ Merged **Merged:** 8/22/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`0952772`](https://github.com/open-webui/open-webui/commit/09527727056531dff56cca1407124b57470330ea) highContrastMode implemented in chat messages - [`486f953`](https://github.com/open-webui/open-webui/commit/486f953ba29048a36ef816f758fb312d29292f07) Update translation.json (pt-BR) - [`e013df1`](https://github.com/open-webui/open-webui/commit/e013df19f9d774f76ccd885c72a4c345f2e50d34) Update catalan translation.json - [`28157b4`](https://github.com/open-webui/open-webui/commit/28157b4f8c9840e7aa90fc2d5d153c74e2517e74) Merge pull request #16802 from joaoback/patch-1 - [`1decefb`](https://github.com/open-webui/open-webui/commit/1decefbe590afdf432d9ebe7a01807999e85938f) Merge pull request #16808 from aleixdorca/dev - [`c159a1a`](https://github.com/open-webui/open-webui/commit/c159a1a12047f3f52741f58b133f4583d402df41) Merge pull request #16783 from itk-dev/feature/high-contrast-chat-messages - [`88a5b5f`](https://github.com/open-webui/open-webui/commit/88a5b5ff4c40a339aecb796846cfc5223407ce61) fix: image gen - [`279e3e9`](https://github.com/open-webui/open-webui/commit/279e3e970f500d809ecbdec112cf0c336233c9e9) fix: redis session issue - [`278a4ed`](https://github.com/open-webui/open-webui/commit/278a4edd0b5a07eeff5ce28e5fd6e3e971a529d8) fix: tool server not loading - [`62a5db7`](https://github.com/open-webui/open-webui/commit/62a5db7719cfd2891e3cb5d4997b60c2e0f3c0eb) chore: bump ### 📊 Changes **13 files changed** (+245 additions, -200 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+13 -0) 📝 `backend/open_webui/routers/images.py` (+5 -2) 📝 `backend/open_webui/socket/main.py` (+4 -2) 📝 `backend/open_webui/utils/middleware.py` (+6 -3) 📝 `backend/open_webui/utils/tools.py` (+3 -3) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/components/chat/Artifacts.svelte` (+4 -1) 📝 `src/lib/components/chat/ChatControls.svelte` (+4 -1) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+14 -11) 📝 `src/lib/components/chat/Messages/UserMessage.svelte` (+21 -6) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+85 -85) 📝 `src/lib/i18n/locales/pt-BR/translation.json` (+83 -83) </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-29 22:28:46 -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#47294