You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.5.11] - 2025-02-13
9
+
10
+
### Added
11
+
12
+
-**🎤 Kokoro-JS TTS Support**: A new on-device, high-quality text-to-speech engine has been integrated, vastly improving voice generation quality—everything runs directly in your browser.
13
+
-**🐍 Jupyter Notebook Support in Code Interpreter**: Now, you can configure Code Interpreter to run Python code not only via Pyodide but also through Jupyter, offering a more robust coding environment for AI-driven computations and analysis.
14
+
-**🔗 Direct API Connections for Private & Local Inference**: You can now connect Open WebUI to your private or localhost API inference endpoints. CORS must be enabled, but this unlocks direct, on-device AI infrastructure support.
15
+
-**🔍 Advanced Domain Filtering for Web Search**: You can now specify which domains should be included or excluded from web searches, refining results for more relevant information retrieval.
16
+
-**🚀 Improved Image Generation Metadata Handling**: Generated images now retain metadata for better organization and future retrieval.
17
+
-**📂 S3 Key Prefix Support**: Fine-grained control over S3 storage file structuring with configurable key prefixes.
18
+
-**📸 Support for Image-Only Messages**: Send messages containing only images, facilitating more visual-centric interactions.
19
+
-**🌍 Updated Translations**: German, Spanish, Traditional Chinese, and Catalan translations updated for better multilingual support.
20
+
21
+
### Fixed
22
+
23
+
-**🔧 OAuth Debug Logs & Username Claim Fixes**: Debug logs have been added for OAuth role and group management, with fixes ensuring proper OAuth username retrieval and claim handling.
24
+
-**📌 Citations Formatting & Toggle Fixes**: Inline citation toggles now function correctly, and citations with more than three sources are now fully visible when expanded.
25
+
-**📸 ComfyUI Maximum Seed Value Constraint Fixed**: The maximum allowed seed value for ComfyUI has been corrected, preventing unintended behavior.
26
+
-**🔑 Connection Settings Stability**: Addressed connection settings issues that were causing instability when saving configurations.
27
+
-**📂 GGUF Model Upload Stability**: Fixed upload inconsistencies for GGUF models, ensuring reliable local model handling.
28
+
-**🔧 Web Search Configuration Bug**: Fixed issues where web search filters and settings weren't correctly applied.
29
+
-**💾 User Settings Persistence Fix**: Ensured user-specific settings are correctly saved and applied across sessions.
30
+
-**🔄 OpenID Username Retrieval Enhancement**: Usernames are now correctly picked up and assigned for OpenID Connect (OIDC) logins.
31
+
32
+
### Changed
33
+
34
+
-**🔗 Improved Direct Connections Integration**: Simplified the configuration process for setting up direct API connections, making it easier to integrate custom inference endpoints.
0 commit comments