Skip to content

Releases: ateleris/intellilab-open-webui

v0.5.20

08 Apr 06:43
145c344

Choose a tag to compare

[0.5.20] - 2025-03-05

Added

  • ⚡ Toggle Code Execution On/Off: You can now enable or disable code execution, providing more control over security, ensuring a safer and more customizable experience.

Fixed

  • 📜 Pinyin Keyboard Enter Key Now Works Properly: Resolved an issue where the Enter key for Pinyin keyboards was not functioning as expected, ensuring seamless input for Chinese users.
  • 🖼️ Web Manifest Loading Issue Fixed: Addressed inconsistencies with 'site.webmanifest', guaranteeing proper loading and representation of the app across different browsers and devices.
  • 📦 Non-Root Container Issue Resolved: Fixed a critical issue where the UI failed to load correctly in non-root containers, ensuring reliable deployment in various environments.

v0.5.11

21 Feb 16:25
0f1a70a

Choose a tag to compare

[0.5.11] - 2025-02-13

Added

  • 🎤 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.
  • 🐍 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.
  • 🔗 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.
  • 🔍 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.
  • 🚀 Improved Image Generation Metadata Handling: Generated images now retain metadata for better organization and future retrieval.
  • 📂 S3 Key Prefix Support: Fine-grained control over S3 storage file structuring with configurable key prefixes.
  • 📸 Support for Image-Only Messages: Send messages containing only images, facilitating more visual-centric interactions.
  • 🌍 Updated Translations: German, Spanish, Traditional Chinese, and Catalan translations updated for better multilingual support.

Fixed

  • 🔧 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.
  • 📌 Citations Formatting & Toggle Fixes: Inline citation toggles now function correctly, and citations with more than three sources are now fully visible when expanded.
  • 📸 ComfyUI Maximum Seed Value Constraint Fixed: The maximum allowed seed value for ComfyUI has been corrected, preventing unintended behavior.
  • 🔑 Connection Settings Stability: Addressed connection settings issues that were causing instability when saving configurations.
  • 📂 GGUF Model Upload Stability: Fixed upload inconsistencies for GGUF models, ensuring reliable local model handling.
  • 🔧 Web Search Configuration Bug: Fixed issues where web search filters and settings weren't correctly applied.
  • 💾 User Settings Persistence Fix: Ensured user-specific settings are correctly saved and applied across sessions.
  • 🔄 OpenID Username Retrieval Enhancement: Usernames are now correctly picked up and assigned for OpenID Connect (OIDC) logins.

v0.5.10

06 Feb 12:45
bcb3a28

Choose a tag to compare

[0.5.10] - 2025-02-05

Fixed

  • ⚙️ System Prompts Now Properly Templated via API: Resolved an issue where system prompts were not being correctly processed when used through the API, ensuring template variables now function as expected.
  • 📝 '' Tag Display Issue Fixed: Fixed a bug where the 'thinking' tag was disrupting content rendering, ensuring clean and accurate text display.
  • 💻 Code Interpreter Stability with Custom Functions: Addressed failures when using the Code Interpreter with certain custom functions like Anthropic, ensuring smoother execution and better compatibility.

v0.5.7

04 Feb 14:36
a7681d0

Choose a tag to compare

[0.5.7] - 2025-01-23

Added

  • 🌍 Enhanced Internationalization (i18n): Refined and expanded translations for greater global accessibility and a smoother experience for international users.

Fixed

  • 🔗 Connection Model ID Resolution: Resolved an issue preventing model IDs from registering in connections.
  • 💡 Prefix ID for Ollama Connections: Fixed a bug where prefix IDs in Ollama connections were non-functional.
  • 🔧 Ollama Model Enable/Disable Functionality: Addressed the issue of enable/disable toggles not working for Ollama base models.
  • 🔒 RBAC Permissions for Tools and Models: Corrected incorrect Role-Based Access Control (RBAC) permissions for tools and models, ensuring that users now only access features according to their assigned privileges, enhancing security and role clarity.

v0.5.6

23 Jan 08:18
3136245

Choose a tag to compare

[0.5.6] - 2025-01-22

Added

  • 🧠 Effortful Reasoning Control for OpenAI Models: Introduced the reasoning_effort parameter in chat controls for supported OpenAI models, enabling users to fine-tune how much cognitive effort a model dedicates to its responses, offering greater customization for complex queries and reasoning tasks.

Fixed

  • 🔄 Chat Controls Loading UI Bug: Resolved an issue where collapsible chat controls appeared as "loading," ensuring a smoother and more intuitive user experience for managing chat settings.

Changed

  • 🔧 Updated Ollama Model Creation: Revamped the Ollama model creation method to align with their new JSON payload format, ensuring seamless compatibility and more efficient model setup workflows.

v0.4.6

28 Nov 09:50
1e24937

Choose a tag to compare

[0.4.6] - 2024-11-26

Added

  • 🌍 Enhanced Translations: Various language translations improved to make the WebUI more accessible and user-friendly worldwide.

Fixed

  • ✏️ Textarea Shifting Bug: Resolved the issue where the textarea shifted unexpectedly, ensuring a smoother typing experience.
  • ⚙️ Model Configuration Modal: Fixed the issue where the models configuration modal introduced in 0.4.5 wasn’t working for some users.
  • 🔍 Legacy Query Support: Restored functionality for custom query generation in RAG when using legacy prompts, ensuring both default and custom templates now work seamlessly.
  • ⚡ Improved General Reliability: Various minor fixes improve platform stability and ensure a smoother overall experience across workflows.