Update image ghcr.io/open-webui/open-webui to v0.3.32 #698

Merged
jahanson merged 1 commit from renovate/ghcr.io-open-webui-open-webui-0.x into main 2024-10-07 01:43:35 -05:00
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/open-webui/open-webui patch 0.3.30 -> 0.3.32

Release Notes

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

v0.3.32

Compare Source

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

Compare Source

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

Compare Source

[0.3.31] - 2024-10-06

Added
  • 📚 Knowledge Feature: Reimagined documents feature, now more performant with a better UI for enhanced organization; includes streamlined API integration for Retrieval-Augmented Generation (RAG). Detailed documentation forthcoming: https://docs.openwebui.com/
  • 🌐 New Landing Page: Freshly designed landing page; toggle between the new UI and the classic chat UI from Settings > Interface for a personalized experience.
  • 📁 Full Document Retrieval Mode: Toggle between full document retrieval or traditional snippets by clicking on the file item. This mode enhances document capabilities and supports comprehensive tasks like summarization by utilizing the entire content instead of RAG.
  • 📄 Extracted File Content Display: View extracted content directly by clicking on the file item, simplifying file analysis.
  • 🎨 Artifacts Feature: Render web content and SVGs directly in the interface, supporting quick iterations and live changes.
  • 🖊️ Editable Code Blocks: Supercharged code blocks now allow live editing directly in the LLM response, with live reloads supported by artifacts.
  • 🔧 Code Block Enhancements: Introduced a floating copy button in code blocks to facilitate easier code copying without scrolling.
  • 🔍 SVG Pan/Zoom: Enhanced interaction with SVG images, including Mermaid diagrams, via new pan and zoom capabilities.
  • 🔍 Text Select Quick Actions: New floating buttons appear when text is highlighted in LLM responses, offering deeper interactions like "Ask a Question" or "Explain".
  • 🗃️ Database Pool Configuration: Enhanced database handling to support scalable user growth.
  • 🔊 Experimental Audio Compression: Compress audio files to navigate around the 25MB limit for OpenAI's speech-to-text processing.
  • 🔍 Query Embedding: Adjusted embedding behavior to enhance system performance by not repeating query embedding.
  • 💾 Lazy Load Optimizations: Implemented lazy loading of large dependencies to minimize initial memory usage, boosting performance.
  • 🍏 Apple Touch Icon Support: Optimizes the display of icons for web bookmarks on Apple mobile devices.
  • 🔽 Expandable Content Markdown Support: Introducing 'details', 'summary' tag support for creating expandable content sections in markdown, facilitating cleaner, organized documentation and interactive content display.
Fixed
  • 🔘 Action Button Issue: Resolved a bug where action buttons were not functioning, enhancing UI reliability.
  • 🔄 Multi-Model Chat Loop: Fixed an infinite loop issue in multi-model chat environments, ensuring smoother chat operations.
  • 📄 Chat PDF/TXT Export Issue: Resolved problems with exporting chat logs to PDF and TXT formats.
  • 🔊 Call to Text-to-Speech Issues: Rectified problems with text-to-speech functions to improve audio interactions.
Changed
  • ⚙️ Endpoint Renaming: Renamed 'rag' endpoints to 'retrieval' for clearer function description.
  • 🎨 Styling and Interface Updates: Multiple refinements across the platform to enhance visual appeal and user interaction.
Removed
  • 🗑️ Deprecated 'DOCS_DIR': Removed the outdated 'docs_dir' variable in favor of more direct file management solutions, with direct file directory syncing and API uploads for a more integrated experience.

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@​sebdanielsson, @​FINNSEEFLY, @​dependabot[bot], @​jannikstdl, @​KarlLee830, @​tcgumus, @​cheahjs, @​Nowheresly, @​res0Nanz, @​calvarez8922, @​JEleniel, @​aleixdorca, @​aindriu80, @​atgehrhardt

🚀 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!):
@​digitalbrainowners, @​lukepiette, @​arcee-ai, @​roosi-gmbh, @​calabresefrj, @​mushmax, @​rndmcnlly, @​HuaMedicineLLM, @​GenieDev101, @​PortlandKyGuy

v0.3.31

Compare Source

