[PR #2782] [MERGED] 0.2.3 #21093

Closed
opened 2026-04-20 03:20:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (10+)

  • 80d173c Improve Chinese translation
  • 7e761a6 FIX searxng URL construction using params for arg passing
  • 08443b3 Revert log level to debug
  • 2d1a890 Improve more Chinese translation content
  • 6022f6f feat: double click title to edit
  • db3d48e feat: automatically focus title input when editing
  • de03bf8 feat: add option to allow nonlocal TTS voices
  • 8f03dae fix: selected local tts voice not shown in settings
  • f9351af refac: message input
  • ab58947 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/2782 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 6/3/2024 **Status:** ✅ Merged **Merged:** 6/3/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`80d173c`](https://github.com/open-webui/open-webui/commit/80d173c1c310dc2e4bc3f4c0dba0ba092761bdfc) Improve Chinese translation - [`7e761a6`](https://github.com/open-webui/open-webui/commit/7e761a69a7dc272a6d8afd73de64660cda281895) FIX searxng URL construction using params for arg passing - [`08443b3`](https://github.com/open-webui/open-webui/commit/08443b3c550592d849af670abfad1f2f68a0341f) Revert log level to debug - [`2d1a890`](https://github.com/open-webui/open-webui/commit/2d1a890ed971daf7b7a8e47b146bb259b67cfecd) Improve more Chinese translation content - [`6022f6f`](https://github.com/open-webui/open-webui/commit/6022f6f5df9a379c75cd9e81d41c6c02f844f4d9) feat: double click title to edit - [`db3d48e`](https://github.com/open-webui/open-webui/commit/db3d48ee158d56298cc5943f6c9f9ac3dd335d87) feat: automatically focus title input when editing - [`de03bf8`](https://github.com/open-webui/open-webui/commit/de03bf834edd766118877095990dff1a7626b47d) feat: add option to allow nonlocal TTS voices - [`8f03dae`](https://github.com/open-webui/open-webui/commit/8f03daeaf690b3b8cb13ca0e69fcedf47994b84c) fix: selected local tts voice not shown in settings - [`f9351af`](https://github.com/open-webui/open-webui/commit/f9351af6a32913d4246f4a850ed780297735c2db) refac: message input - [`ab58947`](https://github.com/open-webui/open-webui/commit/ab58947a195361f94b0a1a21b130f70cc75aaa51) Merge pull request #2775 from cheahjs/feat/allow-nonlocal-tts ### 📊 Changes **44 files changed** (+401 additions, -231 deletions) <details> <summary>View changed files</summary> 📝 `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_ </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-20 03:20:47 -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#21093