← Open WebUI Changelog
v0.6.28
Sep 10, 2025 (5mo ago)
View on GitHub →
[0.6.28] - 2025-09-10
Added
- 🔍 The "@" command for model selection now supports real-time search and filtering, improving usability and aligning its behavior with other input commands. #17307, Commit
- 🛠️ External tool server data handling is now more robust, automatically attempting to parse specifications as JSON before falling back to YAML, regardless of the URL extension. Commit
- 🎯 The "Title" field is now automatically focused when creating a new chat folder, streamlining the folder creation process. #17315, Commit
- 🔄 Various improvements were implemented across the frontend and backend to enhance performance, stability, and security.
- 🌐 Brazilian Portuguese and Simplified Chinese translations were expanded and refined.
Fixed
- 🔊 A regression affecting Text-to-Speech for local providers using the OpenAI engine was fixed by reverting a URL joining change. #17316, Commit
- 🪧 A regression was fixed where the input modal for prompts with placeholders would not open, causing the raw prompt text to be pasted into the chat input field instead. #17325, Commit
- 🔑 An issue was resolved where modified connection keys in the OpenAIConnection component did not take effect. #17324