Update open-webui to version v0.6.5 (#2567)

This commit is contained in:
Alexander L. 2025-04-14 15:58:41 +02:00 committed by GitHub
parent 06f762849e
commit b6560ef802
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 16 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
web:
image: ghcr.io/open-webui/open-webui:v0.6.2@sha256:79f5f3ac1d2b41184e48a163ea9a7b9de42dea2111f7832017ddef385ead8369
image: ghcr.io/open-webui/open-webui:v0.6.5@sha256:fe7a6870ec6b2fd540c0f2007e6aa812dc4bf04a2d0a305bb344eeb10de0a7b7
volumes:
- ${APP_DATA_DIR}/data/open-webui:/app/backend/data
environment:

View File

@ -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.2"
version: "0.6.5"
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.
@ -42,20 +42,21 @@ releaseNotes: >-
Key highlights in this release include:
- Improved global language support with expanded translations
- Enhanced accuracy for tool descriptions from OpenAPI servers
- Fixed web search result attribution and content retrieval
- Restored audio file upload responses
- Various backend improvements for better performance and stability
- Global external tool server config for admins
- User toggle to access external tools
- Mistral OCR support for scanned docs
- Unified tools dropdown UI
- Improved default RAG prompt
- Refactored tool logic for better performance
- Updated translations
- Better image output in tool messages
- Various bug fixes and performance improvements
- 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
Full release notes can be found at https://github.com/open-webui/open-webui/releases