Original PR: https://github.com/open-webui/open-webui/pull/2782 Author: @tjbck Created: 6/3/2024 Status: ✅ Merged Merged: 6/3/2024 Merged by: @tjbck
Base: main ← Head: dev
main
dev
80d173c
7e761a6
08443b3
2d1a890
6022f6f
db3d48e
de03bf8
8f03dae
f9351af
ab58947
44 files changed (+401 additions, -231 deletions)
📝 CHANGELOG.md (+15 -0) 📝 backend/apps/rag/search/searxng.py (+49 -14) 📝 backend/utils/misc.py (+27 -5) 📝 package-lock.json (+2 -2) 📝 package.json (+1 -1) 📝 src/lib/components/chat/MessageInput.svelte (+10 -21) 📝 src/lib/components/chat/Settings/Audio.svelte (+35 -11) 📝 src/lib/components/layout/Sidebar.svelte (+13 -1) 📝 src/lib/i18n/locales/ar-BH/translation.json (+2 -0) 📝 src/lib/i18n/locales/bg-BG/translation.json (+2 -0) 📝 src/lib/i18n/locales/bn-BD/translation.json (+2 -0) 📝 src/lib/i18n/locales/ca-ES/translation.json (+2 -0) 📝 src/lib/i18n/locales/ceb-PH/translation.json (+2 -0) 📝 src/lib/i18n/locales/de-DE/translation.json (+2 -0) 📝 src/lib/i18n/locales/dg-DG/translation.json (+2 -0) 📝 src/lib/i18n/locales/en-GB/translation.json (+2 -0) 📝 src/lib/i18n/locales/en-US/translation.json (+2 -0) 📝 src/lib/i18n/locales/es-ES/translation.json (+2 -0) 📝 src/lib/i18n/locales/fa-IR/translation.json (+2 -0) 📝 src/lib/i18n/locales/fi-FI/translation.json (+2 -0)
CHANGELOG.md
backend/apps/rag/search/searxng.py
backend/utils/misc.py
package-lock.json
package.json
src/lib/components/chat/MessageInput.svelte
src/lib/components/chat/Settings/Audio.svelte
src/lib/components/layout/Sidebar.svelte
src/lib/i18n/locales/ar-BH/translation.json
src/lib/i18n/locales/bg-BG/translation.json
src/lib/i18n/locales/bn-BD/translation.json
src/lib/i18n/locales/ca-ES/translation.json
src/lib/i18n/locales/ceb-PH/translation.json
src/lib/i18n/locales/de-DE/translation.json
src/lib/i18n/locales/dg-DG/translation.json
src/lib/i18n/locales/en-GB/translation.json
src/lib/i18n/locales/en-US/translation.json
src/lib/i18n/locales/es-ES/translation.json
src/lib/i18n/locales/fa-IR/translation.json
src/lib/i18n/locales/fi-FI/translation.json
...and 24 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/2782
Author: @tjbck
Created: 6/3/2024
Status: ✅ Merged
Merged: 6/3/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
80d173cImprove Chinese translation7e761a6FIX searxng URL construction using params for arg passing08443b3Revert log level to debug2d1a890Improve more Chinese translation content6022f6ffeat: double click title to editdb3d48efeat: automatically focus title input when editingde03bf8feat: add option to allow nonlocal TTS voices8f03daefix: selected local tts voice not shown in settingsf9351afrefac: message inputab58947Merge pull request #2775 from cheahjs/feat/allow-nonlocal-tts📊 Changes
44 files changed (+401 additions, -231 deletions)
View changed files
📝
CHANGELOG.md(+15 -0)📝
backend/apps/rag/search/searxng.py(+49 -14)📝
backend/utils/misc.py(+27 -5)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
src/lib/components/chat/MessageInput.svelte(+10 -21)📝
src/lib/components/chat/Settings/Audio.svelte(+35 -11)📝
src/lib/components/layout/Sidebar.svelte(+13 -1)📝
src/lib/i18n/locales/ar-BH/translation.json(+2 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+2 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+2 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+2 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+2 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+2 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+2 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+2 -0)📝
src/lib/i18n/locales/en-US/translation.json(+2 -0)📝
src/lib/i18n/locales/es-ES/translation.json(+2 -0)📝
src/lib/i18n/locales/fa-IR/translation.json(+2 -0)📝
src/lib/i18n/locales/fi-FI/translation.json(+2 -0)...and 24 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.