Skip to content

Releases: Yanyutin753/open-webui

v0.3.10

30 Jul 04:06
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.3.7

09 Jul 16:18
49f5425
Compare
Choose a tag to compare

[0.3.7] - 2024-06-29

Added

  • 🌐 Enhanced Internationalization (i18n): Newly introduced Indonesian translation, and updated translations for Turkish, Chinese, and Catalan languages to improve user accessibility.

Fixed

  • 🕵️‍♂️ Browser Language Detection: Corrected the issue where the application was not properly detecting and adapting to the browser's language settings.
  • 🔐 OIDC Admin Role Assignment: Fixed a bug where the admin role was not being assigned to the first user who signed up via OpenID Connect (OIDC).
  • 💬 Chat/Completions Endpoint: Resolved an issue where the chat/completions endpoint was non-functional when the stream option was set to False.
  • 🚫 'WEBUI_AUTH' Configuration: Addressed the problem where setting 'WEBUI_AUTH' to False was not being applied correctly.

Changed

  • 📦 Dependency Update: Upgraded 'authlib' from version 1.3.0 to 1.3.1 to ensure better security and performance enhancements.

v0.2.0

02 Jun 05:20
72354e0
Compare
Choose a tag to compare

[0.2.0] - 2024-06-01

Added

  • 🔧 Pipelines Support: Open WebUI now includes a plugin framework for enhanced customization and functionality (https://github.com/open-webui/pipelines). Easily add custom logic and integrate Python libraries, from AI agents to home automation APIs.
  • 🔗 Function Calling via Pipelines: Integrate function calling seamlessly through Pipelines.
  • ⚖️ User Rate Limiting via Pipelines: Implement user-specific rate limits to manage API usage efficiently.
  • 📊 Usage Monitoring with Langfuse: Track and analyze usage statistics with Langfuse integration through Pipelines.
  • 🕒 Conversation Turn Limits: Set limits on conversation turns to manage interactions better through Pipelines.
  • 🛡️ Toxic Message Filtering: Automatically filter out toxic messages to maintain a safe environment using Pipelines.
  • 🔍 Web Search Support: Introducing built-in web search capabilities via RAG API, allowing users to search using SearXNG, Google Programmatic Search Engine, Brave Search, serpstack, and serper. Activate it effortlessly by adding necessary variables from Document settings > Web Params.
  • 🗂️ Models Workspace: Create and manage model presets for both Ollama/OpenAI API. Note: The old Modelfiles workspace is deprecated.
  • 🛠️ Model Builder Feature: Build and edit all models with persistent builder mode.
  • 🏷️ Model Tagging Support: Organize models with tagging features in the models workspace.
  • 📋 Model Ordering Support: Effortlessly organize models by dragging and dropping them into the desired positions within the models workspace.
  • 📈 OpenAI Generation Stats: Access detailed generation statistics for OpenAI models.
  • 📅 System Prompt Variables: New variables added: '{{CURRENT_DATE}}' and '{{USER_NAME}}' for dynamic prompts.
  • 📢 Global Banner Support: Manage global banners from admin settings > banners.
  • 🗃️ Enhanced Archived Chats Modal: Search and export archived chats easily.
  • 📂 Archive All Button: Quickly archive all chats from settings > chats.
  • 🌐 Improved Translations: Added and improved translations for French, Croatian, Cebuano, and Vietnamese.

Fixed

  • 🔍 Archived Chats Visibility: Resolved issue with archived chats not showing in the admin panel.
  • 💬 Message Styling: Fixed styling issues affecting message appearance.
  • 🔗 Shared Chat Responses: Corrected the issue where shared chat response messages were not readonly.
  • 🖥️ UI Enhancement: Fixed the scrollbar overlapping issue with the message box in the user interface.

Changed

  • 💾 User Settings Storage: User settings are now saved on the backend, ensuring consistency across all devices.
  • 📡 Unified API Requests: The API request for getting models is now unified to '/api/models' for easier usage.
  • 🔄 Versioning Update: Our versioning will now follow the format 0.x for major updates and 0.x.y for patches.
  • 📦 Export All Chats (All Users): Moved this functionality to the Admin Panel settings for better organization and accessibility.

Removed

  • 🚫 Bundled LiteLLM Support Deprecated: Migrate your LiteLLM config.yaml to a self-hosted LiteLLM instance. LiteLLM can still be added via OpenAI Connections. Download the LiteLLM config.yaml from admin settings > database > export LiteLLM config.yaml.

v0.1.121

02 Aug 15:22
81f578f
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.