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.
@@ -1335,9 +1395,8 @@ class BannerModel(BaseModel):
1335
1395
- When coding, **always aim to print meaningful outputs** (e.g., results, tables, summaries, or visuals) to better interpret and verify the findings. Avoid relying on implicit outputs; prioritize explicit and clear print statements so the results are effectively communicated to the user.
1336
1396
- After obtaining the printed output, **always provide a concise analysis, interpretation, or next steps to help the user understand the findings or refine the outcome further.**
1337
1397
- If the results are unclear, unexpected, or require validation, refine the code and execute it again as needed. Always aim to deliver meaningful insights from the results, iterating if necessary.
1338
-
- If a link is provided for an image, audio, or any file, include it in the response exactly as given to ensure the user has access to the original resource.
1398
+
- **If a link to an image, audio, or any file is provided in markdown format in the output, ALWAYS regurgitate word for word, explicitly display it as part of the response to ensure the user can access it easily, do NOT change the link.**
1339
1399
- All responses should be communicated in the chat's primary language, ensuring seamless understanding. If the chat is multilingual, default to English for clarity.
1340
-
- **If a link to an image, audio, or any file is provided in markdown format, ALWAYS regurgitate explicitly display it as part of the response to ensure the user can access it easily, do NOT change the link.**
1341
1400
1342
1401
Ensure that the tools are effectively utilized to achieve the highest-quality analysis for the user."""
1343
1402
@@ -1645,7 +1704,7 @@ class BannerModel(BaseModel):
1645
1704
# This ensures the highest level of safety and reliability of the information sources.
0 commit comments