⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.3.5 #346

Merged
mafyuh merged 1 commit from renovate/ghcr.io-open-webui-open-webui-0.x into main 2024-06-17 02:07:01 -04:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v0.3.5

Compare Source

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

Compare Source

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

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@​ricky-davis, @​KarlLee830, @​theasp, @​Yash-1511, @​PierreMesure, @​Peter-De-Ath, @​robbie-cahill, @​JohnTheNerd, @​sammcj, @​sample


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.4` -> `0.3.5` | --- ### Release Notes <details> <summary>open-webui/open-webui (ghcr.io/open-webui/open-webui)</summary> ### [`v0.3.5`](https://github.com/open-webui/open-webui/blob/HEAD/CHANGELOG.md#035---2024-06-16) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.5...v0.3.5) ##### 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.5`](https://github.com/open-webui/open-webui/releases/tag/v0.3.5) [Compare Source](https://github.com/open-webui/open-webui/compare/v0.3.4...v0.3.5) #### \[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. 👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible: [@&#8203;ricky-davis](https://github.com/ricky-davis), [@&#8203;KarlLee830](https://github.com/KarlLee830), [@&#8203;theasp](https://github.com/theasp), [@&#8203;Yash-1511](https://github.com/Yash-1511), [@&#8203;PierreMesure](https://github.com/PierreMesure), [@&#8203;Peter-De-Ath](https://github.com/Peter-De-Ath), [@&#8203;robbie-cahill](https://github.com/robbie-cahill), [@&#8203;JohnTheNerd](https://github.com/JohnTheNerd), [@&#8203;sammcj](https://github.com/sammcj), [@&#8203;sample](https://github.com/sample) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDguMyIsInVwZGF0ZWRJblZlciI6IjM3LjQwOC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2024-06-17 02:00:49 -04:00
⬆️ Update ghcr.io/open-webui/open-webui Docker tag to v0.3.5
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 10s
Deploy to Hosts / deploy (pull_request) Successful in 50s
98d3de1a4d
mafyuh merged commit c27e0715ed into main 2024-06-17 02:07:01 -04:00
mafyuh deleted branch renovate/ghcr.io-open-webui-open-webui-0.x 2024-06-17 02:07:01 -04:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No milestone
No project
No assignees
1 participant
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/Auto-Homelab#346
No description provided.