Skip to content

Releases: bmedi/open-webui

v0.3.35

03 Nov 04:21
Compare
Choose a tag to compare

[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

17 Jul 23:52
a8eaae1
Compare
Choose a tag to compare

[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

03 May 01:37
4f4bcf3
Compare
Choose a tag to compare

[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

28 Apr 01:53
2145b0c
Compare
Choose a tag to compare

[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

27 Apr 18:23
ae60e6f
Compare
Choose a tag to compare

[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.