Skip to content

Releases: RandomAct5/open-webui

v0.5.10

Choose a tag to compare

@github-actions github-actions released this 09 Feb 22:24
e9d6ada

[0.5.10] - 2025-02-05

Fixed

  • ⚙️ System Prompts Now Properly Templated via API: Resolved an issue where system prompts were not being correctly processed when used through the API, ensuring template variables now function as expected.
  • 📝 '' Tag Display Issue Fixed: Fixed a bug where the 'thinking' tag was disrupting content rendering, ensuring clean and accurate text display.
  • 💻 Code Interpreter Stability with Custom Functions: Addressed failures when using the Code Interpreter with certain custom functions like Anthropic, ensuring smoother execution and better compatibility.

v0.3.32

Choose a tag to compare

@github-actions github-actions released this 20 Oct 16:59
c2d1a31

[0.3.32] - 2024-10-06

Added

  • 🔢 Workspace Enhancements: Added a display count for models, prompts, tools, and functions in the workspace, providing a clear overview and easier management.

Fixed

  • 🖥️ Web and YouTube Attachment Fix: Resolved an issue where attaching web links and YouTube videos was malfunctioning, ensuring seamless integration and display within chats.
  • 📞 Call Mode Activation on Landing Page: Fixed a bug where call mode was not operational from the landing page.

Changed

  • 🔄 URL Parameter Refinement: Updated the 'tool_ids' URL parameter to 'tools' or 'tool-ids' for more intuitive and consistent user experience.
  • 🎨 Floating Buttons Styling Update: Refactored the styling of floating buttons to intelligently adjust to the left side when there isn't enough room on the right, improving interface usability and aesthetic.
  • 🔧 Enhanced Accessibility for Floating Buttons: Implemented the ability to close floating buttons with the 'Esc' key, making workflow smoother and more efficient for users navigating via keyboard.
  • 🖇️ Updated Information URL: Information URLs now direct users to a general release page rather than a version-specific URL, ensuring access to the latest and relevant details all in one place.
  • 📦 Library Dependencies Update: Upgraded dependencies to ensure compatibility and performance optimization for pip installs.

v0.1.124

Choose a tag to compare

@github-actions github-actions released this 18 May 19:37
90503be

[0.1.124] - 2024-05-08

Added

  • 🖼️ Improved Chat Sidebar: Now conveniently displays time ranges and organizes chats by today, yesterday, and more.
  • 📜 Citations in RAG Feature: Easily track the context fed to the LLM with added citations in the RAG feature.
  • 🔒 Auth Disable Option: Introducing the ability to disable authentication. Set 'WEBUI_AUTH' to False to disable authentication. Note: Only applicable for fresh installations without existing users.
  • 📹 Enhanced YouTube RAG Pipeline: Now supports non-English videos for an enriched experience.
  • 🔊 Specify OpenAI TTS Models: Customize your TTS experience by specifying OpenAI TTS models.
  • 🔧 Additional Environment Variables: Discover more environment variables in our comprehensive documentation at Open WebUI Documentation (https://docs.openwebui.com).
  • 🌐 Language Support: Arabic, Finnish, and Hindi added; Improved support for German, Vietnamese, and Chinese.

Fixed

  • 🛠️ Model Selector Styling: Addressed styling issues for improved user experience.
  • ⚠️ Warning Messages: Resolved backend warning messages.

Changed