Skip to content

Releases: dannyl1u/open-webui

v0.3.10

27 Jul 20:11
82079e6
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

02 Jul 01:34
824966a
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.3.5

23 Jun 08:14
9e4dd4b
Compare
Choose a tag to compare

[0.3.5] - 2024-06-16

Added

  • 📞 Enhanced Voice Call: Text-to-speech (TTS) callback now operates in real-time for each sentence, reducing latency by not waiting for full completion.
  • 👆 Tap to Interrupt: During a call, you can now stop the assistant from speaking by simply tapping, instead of using voice. This resolves the issue of the speaker's voice being mistakenly registered as input.
  • 😊 Emoji Call: Toggle this feature on from the Settings > Interface, allowing LLMs to express emotions using emojis during voice calls for a more dynamic interaction.
  • 🖱️ Quick Archive/Delete: Use the Shift key + mouseover on the chat list to swiftly archive or delete items.
  • 📝 Markdown Support in Model Descriptions: You can now format model descriptions with markdown, enabling bold text, links, etc.
  • 🧠 Editable Memories: Adds the capability to modify memories.
  • 📋 Admin Panel Sorting: Introduces the ability to sort users/chats within the admin panel.
  • 🌑 Dark Mode for Quick Selectors: Dark mode now available for chat quick selectors (prompts, models, documents).
  • 🔧 Advanced Parameters: Adds 'num_keep' and 'num_batch' to advanced parameters for customization.
  • 📅 Dynamic System Prompts: New variables '{{CURRENT_DATETIME}}', '{{CURRENT_TIME}}', '{{USER_LOCATION}}' added for system prompts. Ensure '{{USER_LOCATION}}' is toggled on from Settings > Interface.
  • 🌐 Tavily Web Search: Includes Tavily as a web search provider option.
  • 🖊️ Federated Auth Usernames: Ability to set user names for federated authentication.
  • 🔗 Auto Clean URLs: When adding connection URLs, trailing slashes are now automatically removed.
  • 🌐 Enhanced Translations: Improved Chinese and Swedish translations.

Fixed

  • ⏳ AIOHTTP_CLIENT_TIMEOUT: Introduced a new environment variable 'AIOHTTP_CLIENT_TIMEOUT' for requests to Ollama lasting longer than 5 minutes. Default is 300 seconds; set to blank ('') for no timeout.
  • ❌ Message Delete Freeze: Resolved an issue where message deletion would sometimes cause the web UI to freeze.

v0.3.2

12 Jun 06:00
06976c4
Compare
Choose a tag to compare

[0.3.2] - 2024-06-10

Added

  • 🔍 Web Search Query Status: The web search query will now persist in the results section to aid in easier debugging and tracking of search queries.
  • 🌐 New Web Search Provider: We have added Serply as a new option for web search providers, giving you more choices for your search needs.
  • 🌏 Improved Translations: We've enhanced translations for Chinese and Portuguese.

Fixed

  • 🎤 Audio File Upload Issue: The bug that prevented audio files from being uploaded in chat input has been fixed, ensuring smooth communication.
  • 💬 Message Input Handling: Improved the handling of message inputs by instantly clearing images and text after sending, along with immediate visual indications when a response message is loading, enhancing user feedback.
  • ⚙️ Parameter Registration and Validation: Fixed the issue where parameters were not registering in certain cases and addressed the problem where users were unable to save due to invalid input errors.

v0.1.121

24 Apr 20:27
748cb7d
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.

v0.1.120

22 Apr 06:28
Compare
Choose a tag to compare

[0.1.120] - 2024-04-20

Added

  • 📦 Archive Chat Feature: Easily archive chats with a new sidebar button, and access archived chats via the profile button > archived chats.
  • 🔊 Configurable Text-to-Speech Endpoint: Customize your Text-to-Speech experience with configurable OpenAI endpoints.
  • 🛠️ Improved Error Handling: Enhanced error message handling for connection failures.
  • ⌨️ Enhanced Shortcut: When editing messages, use ctrl/cmd+enter to save and submit, and esc to close.
  • 🌐 Language Support: Added support for Georgian and enhanced translations for Portuguese and Vietnamese.