Added
  • 📚 Knowledge Feature: Reimagined documents feature, now more performant with a better UI for enhanced organization; includes streamlined API integration for Retrieval-Augmented Generation (RAG). Detailed documentation forthcoming: https://docs.openwebui.com/
  • 🌐 New Landing Page: Freshly designed landing page; toggle between the new UI and the classic chat UI from Settings > Interface for a personalized experience.
  • 📁 Full Document Retrieval Mode: Toggle between full document retrieval or traditional snippets by clicking on the file item. This mode enhances document capabilities and supports comprehensive tasks like summarization by utilizing the entire content instead of RAG.
  • 📄 Extracted File Content Display: View extracted content directly by clicking on the file item, simplifying file analysis.
  • 🎨 Artifacts Feature: Render web content and SVGs directly in the interface, supporting quick iterations and live changes.
  • 🖊️ Editable Code Blocks: Supercharged code blocks now allow live editing directly in the LLM response, with live reloads supported by artifacts.
  • 🔧 Code Block Enhancements: Introduced a floating copy button in code blocks to facilitate easier code copying without scrolling.
  • 🔍 SVG Pan/Zoom: Enhanced interaction with SVG images, including Mermaid diagrams, via new pan and zoom capabilities.
  • 🔍 Text Select Quick Actions: New floating buttons appear when text is highlighted in LLM responses, offering deeper interactions like "Ask a Question" or "Explain".
  • 🗃️ Database Pool Configuration: Enhanced database handling to support scalable user growth.
  • 🔊 Experimental Audio Compression: Compress audio files to navigate around the 25MB limit for OpenAI's speech-to-text processing.
  • 🔍 Query Embedding: Adjusted embedding behavior to enhance system performance by not repeating query embedding.
  • 💾 Lazy Load Optimizations: Implemented lazy loading of large dependencies to minimize initial memory usage, boosting performance.
  • 🍏 Apple Touch Icon Support: Optimizes the display of icons for web bookmarks on Apple mobile devices.
  • 🔽 Expandable Content Markdown Support: Introducing 'details', 'summary' tag support for creating expandable content sections in markdown, facilitating cleaner, organized documentation and interactive content display.
Fixed
  • 🔘 Action Button Issue: Resolved a bug where action buttons were not functioning, enhancing UI reliability.
  • 🔄 Multi-Model Chat Loop: Fixed an infinite loop issue in multi-model chat environments, ensuring smoother chat operations.
  • 📄 Chat PDF/TXT Export Issue: Resolved problems with exporting chat logs to PDF and TXT formats.
  • 🔊 Call to Text-to-Speech Issues: Rectified problems with text-to-speech functions to improve audio interactions.
Changed
  • ⚙️ Endpoint Renaming: Renamed 'rag' endpoints to 'retrieval' for clearer function description.
  • 🎨 Styling and Interface Updates: Multiple refinements across the platform to enhance visual appeal and user interaction.
