Update open-webui to v0.6.6 (#2720)
This commit is contained in:
parent
001dfbcd85
commit
0dcddcfe49
@ -8,7 +8,7 @@ services:
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
web:
|
||||
image: ghcr.io/open-webui/open-webui:v0.6.5@sha256:fe7a6870ec6b2fd540c0f2007e6aa812dc4bf04a2d0a305bb344eeb10de0a7b7
|
||||
image: ghcr.io/open-webui/open-webui:v0.6.6@sha256:10b848f770b21fb401cb61142772b2767043a001a9c57de550eb9760bbc3db84
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/open-webui:/app/backend/data
|
||||
environment:
|
||||
|
||||
@ -3,7 +3,7 @@ id: open-webui
|
||||
name: Open WebUI
|
||||
tagline: Chat with Ollama models like DeepSeek-R1 and LLama, or use an OpenAI API key
|
||||
category: ai
|
||||
version: "0.6.5"
|
||||
version: "0.6.6"
|
||||
port: 2876
|
||||
description: >-
|
||||
Open WebUI lets you chat with advanced AI models running locally on your own device or connect to online models using an API key.
|
||||
@ -37,26 +37,28 @@ defaultPassword: ""
|
||||
dependencies:
|
||||
- ollama
|
||||
releaseNotes: >-
|
||||
⚠️ If you encounter errors when chatting with your existing ollama models after this update, please clear your browser cache to resolve.
|
||||
This is a known issue with ollama and open-webui that may occur after updating.
|
||||
|
||||
|
||||
Key highlights in this release include:
|
||||
- Granular voice feature permissions for user groups
|
||||
- Toggle for Voice Activity Detection in Whisper speech-to-text
|
||||
- New "Copy Formatted" option for AI responses
|
||||
- Backend stability and performance improvements
|
||||
- Enhanced translations across multiple languages
|
||||
- Fixed LDAP login reliability issues
|
||||
- Resolved image generation problems in temporary chats
|
||||
- Toggle for auto-artifact detection and persistent config
|
||||
- Widescreen shared chat view and improved copy behavior
|
||||
- On-demand knowledge reindexing and YAML OpenAPI support
|
||||
- Azure Speech-to-Text and Sougou search integration
|
||||
- Multi-model chat and web loader engine controls
|
||||
- PWA external manifest, Elixir highlighting, and PKCE for OIDC
|
||||
- UI/UX improvements and translation updates
|
||||
- Bug fixes and performance enhancements
|
||||
- AI-Enhanced Notes with audio transcription
|
||||
- Meeting audio recording and import
|
||||
- Import Markdown notes
|
||||
- Notes permissions by user group
|
||||
- OneDrive & SharePoint integration
|
||||
- Paginated user list in admin panel
|
||||
- Granular chat share & export permissions
|
||||
- User role change confirmation dialog
|
||||
- Audit log for failed login attempts
|
||||
- Dedicated 'Generate Title' button for chats
|
||||
- Notification sound always-on option
|
||||
- Optimized faster web search & multi-threaded queries
|
||||
- New Firecrawl & Yacy web search integrations
|
||||
- Pinecone vector database integration
|
||||
- Automatic requirements installation for tools & functions
|
||||
- Automatic sign-out on token expiry
|
||||
- Automatic YouTube embed detection
|
||||
- Expanded language & locale support
|
||||
|
||||
|
||||
Various bug fixes and security improvements have also been implemented.
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/open-webui/open-webui/releases
|
||||
|
||||
Loading…
Reference in New Issue
Block a user