Fixed

  • 🔧 Model Selector: Resolved issue where default model selection was not saving.
  • 🔗 Share Link Copy Button: Fixed bug where the copy button wasn't copying links in Safari.
  • 🎨 Light Theme Styling: Addressed styling issue with the light theme.

v0.1.117

06 Apr 08:51
f87805b
Compare
Choose a tag to compare

[0.1.117] - 2024-04-03

Added

  • 🗨️ Local Chat Sharing: Share chat links seamlessly between users.
  • 🔑 API Key Generation Support: Generate secret keys to leverage Open WebUI with OpenAI libraries.
  • 📄 Chat Download as PDF: Easily download chats in PDF format.
  • 📝 Improved Logging: Enhancements to logging functionality.
  • 📧 Trusted Email Authentication: Authenticate using a trusted email header.

Fixed

  • 🌷 Enhanced Dutch Translation: Improved translation for Dutch users.
  • White Theme Styling: Resolved styling issue with the white theme.
  • 📜 LaTeX Chat Screen Overflow: Fixed screen overflow issue with LaTeX rendering.
  • 🔒 Security Patches: Applied necessary security patches.

v0.1.116

01 Apr 00:59
86aa2ca
Compare
Choose a tag to compare

[0.1.116] - 2024-03-31

Added

  • 🔄 Enhanced UI: Model selector now conveniently located in the navbar, enabling seamless switching between multiple models during conversations.
  • 🔍 Improved Model Selector: Directly pull a model from the selector/Models now display detailed information for better understanding.
  • 💬 Webhook Support: Now compatible with Google Chat and Microsoft Teams.
  • 🌐 Localization: Korean translation (I18n) now available.
  • 🌑 Dark Theme: OLED dark theme introduced for reduced strain during prolonged usage.
  • 🏷️ Tag Autocomplete: Dropdown feature added for effortless chat tagging.

Fixed

  • 🔽 Auto-Scrolling: Addressed OpenAI auto-scrolling issue.
  • 🏷️ Tag Validation: Implemented tag validation to prevent empty string tags.
  • 🚫 Model Whitelisting: Resolved LiteLLM model whitelisting issue.
  • ✅ Spelling: Corrected various spelling issues for improved readability.

v0.1.115

26 Mar 02:12
ac294a7
Compare
Choose a tag to compare

[0.1.115] - 2024-03-24

Added

  • 🔍 Custom Model Selector: Easily find and select custom models with the new search filter feature.
  • 🛑 Cancel Model Download: Added the ability to cancel model downloads.
  • 🎨 Image Generation ComfyUI: Image generation now supports ComfyUI.
  • 🌟 Updated Light Theme: Updated the light theme for a fresh look.
  • 🌍 Additional Language Support: Now supporting Bulgarian, Italian, Portuguese, Japanese, and Dutch.

Fixed

  • 🔧 Fixed Broken Experimental GGUF Upload: Resolved issues with experimental GGUF upload functionality.

Changed

  • 🔄 Vector Storage Reset Button: Moved the reset vector storage button to document settings.

v0.1.114

21 Mar 08:40
2fa9495
Compare
Choose a tag to compare

[0.1.114] - 2024-03-20

Added

  • 🔗 Webhook Integration: Now you can subscribe to new user sign-up events via webhook. Simply navigate to the admin panel > admin settings > webhook URL.
  • 🛡️ Enhanced Model Filtering: Alongside Ollama, OpenAI proxy model whitelisting, we've added model filtering functionality for LiteLLM proxy.
  • 🌍 Expanded Language Support: Spanish, Catalan, and Vietnamese languages are now available, with improvements made to others.

Fixed

  • 🔧 Input Field Spelling: Resolved issue with spelling mistakes in input fields.
  • 🖊️ Light Mode Styling: Fixed styling issue with light mode in document adding.

Changed

  • 🔄 Language Sorting: Languages are now sorted alphabetically by their code for improved organization.