Releases: antematter/open-webui
Releases · antematter/open-webui
v0.6.30
[0.6.30] - 2025-09-17
Added
- 🔑 Microsoft Entra ID authentication type support was added for Azure OpenAI connections, enabling enhanced security and streamlined authentication workflows.
Fixed
- ☁️ OneDrive integration was fixed after recent breakage, restoring reliable account connectivity and file access.
v0.6.2
[0.6.2] - 2025-04-06
Added
- 🌍 Improved Global Language Support: Expanded and refined translations across multiple languages to enhance clarity and consistency for international users.
Fixed
- 🛠️ Accurate Tool Descriptions from OpenAPI Servers: External tools now use full endpoint descriptions instead of summaries when generating tool specifications—helping AI models understand tool purpose more precisely and choose the right tool more accurately in tool workflows.
- 🔧 Precise Web Results Source Attribution: Fixed a key issue where all web search results showed the same source ID—now each result gets its correct and distinct source, ensuring accurate citations and traceability.
- 🔍 Clean Web Search Retrieval: Web search now retains only results from URLs where real content was successfully fetched—improving accuracy and removing empty or broken links from citations.
- 🎵 Audio File Upload Response Restored: Resolved an issue where uploading audio files did not return valid responses, restoring smooth file handling for transcription and audio-based workflows.
Changed
- 🧰 General Backend Refactoring: Multiple behind-the-scenes improvements streamline backend performance, reduce complexity, and ensure a more stable, maintainable system overall—making everything smoother without changing your workflow.
v0.5.16
[0.5.16] - 2025-02-20
Fixed
- 🔍 Web Search Retrieval Restored: Resolved a critical issue that broke web search retrieval by reverting deduplication changes, ensuring complete and accurate search results once again.
v0.3.35
[0.3.35] - 2024-10-26
Added
- 📁 Robust File Handling: Enhanced file input handling for chat. If the content extraction fails or is empty, users will now receive a clear warning, preventing silent failures and ensuring you always know what's happening with your uploads.
- 🌍 New Language Support: Introduced Hungarian translations and updated French translations, expanding the platform's language accessibility for a more global user base.
Fixed
- 📚 Knowledge Base Loading Issue: Resolved a critical bug where the Knowledge Base was not loading, ensuring smooth access to your stored documents and improving information retrieval in RAG-enhanced workflows.
- 🛠️ Tool Parameters Issue: Fixed an error where tools were not functioning correctly when required parameters were missing, ensuring reliable tool performance and more efficient task completions.
- 🔗 Merged Response Loss in Multi-Model Chats: Addressed an issue where responses in multi-model chat workflows were being deleted after follow-up queries, improving consistency and ensuring smoother interactions across models.
v0.3.32
[0.3.32] - 2024-10-06
Added
- 🔢 Workspace Enhancements: Added a display count for models, prompts, tools, and functions in the workspace, providing a clear overview and easier management.
Fixed
- 🖥️ Web and YouTube Attachment Fix: Resolved an issue where attaching web links and YouTube videos was malfunctioning, ensuring seamless integration and display within chats.
- 📞 Call Mode Activation on Landing Page: Fixed a bug where call mode was not operational from the landing page.
Changed
- 🔄 URL Parameter Refinement: Updated the 'tool_ids' URL parameter to 'tools' or 'tool-ids' for more intuitive and consistent user experience.
- 🎨 Floating Buttons Styling Update: Refactored the styling of floating buttons to intelligently adjust to the left side when there isn't enough room on the right, improving interface usability and aesthetic.
- 🔧 Enhanced Accessibility for Floating Buttons: Implemented the ability to close floating buttons with the 'Esc' key, making workflow smoother and more efficient for users navigating via keyboard.
- 🖇️ Updated Information URL: Information URLs now direct users to a general release page rather than a version-specific URL, ensuring access to the latest and relevant details all in one place.
- 📦 Library Dependencies Update: Upgraded dependencies to ensure compatibility and performance optimization for pip installs.