Releases: bmedi/open-webui
Releases Β· bmedi/open-webui
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.10
[0.3.10] - 2024-07-17
Fixed
- π Improved File Upload: Addressed the issue where file uploads lacked animation.
- π¬ Chat Continuity: Fixed a problem where existing chats were not functioning properly in some instances.
- ποΈ Chat File Reset: Resolved the issue of chat files not resetting for new conversations, now ensuring a clean slate for each chat session.
- π Document Workspace Uploads: Corrected the handling of document uploads in the workspace using the Files API.
v0.1.123
[0.1.123] - 2024-05-02
Added
- π¨ New Landing Page Design: Refreshed design for a more modern look and optimized use of screen space.
- πΉ Youtube RAG Pipeline: Introduces dedicated RAG pipeline for Youtube videos, enabling interaction with video transcriptions directly.
- π§ Enhanced Admin Panel: Streamlined user management with options to add users directly or in bulk via CSV import.
- π₯ '@' Model Integration: Easily switch to specific models during conversations; old collaborative chat feature phased out.
- π Language Enhancements: Swedish translation added, plus improvements to German, Spanish, and the addition of Doge translation.
Fixed
- ποΈ Delete Chat Shortcut: Addressed issue where shortcut wasn't functioning.
- πΌοΈ Modal Closing Bug: Resolved unexpected closure of modal when dragging from within.
- βοΈ Edit Button Styling: Fixed styling inconsistency with edit buttons.
- π Image Generation Compatibility Issue: Rectified image generation compatibility issue with third-party APIs.
- π± iOS PWA Icon Fix: Corrected iOS PWA home screen icon shape.
- π Scroll Gesture Bug: Adjusted gesture sensitivity to prevent accidental activation when scrolling through code on mobile; now requires scrolling from the leftmost side to open the sidebar.
Changed
- π Unlimited Context Length: Advanced settings now allow unlimited max context length (previously limited to 16000).
- π Super Admin Assignment: The first signup is automatically assigned a super admin role, unchangeable by other admins.
- π‘οΈ Admin User Restrictions: User action buttons from the admin panel are now disabled for users with admin roles.
- π Default Model Selector: Set as default model option now exclusively available on the landing page.
v0.1.122
[0.1.122] - 2024-04-27
Added
- π Enhanced RAG Pipeline: Now with hybrid searching via 'BM25', reranking powered by 'CrossEncoder', and configurable relevance score thresholds.
- π’οΈ External Database Support: Seamlessly connect to custom SQLite or Postgres databases using the 'DATABASE_URL' environment variable.
- π Remote ChromaDB Support: Introducing the capability to connect to remote ChromaDB servers.
- π¨βπΌ Improved Admin Panel: Admins can now conveniently check users' chat lists and last active status directly from the admin panel.
- π¨ Splash Screen: Introducing a loading splash screen for a smoother user experience.
- π Language Support Expansion: Added support for Bangla (bn-BD), along with enhancements to Chinese, Spanish, and Ukrainian translations.
- π» Improved LaTeX Rendering Performance: Enjoy faster rendering times for LaTeX equations.
- π§ More Environment Variables: Explore additional environment variables in our documentation (https://docs.openwebui.com), including the 'ENABLE_LITELLM' option to manage memory usage.
Fixed
- π§ Ollama Compatibility: Resolved errors occurring when Ollama server version isn't an integer, such as SHA builds or RCs.
- π Various OpenAI API Issues: Addressed several issues related to the OpenAI API.
- π Stop Sequence Issue: Fixed the problem where the stop sequence with a backslash '' was not functioning.
- π€ Font Fallback: Corrected font fallback issue.
Changed
- β¨οΈ Prompt Input Behavior on Mobile: Enter key prompt submission disabled on mobile devices for improved user experience.
v0.1.121
[0.1.121] - 2024-04-24
Fixed
- π§ Translation Issues: Addressed various translation discrepancies.
- π LiteLLM Security Fix: Updated LiteLLM version to resolve a security vulnerability.
- π₯οΈ HTML Tag Display: Rectified the issue where the '< br >' tag wasn't displaying correctly.
- π WebSocket Connection: Resolved the failure of WebSocket connection under HTTPS security for ComfyUI server.
- π FileReader Optimization: Implemented FileReader initialization per image in multi-file drag & drop to ensure reusability.
- π·οΈ Tag Display: Corrected tag display inconsistencies.
- π¦ Archived Chat Styling: Fixed styling issues in archived chat.
- π Safari Copy Button Bug: Addressed the bug where the copy button failed to copy links in Safari.