Skip to content

Releases: open-webui/open-webui

v0.2.5

05 Jun 17:07
dbb83f9
Compare
Choose a tag to compare

[0.2.5] - 2024-06-05

Added

  • 👥 Active Users Indicator: Now you can see how many people are currently active and what they are running. This helps you gauge when performance might slow down due to a high number of users.
  • 🗂️ Create Ollama Modelfile: The option to create a modelfile for Ollama has been reintroduced in the Settings > Models section, making it easier to manage your models.
  • ⚙️ Default Model Setting: Added an option to set the default model from Settings > Interface. This feature is now easily accessible, especially convenient for mobile users as it was previously hidden.
  • 🌐 Enhanced Translations: We've improved the Chinese translations and added support for Turkmen and Norwegian languages to make the interface more accessible globally.

Fixed

  • 📱 Mobile View Improvements: The UI now uses dvh (dynamic viewport height) instead of vh (viewport height), providing a better and more responsive experience for mobile users.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@Lanhild, @KarlLee830, @Jasurbek99, @mikal-k

v0.2.4

04 Jun 04:29
f28877f
Compare
Choose a tag to compare

[0.2.4] - 2024-06-03

Added

  • 👤 Improved Account Pending Page: The account pending page now displays admin details by default to avoid confusion. You can disable this feature in the admin settings if needed.
  • 🌐 HTTP Proxy Support: We have enabled the use of the 'http_proxy' environment variable in OpenAI and Ollama API calls, making it easier to configure network settings.
  • ❓ Quick Access to Documentation: You can now easily access Open WebUI documents via a question mark button located at the bottom right corner of the screen (available on larger screens like PCs).
  • 🌍 Enhanced Translation: Improvements have been made to translations.

Fixed

  • 🔍 SearxNG Web Search: Fixed the issue where the SearxNG web search functionality was not working properly.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@aguvener, @cheahjs, @justinh-rahb, @mindspawn

v0.2.3

03 Jun 20:07
14646e8
Compare
Choose a tag to compare

[0.2.3] - 2024-06-03

Added

  • 📁 Export Chat as JSON: You can now export individual chats as JSON files from the navbar menu by navigating to 'Download > Export Chat'. This makes sharing specific conversations easier.
  • ✏️ Edit Titles with Double Click: Double-click on titles to rename them quickly and efficiently.
  • 🧩 Batch Multiple Embeddings: Introduced 'RAG_EMBEDDING_OPENAI_BATCH_SIZE' to process multiple embeddings in a batch, enhancing performance for large datasets.
  • 🌍 Improved Translations: Enhanced the translation quality across various languages for a better user experience.

Fixed

  • 🛠️ Modelfile Migration Script: Fixed an issue where the modelfile migration script would fail if an invalid modelfile was encountered.
  • 💬 Zhuyin Input Method on Mac: Resolved an issue where using the Zhuyin input method in the Web UI on a Mac caused text to send immediately upon pressing the enter key, leading to incorrect input.
  • 🔊 Local TTS Voice Selection: Fixed the issue where the selected local Text-to-Speech (TTS) voice was not being displayed in settings.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@Lhemamou, @cheahjs, @nirabo, @KarlLee830

v0.2.2

03 Jun 01:30
5be97b8
Compare
Choose a tag to compare

[0.2.2] - 2024-06-02

Added

  • 🌊 Mermaid Rendering Support: We've included support for Mermaid rendering. This allows you to create beautiful diagrams and flowcharts directly within Open WebUI.
  • 🔄 New Environment Variable 'RESET_CONFIG_ON_START': Introducing a new environment variable: 'RESET_CONFIG_ON_START'. Set this variable to reset your configuration settings upon starting the application, making it easier to revert to default settings.

Fixed

  • 🔧 Pipelines Filter Issue: We've addressed an issue with the pipelines where filters were not functioning as expected.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@cheahjs

v0.2.1

02 Jun 21:08
cfc78de
Compare
Choose a tag to compare

[0.2.1] - 2024-06-02

Added

  • 🖱️ Single Model Export Button: Easily export models with just one click using the new single model export button.
  • 🖥️ Advanced Parameters Support: Added support for 'num_thread', 'use_mmap', and 'use_mlock' parameters for Ollama.
  • 🌐 Improved Vietnamese Translation: Enhanced Vietnamese language support for a better user experience for our Vietnamese-speaking community.

Fixed

  • 🔧 OpenAI URL API Save Issue: Corrected a problem preventing the saving of OpenAI URL API settings.
  • 🚫 Display Issue with Disabled Ollama API: Fixed the display bug causing models to appear in settings when the Ollama API was disabled.

Changed

  • 💡 Versioning Update: As a reminder from our previous update, version 0.2.y will focus primarily on bug fixes, while major updates will be designated as 0.x from now on for better version tracking.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@cheahjs, @SimonOriginal, @que-nguyen

v0.2.0

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

