Skip to content

Releases: nitinkr0411/open-webui

v0.3.12

Choose a tag to compare

@github-actions github-actions released this 09 Aug 23:54
3faa569

[0.3.12] - 2024-08-07

Added

  • 🔄 Sidebar Infinite Scroll: Added an infinite scroll feature in the sidebar for more efficient chat navigation, reducing load times and enhancing user experience.
  • 🚀 Enhanced Markdown Rendering: Support for rendering all code blocks and making images clickable for preview; codespan styling is also enhanced to improve readability and user interaction.
  • 🔒 Admin Shared Chat Visibility: Admins no longer have default visibility over shared chats when ENABLE_ADMIN_CHAT_ACCESS is set to false, tightening security and privacy settings for users.
  • 🌍 Language Updates: Added Malay (Bahasa Malaysia) translation and updated Catalan and Traditional Chinese translations to improve accessibility for more users.

Fixed

  • 📊 Markdown Rendering Issues: Resolved issues with markdown rendering to ensure consistent and correct display across components.
  • 🛠️ Styling Issues: Multiple fixes applied to styling throughout the application, improving the overall visual experience and interface consistency.
  • 🗃️ Modal Handling: Fixed an issue where modals were not closing correctly in various model chat scenarios, enhancing usability and interface reliability.
  • 📄 Missing OpenAI Usage Information: Resolved issues where usage statistics for OpenAI services were not being correctly displayed, ensuring users have access to crucial data for managing and monitoring their API consumption.
  • 🔧 Non-Streaming Support for Functions Plugin: Fixed a functionality issue with the Functions plugin where non-streaming operations were not functioning as intended, restoring full capabilities for async and sync integration within the platform.
  • 🔄 Environment Variable Type Correction (COMFYUI_FLUX_FP8_CLIP): Corrected the data type of the 'COMFYUI_FLUX_FP8_CLIP' environment variable from string to boolean, ensuring environment settings apply correctly and enhance configuration management.

Changed

  • 🔧 Backend Dependency Updates: Updated several backend dependencies such as boto3, pypdf, python-pptx, validators, and black, ensuring up-to-date security and performance optimizations.

v0.3.10

Choose a tag to compare

@github-actions github-actions released this 29 Jul 19:05
155a237

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

Choose a tag to compare

@github-actions github-actions released this 10 Jul 05:00

[0.3.8] - 2024-07-09

Added

  • 💬 Chat Controls: Easily adjust parameters for each chat session, offering more precise control over your interactions.
  • 📌 Pinned Chats: Support for pinned chats, allowing you to keep important conversations easily accessible.
  • 📄 Apache Tika Integration: Added support for using Apache Tika as a document loader, enhancing document processing capabilities.
  • 🛠️ Custom Environment for OpenID Claims: Allows setting custom claims for OpenID, providing more flexibility in user authentication.
  • 🔧 Enhanced Tools & Functions API: Introduced 'event_emitter' and 'event_call', now you can also add citations for better documentation and tracking. Detailed documentation will be provided on our documentation website.
  • ↔️ Sideways Scrolling in Settings: Settings tabs container now supports horizontal scrolling for easier navigation.
  • 🌑 Darker OLED Theme: Includes a new, darker OLED theme and improved styling for the light theme, enhancing visual appeal.
  • 🌐 Language Updates: Updated translations for Indonesian, German, French, and Catalan languages, expanding accessibility.

Fixed

  • ⏰ OpenAI Streaming Timeout: Resolved issues with OpenAI streaming response using the 'AIOHTTP_CLIENT_TIMEOUT' setting, ensuring reliable performance.
  • 💡 User Valves: Fixed malfunctioning user valves, ensuring proper functionality.
  • 🔄 Collapsible Components: Addressed issues with collapsible components not working, restoring expected behavior.

Changed

  • 🗃️ Database Backend: Switched from Peewee to SQLAlchemy for improved concurrency support, enhancing database performance.
  • 🔤 Primary Font Styling: Updated primary font to Archivo for better visual consistency.
  • 🔄 Font Change for Windows: Replaced Arimo with Inter font for Windows users, improving readability.
  • 🚀 Lazy Loading: Implemented lazy loading for 'faster_whisper' and 'sentence_transformers' to reduce startup memory usage.
  • 📋 Task Generation Payload: Task generations now include only the "task" field in the body instead of "title".

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 15 Jun 02:17
8f3c9b3

[0.3.4] - 2024-06-12

Fixed

  • 🔒 Mixed Content with HTTPS Issue: Resolved a problem where mixed content (HTTP and HTTPS) was causing security warnings and blocking resources on HTTPS sites.
  • 🔍 Web Search Issue: Addressed the problem where web search functionality was not working correctly. The 'ENABLE_RAG_LOCAL_WEB_FETCH' option has been reintroduced to restore proper web searching capabilities.
  • 💾 RAG Template Not Being Saved: Fixed an issue where the RAG template was not being saved correctly, ensuring your custom templates are now preserved as expected.