[PR #4795] [MERGED] 0.3.15 #8363

Closed
opened 2025-11-11 17:51:57 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/4795
Author: @tjbck
Created: 8/21/2024
Status: Merged
Merged: 8/21/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

54 files changed (+148 additions, -29 deletions)

View changed files

📝 CHANGELOG.md (+13 -0)
📝 backend/apps/images/main.py (+2 -1)
📝 backend/apps/images/utils/comfyui.py (+3 -1)
📝 backend/apps/webui/main.py (+7 -2)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/components/admin/Settings/Images.svelte (+26 -15)
📝 src/lib/components/chat/Chat.svelte (+4 -2)
📝 src/lib/components/chat/Messages.svelte (+9 -0)
📝 src/lib/components/chat/Messages/MultiResponseMessages.svelte (+16 -3)
📝 src/lib/components/chat/ModelSelector/Selector.svelte (+8 -0)
📝 src/lib/components/common/ImagePreview.svelte (+9 -1)
📝 src/lib/i18n/locales/ar-BH/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/ca-ES/translation.json (+1 -0)
📝 src/lib/i18n/locales/ceb-PH/translation.json (+1 -0)
📝 src/lib/i18n/locales/de-DE/translation.json (+1 -0)
📝 src/lib/i18n/locales/dg-DG/translation.json (+1 -0)
📝 src/lib/i18n/locales/en-GB/translation.json (+1 -0)

...and 34 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/4795 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 8/21/2024 **Status:** ✅ Merged **Merged:** 8/21/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`dc4c6b3`](https://github.com/open-webui/open-webui/commit/dc4c6b3b14b718fd5f8bcc36033fb33ff479d398) enh: temporary-chat url search param - [`94eb910`](https://github.com/open-webui/open-webui/commit/94eb91063cb1a5410ebbbdaaf42f248a68de7bd9) fix - [`180f2b9`](https://github.com/open-webui/open-webui/commit/180f2b9a83c8831ce4251eb8a87a5c5d41d5bdc6) fix: functions - [`4a21c5c`](https://github.com/open-webui/open-webui/commit/4a21c5c5e7cb287a9b93ea2dfff21308048b0b3c) refac - [`f3f6941`](https://github.com/open-webui/open-webui/commit/f3f6941205989033c3c5e5e681bc60d46dccf788) fix: many model chat actions not working - [`95cf90d`](https://github.com/open-webui/open-webui/commit/95cf90d7878782b68335d3f435e1543ffbd96c1d) enh: comfyui seed node support - [`3f0b7b2`](https://github.com/open-webui/open-webui/commit/3f0b7b29dbc8e9bc715e802ff95ad804267577f5) fix - [`f3e8dd1`](https://github.com/open-webui/open-webui/commit/f3e8dd1f2e88c58864563f79dc60d30b2f264acf) enh: comfyui logs - [`3447f23`](https://github.com/open-webui/open-webui/commit/3447f233fa0a581e18d209e33359d00419a5e33d) fix - [`36e895c`](https://github.com/open-webui/open-webui/commit/36e895c135fad0880b3505c0123cf3d25b4d01e2) fix ### 📊 Changes **54 files changed** (+148 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+13 -0) 📝 `backend/apps/images/main.py` (+2 -1) 📝 `backend/apps/images/utils/comfyui.py` (+3 -1) 📝 `backend/apps/webui/main.py` (+7 -2) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/components/admin/Settings/Images.svelte` (+26 -15) 📝 `src/lib/components/chat/Chat.svelte` (+4 -2) 📝 `src/lib/components/chat/Messages.svelte` (+9 -0) 📝 `src/lib/components/chat/Messages/MultiResponseMessages.svelte` (+16 -3) 📝 `src/lib/components/chat/ModelSelector/Selector.svelte` (+8 -0) 📝 `src/lib/components/common/ImagePreview.svelte` (+9 -1) 📝 `src/lib/i18n/locales/ar-BH/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/ca-ES/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/ceb-PH/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/dg-DG/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/en-GB/translation.json` (+1 -0) _...and 34 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 2025-11-11 17:51:57 -06: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#8363