Release Note

image

📢 We are thrilled to announce that our project has been selected as one of the 11 projects shaping open-source AI by the GitHub Accelerator program! 🎉

This incredible milestone would not have been possible without the relentless support and contributions from our amazing community. Each bug report, feature suggestion, code contribution, and word of encouragement has played a vital role in our journey.

We are honored and revitalized by this recognition and are more committed than ever to pushing the boundaries of what open-source AI can achieve.

We can't wait to see what the future holds and continue this journey together. Thank you all for believing in and supporting us!

🚀 Onwards and upwards!

Sincerely,
Open WebUI Team

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

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@jasinliu, @sime2408, @cheahjs, @KodeurKubik, @que-nguyen, @aguvener, @silentoplayz, @arkohut, @reiebrole30, @not-nullptr

🚀 We'd like to extend a heartfelt thank you to our amazing sponsors for their generous support (Note: We've excluded private sponsors from this list. If you'd like to get featured here, feel free to reach out to us!):
@github, @lukepiette, @roosi-gmbh, @rfernandez760, @kroonen, @GenieDev101, @Lance1101, @awaliuddin

v0.1.125

19 May 20:16
be5534c
Compare
Choose a tag to compare

[0.1.125] - 2024-05-19

Added

  • 🔄 Updated UI: Chat interface revamped with chat bubbles. Easily switch back to the old style via settings > interface > chat bubble UI.
  • 📂 Enhanced Sidebar UI: Model files, documents, prompts, and playground merged into Workspace for streamlined access.
  • 🚀 Improved Many Model Interaction: All responses now displayed simultaneously for a smoother experience.
  • 🐍 Python Code Execution: Execute Python code locally in the browser with libraries like 'requests', 'beautifulsoup4', 'numpy', 'pandas', 'seaborn', 'matplotlib', 'scikit-learn', 'scipy', 'regex'.
  • 🧠 Experimental Memory Feature: Manually input personal information you want LLMs to remember via settings > personalization > memory.
  • 💾 Persistent Settings: Settings now saved as config.json for convenience.
  • 🩺 Health Check Endpoint: Added for Docker deployment.
  • ↕️ RTL Support: Toggle chat direction via settings > interface > chat direction.
  • 🖥️ PowerPoint Support: RAG pipeline now supports PowerPoint documents.
  • 🌐 Language Updates: Ukrainian, Turkish, Arabic, Chinese, Serbian, Vietnamese updated; Punjabi added.

Changed

  • 👤 Shared Chat Update: Shared chat now includes creator user information.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@ChasLui, @tcztzy, @simonaszilinskas, @joecryptotoo, @sime2408, @justinh-rahb, @derek-palmer, @liorkesos, @cheahjs, @bo3bdo, @maxdyy, @not-a-ethan, @iits-jonathan-rohde, @idomamia, @que-nguyen, @silentoplayz, @xraysight, @kostich, @Yanyutin753, @arsaboo, @aguvener, @akx

🚀 We'd like to extend a heartfelt thank you to our amazing sponsors for their generous support (Note: We've excluded private sponsors from this list. If you'd like to get featured here, feel free to reach out to us!):
@roosi-gmbh, @rfernandez760, @GenieDev101, @kroonen

v0.1.124

08 May 18:05
b8d7fdf
Compare
Choose a tag to compare

[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

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@AnkurSachdeva22, @Yanyutin753, @ihavecoke, @cheahjs, @bo3bdo, @aguvener, @0xThresh, @jannikstdl, @akx

🚀 We'd like to extend a heartfelt thank you to our amazing sponsors for their generous support (Note: We've excluded private sponsors from this list. If you'd like to get featured here, feel free to reach out to us!):
@MorrisLu-Taipei, @roosi-gmbh, @rfernandez760, @GenieDev101, @kroonen

v0.1.123

02 May 20:10
38ff320
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.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@silentoplayz, @7a6ac0, @Joakim-T, @Yanyutin753, @domsleee, @Maximilian-Pichler, @cheahjs, @buroa, @insoutt, @justinh-rahb

🚀 We'd like to extend a heartfelt thank you to our amazing sponsors for their generous support (Note: We've excluded private sponsors from this list. If you'd like to get featured here, feel free to reach out to us!):
@MorrisLu-Taipei, @rfernandez760, @GenieDev101

v0.1.122

28 Apr 01:29
92c98ed
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.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@buroa, @djismgaming, @silentoplayz, @srizon, @cheahjs, @karaketir16, @Yanyutin753, @darlanalves, @Entaigner, @domsleee, @Menghuan1918, @aguvener, @velaton618, @insoutt, @dannyl1u

🚀 We'd like to extend a heartfelt thank you to our amazing sponsors for their generous support (Note: We've excluded private sponsors from this list. If you'd like to get featured here, feel free to reach out to us!):
@MorrisLu-Taipei, @rfernandez760, @GenieDev101