⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.3.10 - autoclosed #23

Closed
renovatebot wants to merge 1 commit from renovate/ghcr.io-open-webui-open-webui-0.x into main
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/open-webui/open-webui (changelog) patch 0.3.5 -> v0.3.10

Release Notes

open-webui/open-webui (ghcr.io/open-webui/open-webui)

v0.3.10

Compare Source

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

Compare Source

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

Compare Source

[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.
  • ⬆️ ChromaDB Update: Upgraded to version 0.5.3. Ensure your remote ChromaDB instance matches this version.
  • 🔤 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".

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@​bannert1337, @​Peter-De-Ath, @​moblangeois, @​robertpiosik, @​nickovs, @​cheahjs, @​ricky-davis, @​fishhf, @​KarlLee830, @​leobenkel, @​wanderingmeow, @​michaelpoluektov, @​que-nguyen, @​jonathan-rohde, @​Naufal05R

v0.3.8

Compare Source

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.
  • ⬆️ ChromaDB Update: Upgraded to version 0.5.3. Ensure your remote ChromaDB instance matches this version.
  • 🔤 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.7

Compare Source

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

Compare Source

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

Compare Source

[0.3.6] - 2024-06-27

Added
  • "Functions" Feature: You can now utilize "Functions" like filters (middleware) and pipe (model) functions directly within the WebUI. While largely compatible with Pipelines, these native functions can be executed easily within Open WebUI. Example use cases for filter functions include usage monitoring, real-time translation, moderation, and automemory. For pipe functions, the scope ranges from Cohere and Anthropic integration directly within Open WebUI, enabling "Valves" for per-user OpenAI API key usage, and much more. If you encounter issues, SAFE_MODE has been introduced.
  • 📁 Files API: Compatible with OpenAI, this feature allows for custom Retrieval-Augmented Generation (RAG) in conjunction with the Filter Function. More examples will be shared on our community platform and official documentation website.
  • 🛠️ Tool Enhancements: Tools now support citations and "Valves". Documentation will be available shortly.
  • 🔗 Iframe Support via Files API: Enables rendering HTML directly into your chat interface using functions and tools. Use cases include playing games like DOOM and Snake, displaying a weather applet, and implementing Anthropic "artifacts"-like features. Stay tuned for updates on our community platform and documentation.
  • 🔒 Experimental OAuth Support: New experimental OAuth support. Check our documentation for more details.
  • 🖼️ Custom Background Support: Set a custom background from Settings > Interface to personalize your experience.
  • 🔑 AUTOMATIC1111_API_AUTH Support: Enhanced security for the AUTOMATIC1111 API.
  • 🎨 Code Highlight Optimization: Improved code highlighting features.
  • 🎙️ Voice Interruption Feature: Reintroduced and now toggleable from Settings > Interface.
  • 💤 Wakelock API: Now in use to prevent screen dimming during important tasks.
  • 🔐 API Key Privacy: All API keys are now hidden by default for better security.
  • 🔍 New Web Search Provider: Added jina_search as a new option.
  • 🌐 Enhanced Internationalization (i18n): Improved Korean translation and updated Chinese and Ukrainian translations.
Fixed
  • 🔧 Conversation Mode Issue: Fixed the issue where Conversation Mode remained active after being removed from settings.
  • 📏 Scroll Button Obstruction: Resolved the issue where the scrollToBottom button container obstructed clicks on buttons beneath it.
Changed
  • ⏲️ AIOHTTP_CLIENT_TIMEOUT: Now set to 'None' by default for improved configuration flexibility.
  • 📞 Voice Call Enhancements: Improved by skipping code blocks and expressions during calls.
  • 🚫 Error Message Handling: Disabled the continuation of operations with error messages.
  • 🗂️ Playground Relocation: Moved the Playground from the workspace to the user menu for better user experience.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@​SimonOriginal, @​jonathan-rohde, @​jh0ker, @​djismgaming, @​Yash-1511, @​josephrocca, @​FuturePrayer, @​KarlLee830, @​ricky-davis, @​cheahjs, @​perfectra1n, @​ben-z, @​silentoplayz, @​PeterDaveHello, @​que-nguyen

https://x.com/OpenWebUI/status/1806428429786759486

v0.3.6

Compare Source

Added
  • "Functions" Feature: You can now utilize "Functions" like filters (middleware) and pipe (model) functions directly within the WebUI. While largely compatible with Pipelines, these native functions can be executed easily within Open WebUI. Example use cases for filter functions include usage monitoring, real-time translation, moderation, and automemory. For pipe functions, the scope ranges from Cohere and Anthropic integration directly within Open WebUI, enabling "Valves" for per-user OpenAI API key usage, and much more. If you encounter issues, SAFE_MODE has been introduced.
  • 📁 Files API: Compatible with OpenAI, this feature allows for custom Retrieval-Augmented Generation (RAG) in conjunction with the Filter Function. More examples will be shared on our community platform and official documentation website.
  • 🛠️ Tool Enhancements: Tools now support citations and "Valves". Documentation will be available shortly.
  • 🔗 Iframe Support via Files API: Enables rendering HTML directly into your chat interface using functions and tools. Use cases include playing games like DOOM and Snake, displaying a weather applet, and implementing Anthropic "artifacts"-like features. Stay tuned for updates on our community platform and documentation.
  • 🔒 Experimental OAuth Support: New experimental OAuth support. Check our documentation for more details.
  • 🖼️ Custom Background Support: Set a custom background from Settings > Interface to personalize your experience.
  • 🔑 AUTOMATIC1111_API_AUTH Support: Enhanced security for the AUTOMATIC1111 API.
  • 🎨 Code Highlight Optimization: Improved code highlighting features.
  • 🎙️ Voice Interruption Feature: Reintroduced and now toggleable from Settings > Interface.
  • 💤 Wakelock API: Now in use to prevent screen dimming during important tasks.
  • 🔐 API Key Privacy: All API keys are now hidden by default for better security.
  • 🔍 New Web Search Provider: Added jina_search as a new option.
  • 🌐 Enhanced Internationalization (i18n): Improved Korean translation and updated Chinese and Ukrainian translations.
Fixed
  • 🔧 Conversation Mode Issue: Fixed the issue where Conversation Mode remained active after being removed from settings.
  • 📏 Scroll Button Obstruction: Resolved the issue where the scrollToBottom button container obstructed clicks on buttons beneath it.
Changed
  • ⏲️ AIOHTTP_CLIENT_TIMEOUT: Now set to 'None' by default for improved configuration flexibility.
  • 📞 Voice Call Enhancements: Improved by skipping code blocks and expressions during calls.
  • 🚫 Error Message Handling: Disabled the continuation of operations with error messages.
  • 🗂️ Playground Relocation: Moved the Playground from the workspace to the user menu for better user experience.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Did Renovate not find changelogs? No worries! Click here

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/open-webui/open-webui](https://github.com/open-webui/open-webui) ([changelog](https://github.com/open-webui/open-webui/releases)) | patch | `0.3.5` -> `v0.3.10` | --- ### Release Notes <details> <summary>open-webui/open-webui (ghcr.io/open-webui/open-webui)</summary> ### [`v0.3.10`](https://github.com/open-webui/open-webui/releases/tag/v0.3.10) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.10...v0.3.10) #### \[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.10`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0310---2024-07-17) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.8...v0.3.10) ##### 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`](https://github.com/open-webui/open-webui/releases/tag/v0.3.8) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.8...v0.3.8) #### \[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. - **⬆️ ChromaDB Update**: Upgraded to version 0.5.3. Ensure your remote ChromaDB instance matches this version. - **🔤 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". 👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible: [@&#8203;bannert1337](https://github.com/bannert1337), [@&#8203;Peter-De-Ath](https://github.com/Peter-De-Ath), [@&#8203;moblangeois](https://github.com/moblangeois), [@&#8203;robertpiosik](https://github.com/robertpiosik), [@&#8203;nickovs](https://github.com/nickovs), [@&#8203;cheahjs](https://github.com/cheahjs), [@&#8203;ricky-davis](https://github.com/ricky-davis), [@&#8203;fishhf](https://github.com/fishhf), [@&#8203;KarlLee830](https://github.com/KarlLee830), [@&#8203;leobenkel](https://github.com/leobenkel), [@&#8203;wanderingmeow](https://github.com/wanderingmeow), [@&#8203;michaelpoluektov](https://github.com/michaelpoluektov), [@&#8203;que-nguyen](https://github.com/que-nguyen), [@&#8203;jonathan-rohde](https://github.com/jonathan-rohde), [@&#8203;Naufal05R](https://github.com/Naufal05R) ### [`v0.3.8`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#038---2024-07-09) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.7...v0.3.8) ##### 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. - **⬆️ ChromaDB Update**: Upgraded to version 0.5.3. Ensure your remote ChromaDB instance matches this version. - **🔤 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.7`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#037---2024-06-29) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.7...v0.3.7) ##### 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.7`](https://github.com/open-webui/open-webui/releases/tag/v0.3.7) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.6...v0.3.7) #### \[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.6`](https://github.com/open-webui/open-webui/releases/tag/v0.3.6) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.6...v0.3.6) #### \[0.3.6] - 2024-06-27 ##### Added - **✨ "Functions" Feature**: You can now utilize "Functions" like filters (middleware) and pipe (model) functions directly within the WebUI. While largely compatible with Pipelines, these native functions can be executed easily within Open WebUI. Example use cases for filter functions include usage monitoring, real-time translation, moderation, and automemory. For pipe functions, the scope ranges from Cohere and Anthropic integration directly within Open WebUI, enabling "Valves" for per-user OpenAI API key usage, and much more. If you encounter issues, SAFE_MODE has been introduced. - **📁 Files API**: Compatible with OpenAI, this feature allows for custom Retrieval-Augmented Generation (RAG) in conjunction with the Filter Function. More examples will be shared on our community platform and official documentation website. - **🛠️ Tool Enhancements**: Tools now support citations and "Valves". Documentation will be available shortly. - **🔗 Iframe Support via Files API**: Enables rendering HTML directly into your chat interface using functions and tools. Use cases include playing games like DOOM and Snake, displaying a weather applet, and implementing Anthropic "artifacts"-like features. Stay tuned for updates on our community platform and documentation. - **🔒 Experimental OAuth Support**: New experimental OAuth support. Check our documentation for more details. - **🖼️ Custom Background Support**: Set a custom background from Settings > Interface to personalize your experience. - **🔑 AUTOMATIC1111\_API_AUTH Support**: Enhanced security for the AUTOMATIC1111 API. - **🎨 Code Highlight Optimization**: Improved code highlighting features. - **🎙️ Voice Interruption Feature**: Reintroduced and now toggleable from Settings > Interface. - **💤 Wakelock API**: Now in use to prevent screen dimming during important tasks. - **🔐 API Key Privacy**: All API keys are now hidden by default for better security. - **🔍 New Web Search Provider**: Added jina_search as a new option. - **🌐 Enhanced Internationalization (i18n)**: Improved Korean translation and updated Chinese and Ukrainian translations. ##### Fixed - **🔧 Conversation Mode Issue**: Fixed the issue where Conversation Mode remained active after being removed from settings. - **📏 Scroll Button Obstruction**: Resolved the issue where the scrollToBottom button container obstructed clicks on buttons beneath it. ##### Changed - **⏲️ AIOHTTP_CLIENT_TIMEOUT**: Now set to 'None' by default for improved configuration flexibility. - **📞 Voice Call Enhancements**: Improved by skipping code blocks and expressions during calls. - **🚫 Error Message Handling**: Disabled the continuation of operations with error messages. - **🗂️ Playground Relocation**: Moved the Playground from the workspace to the user menu for better user experience. 👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible: [@&#8203;SimonOriginal](https://github.com/SimonOriginal), [@&#8203;jonathan-rohde](https://github.com/jonathan-rohde), [@&#8203;jh0ker](https://github.com/jh0ker), [@&#8203;djismgaming](https://github.com/djismgaming), [@&#8203;Yash-1511](https://github.com/Yash-1511), [@&#8203;josephrocca](https://github.com/josephrocca), [@&#8203;FuturePrayer](https://github.com/FuturePrayer), [@&#8203;KarlLee830](https://github.com/KarlLee830), [@&#8203;ricky-davis](https://github.com/ricky-davis), [@&#8203;cheahjs](https://github.com/cheahjs), [@&#8203;perfectra1n](https://github.com/perfectra1n), [@&#8203;ben-z](https://github.com/ben-z), [@&#8203;silentoplayz](https://github.com/silentoplayz), [@&#8203;PeterDaveHello](https://github.com/PeterDaveHello), [@&#8203;que-nguyen](https://github.com/que-nguyen) https://x.com/OpenWebUI/status/1806428429786759486 ### [`v0.3.6`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#036---2024-06-27) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.5...v0.3.6) ##### Added - **✨ "Functions" Feature**: You can now utilize "Functions" like filters (middleware) and pipe (model) functions directly within the WebUI. While largely compatible with Pipelines, these native functions can be executed easily within Open WebUI. Example use cases for filter functions include usage monitoring, real-time translation, moderation, and automemory. For pipe functions, the scope ranges from Cohere and Anthropic integration directly within Open WebUI, enabling "Valves" for per-user OpenAI API key usage, and much more. If you encounter issues, SAFE_MODE has been introduced. - **📁 Files API**: Compatible with OpenAI, this feature allows for custom Retrieval-Augmented Generation (RAG) in conjunction with the Filter Function. More examples will be shared on our community platform and official documentation website. - **🛠️ Tool Enhancements**: Tools now support citations and "Valves". Documentation will be available shortly. - **🔗 Iframe Support via Files API**: Enables rendering HTML directly into your chat interface using functions and tools. Use cases include playing games like DOOM and Snake, displaying a weather applet, and implementing Anthropic "artifacts"-like features. Stay tuned for updates on our community platform and documentation. - **🔒 Experimental OAuth Support**: New experimental OAuth support. Check our documentation for more details. - **🖼️ Custom Background Support**: Set a custom background from Settings > Interface to personalize your experience. - **🔑 AUTOMATIC1111\_API_AUTH Support**: Enhanced security for the AUTOMATIC1111 API. - **🎨 Code Highlight Optimization**: Improved code highlighting features. - **🎙️ Voice Interruption Feature**: Reintroduced and now toggleable from Settings > Interface. - **💤 Wakelock API**: Now in use to prevent screen dimming during important tasks. - **🔐 API Key Privacy**: All API keys are now hidden by default for better security. - **🔍 New Web Search Provider**: Added jina_search as a new option. - **🌐 Enhanced Internationalization (i18n)**: Improved Korean translation and updated Chinese and Ukrainian translations. ##### Fixed - **🔧 Conversation Mode Issue**: Fixed the issue where Conversation Mode remained active after being removed from settings. - **📏 Scroll Button Obstruction**: Resolved the issue where the scrollToBottom button container obstructed clicks on buttons beneath it. ##### Changed - **⏲️ AIOHTTP_CLIENT_TIMEOUT**: Now set to 'None' by default for improved configuration flexibility. - **📞 Voice Call Enhancements**: Improved by skipping code blocks and expressions during calls. - **🚫 Error Message Handling**: Disabled the continuation of operations with error messages. - **🗂️ Playground Relocation**: Moved the Playground from the workspace to the user menu for better user experience. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- Did Renovate not find changelogs? No worries! [Click here](https://git.mafyuh.dev/mafyuh/Auto-Homelab/src/branch/main/.github/changelogs.md) <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2024-07-20 11:34:46 -04:00
⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.3.10
Some checks failed
Lint on PR / Lint YAML files (pull_request) Successful in 8s
Deploy to Hosts / deploy (pull_request) Has been cancelled
652acef6cc
renovatebot changed title from ⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.3.10 to ⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.3.10 - autoclosed 2024-07-20 12:01:16 -04:00
renovatebot closed this pull request 2024-07-20 12:01:16 -04:00
Some checks failed
Lint on PR / Lint YAML files (pull_request) Successful in 8s
Deploy to Hosts / deploy (pull_request) Has been cancelled

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mafyuh/iac#23
No description provided.