Removed
  • 🗑️ Deprecated 'DOCS_DIR': Removed the outdated 'docs_dir' variable in favor of more direct file management solutions, with direct file directory syncing and API uploads for a more integrated 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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/open-webui/open-webui](https://github.com/open-webui/open-webui) | patch | `0.3.30` -> `0.3.32` | --- ### Release Notes <details> <summary>open-webui/open-webui (ghcr.io/open-webui/open-webui)</summary> ### [`v0.3.32`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0332---2024-10-06) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.32...v0.3.32) ##### 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.3.32`](https://github.com/open-webui/open-webui/releases/tag/v0.3.32) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.31...v0.3.32) #### \[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.3.31`](https://github.com/open-webui/open-webui/releases/tag/v0.3.31) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.31...v0.3.31) #### \[0.3.31] - 2024-10-06 ##### Added - **📚 Knowledge Feature**: Reimagined documents feature, now more performant with a better UI for enhanced organization; includes streamlined API integration for Retrieval-Augmented Generation (RAG). Detailed documentation forthcoming: https://docs.openwebui.com/ - **🌐 New Landing Page**: Freshly designed landing page; toggle between the new UI and the classic chat UI from Settings > Interface for a personalized experience. - **📁 Full Document Retrieval Mode**: Toggle between full document retrieval or traditional snippets by clicking on the file item. This mode enhances document capabilities and supports comprehensive tasks like summarization by utilizing the entire content instead of RAG. - **📄 Extracted File Content Display**: View extracted content directly by clicking on the file item, simplifying file analysis. - **🎨 Artifacts Feature**: Render web content and SVGs directly in the interface, supporting quick iterations and live changes. - **🖊️ Editable Code Blocks**: Supercharged code blocks now allow live editing directly in the LLM response, with live reloads supported by artifacts. - **🔧 Code Block Enhancements**: Introduced a floating copy button in code blocks to facilitate easier code copying without scrolling. - **🔍 SVG Pan/Zoom**: Enhanced interaction with SVG images, including Mermaid diagrams, via new pan and zoom capabilities. - **🔍 Text Select Quick Actions**: New floating buttons appear when text is highlighted in LLM responses, offering deeper interactions like "Ask a Question" or "Explain". - **🗃️ Database Pool Configuration**: Enhanced database handling to support scalable user growth. - **🔊 Experimental Audio Compression**: Compress audio files to navigate around the 25MB limit for OpenAI's speech-to-text processing. - **🔍 Query Embedding**: Adjusted embedding behavior to enhance system performance by not repeating query embedding. - **💾 Lazy Load Optimizations**: Implemented lazy loading of large dependencies to minimize initial memory usage, boosting performance. - **🍏 Apple Touch Icon Support**: Optimizes the display of icons for web bookmarks on Apple mobile devices. - **🔽 Expandable Content Markdown Support**: Introducing 'details', 'summary' tag support for creating expandable content sections in markdown, facilitating cleaner, organized documentation and interactive content display. ##### Fixed - **🔘 Action Button Issue**: Resolved a bug where action buttons were not functioning, enhancing UI reliability. - **🔄 Multi-Model Chat Loop**: Fixed an infinite loop issue in multi-model chat environments, ensuring smoother chat operations. - **📄 Chat PDF/TXT Export Issue**: Resolved problems with exporting chat logs to PDF and TXT formats. - **🔊 Call to Text-to-Speech Issues**: Rectified problems with text-to-speech functions to improve audio interactions. ##### Changed - **⚙️ Endpoint Renaming**: Renamed 'rag' endpoints to 'retrieval' for clearer function description. - **🎨 Styling and Interface Updates**: Multiple refinements across the platform to enhance visual appeal and user interaction. ##### Removed - **🗑️ Deprecated 'DOCS_DIR'**: Removed the outdated 'docs_dir' variable in favor of more direct file management solutions, with direct file directory syncing and API uploads for a more integrated experience. 👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible: [@&#8203;sebdanielsson](https://github.com/sebdanielsson), [@&#8203;FINNSEEFLY](https://github.com/FINNSEEFLY), [@&#8203;dependabot](https://github.com/dependabot)\[bot], [@&#8203;jannikstdl](https://github.com/jannikstdl), [@&#8203;KarlLee830](https://github.com/KarlLee830), [@&#8203;tcgumus](https://github.com/tcgumus), [@&#8203;cheahjs](https://github.com/cheahjs), [@&#8203;Nowheresly](https://github.com/Nowheresly), [@&#8203;res0Nanz](https://github.com/res0Nanz), [@&#8203;calvarez8922](https://github.com/calvarez8922), [@&#8203;JEleniel](https://github.com/JEleniel), [@&#8203;aleixdorca](https://github.com/aleixdorca), [@&#8203;aindriu80](https://github.com/aindriu80), [@&#8203;atgehrhardt](https://github.com/atgehrhardt) 🚀 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!): [@&#8203;digitalbrainowners](https://github.com/digitalbrainowners), [@&#8203;lukepiette](https://github.com/lukepiette), [@&#8203;arcee-ai](https://github.com/arcee-ai), [@&#8203;roosi-gmbh](https://github.com/roosi-gmbh), [@&#8203;calabresefrj](https://github.com/calabresefrj), [@&#8203;mushmax](https://github.com/mushmax), [@&#8203;rndmcnlly](https://github.com/rndmcnlly), [@&#8203;HuaMedicineLLM](https://github.com/HuaMedicineLLM), [@&#8203;GenieDev101](https://github.com/GenieDev101), [@&#8203;PortlandKyGuy](https://github.com/PortlandKyGuy) ### [`v0.3.31`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#0331---2024-10-06) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.30...v0.3.31) ##### Added - **📚 Knowledge Feature**: Reimagined documents feature, now more performant with a better UI for enhanced organization; includes streamlined API integration for Retrieval-Augmented Generation (RAG). Detailed documentation forthcoming: https://docs.openwebui.com/ - **🌐 New Landing Page**: Freshly designed landing page; toggle between the new UI and the classic chat UI from Settings > Interface for a personalized experience. - **📁 Full Document Retrieval Mode**: Toggle between full document retrieval or traditional snippets by clicking on the file item. This mode enhances document capabilities and supports comprehensive tasks like summarization by utilizing the entire content instead of RAG. - **📄 Extracted File Content Display**: View extracted content directly by clicking on the file item, simplifying file analysis. - **🎨 Artifacts Feature**: Render web content and SVGs directly in the interface, supporting quick iterations and live changes. - **🖊️ Editable Code Blocks**: Supercharged code blocks now allow live editing directly in the LLM response, with live reloads supported by artifacts. - **🔧 Code Block Enhancements**: Introduced a floating copy button in code blocks to facilitate easier code copying without scrolling. - **🔍 SVG Pan/Zoom**: Enhanced interaction with SVG images, including Mermaid diagrams, via new pan and zoom capabilities. - **🔍 Text Select Quick Actions**: New floating buttons appear when text is highlighted in LLM responses, offering deeper interactions like "Ask a Question" or "Explain". - **🗃️ Database Pool Configuration**: Enhanced database handling to support scalable user growth. - **🔊 Experimental Audio Compression**: Compress audio files to navigate around the 25MB limit for OpenAI's speech-to-text processing. - **🔍 Query Embedding**: Adjusted embedding behavior to enhance system performance by not repeating query embedding. - **💾 Lazy Load Optimizations**: Implemented lazy loading of large dependencies to minimize initial memory usage, boosting performance. - **🍏 Apple Touch Icon Support**: Optimizes the display of icons for web bookmarks on Apple mobile devices. - **🔽 Expandable Content Markdown Support**: Introducing 'details', 'summary' tag support for creating expandable content sections in markdown, facilitating cleaner, organized documentation and interactive content display. ##### Fixed - **🔘 Action Button Issue**: Resolved a bug where action buttons were not functioning, enhancing UI reliability. - **🔄 Multi-Model Chat Loop**: Fixed an infinite loop issue in multi-model chat environments, ensuring smoother chat operations. - **📄 Chat PDF/TXT Export Issue**: Resolved problems with exporting chat logs to PDF and TXT formats. - **🔊 Call to Text-to-Speech Issues**: Rectified problems with text-to-speech functions to improve audio interactions. ##### Changed - **⚙️ Endpoint Renaming**: Renamed 'rag' endpoints to 'retrieval' for clearer function description. - **🎨 Styling and Interface Updates**: Multiple refinements across the platform to enhance visual appeal and user interaction. ##### Removed - **🗑️ Deprecated 'DOCS_DIR'**: Removed the outdated 'docs_dir' variable in favor of more direct file management solutions, with direct file directory syncing and API uploads for a more integrated 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 --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
smeagol-help added 1 commit 2024-10-06 21:33:30 -05:00
smeagol-help force-pushed renovate/ghcr.io-open-webui-open-webui-0.x from 2a883e5710 to f7afa7927a 2024-10-07 00:32:24 -05:00 Compare
smeagol-help changed title from Update image ghcr.io/open-webui/open-webui to v0.3.31 to Update image ghcr.io/open-webui/open-webui to v0.3.32 2024-10-07 00:32:25 -05:00
jahanson merged commit c48568327d into main 2024-10-07 01:43:35 -05:00
jahanson deleted branch renovate/ghcr.io-open-webui-open-webui-0.x 2024-10-07 01:43:35 -05:00
Sign in to join this conversation.
No reviewers
No labels
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: jahanson/theshire#698
No description provided.