Skip to content

Update ghcr.io/open-webui/open-webui Docker tag to v0.6.16 #164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/open-webui/open-webui patch 0.6.13 -> 0.6.16

Release Notes

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

v0.6.16

Compare Source

Added
  • 🗂️ Folders as Projects: Organize your workflow with folder-based projects—set folder-level system prompts and associate custom knowledge, bringing seamless, context-rich management to teams and users handling multiple initiatives or clients.
  • 📁 Instant Folder-Based Chat Creation: Start a new chat directly from any folder; just click and your new conversation is automatically embedded in the right project context—no more manual dragging or setup, saving time and eliminating mistakes.
  • 🧩 Prompt Variables with Automatic Input Modal: Prompts containing variables now display a clean, auto-generated input modal that autofocuses on the first field for instant value entry—just select the prompt and fill in exactly what’s needed, reducing friction and guesswork.
  • 🔡 Variable Input Typing in Prompts: Define input types for prompt variables (e.g., text, textarea, number, select, color, date, map and more), giving everyone a clearer and more precise prompt-building experience for advanced automation or workflows.
  • 🚀 Base Model List Caching: Cache your base model list to speed up model selection and reduce repeated API calls; toggle this in Admin Settings > Connections for responsive model management even in large or multi-provider setups.
  • ⏱️ Configurable Model List Cache TTL: Take control over model list caching with the new MODEL_LIST_CACHE_TTL environment variable. Set a custom cache duration in seconds to balance performance and freshness, reducing API requests in stable environments or ensuring rapid updates when models change frequently.
  • 🔖 Reference Notes as Knowledge or in Chats: Use any note as knowledge for a model or folder, or reference it directly from chat—integrate living documentation into your Retrieval Augmented Generation workflows or discussions, bridging knowledge and action.
  • 📝 Chat Directly with Notes (Experimental): Ask questions about any note, and directly edit or update notes from within a chat—unlock direct AI-powered brainstorming, summarization, and cleanup, like having your own collaborative AI canvas.
  • 🤝 Collaborative Notes with Multi-User Editing: Share notes with others and collaborate live—multiple users can edit a note in real-time, boosting cooperative knowledge building and workflow documentation.
  • 🛡️ Collaborative Note Permissions: Control who can view or edit each note with robust sharing permissions, ensuring privacy or collaboration per your organizational needs.
  • 🔗 Copy Link to Notes: Quickly copy and share direct links to notes for easier knowledge transfer within your team or external collaborators.
  • 📋 Task List Support in Notes: Add, organize, and manage checklists or tasks inside your notes—plan projects, track to-dos, and keep everything actionable in a single space.
  • 🧠 AI-Generated Note Titles: Instantly generate relevant and concise titles for your notes using AI—keep your knowledge library organized without tedious manual editing.
  • 🔄 Full Undo/Redo Support in Notes: Effortlessly undo or redo your latest note changes—never fear mistakes or accidental edits while collaborating or writing.
  • 📝 Enhanced Note Word/Character Counter: Always know the size of your notes with built-in counters, making it easier to adhere to length guidelines for shared or published content.
  • 🖊️ Floating & Bubble Formatting Menus in Note Editor: Access text formatting tools through both a floating menu and an intuitive bubble menu directly in the note editor—making rich text editing faster, more discoverable, and easier than ever.
  • ✍️ Rich Text Prompt Insertion: A new setting allows prompts to be inserted directly into the chat box as fully-formatted rich text, preserving Markdown elements like headings, lists, and bold text for a more intuitive and visually consistent editing experience.
  • 🌐 Configurable Database URL: WebUI now supports more flexible database configuration via new environment variables—making deployment and scaling simpler across various infrastructure setups.
  • 🎛️ Completely Frontend-Handled File Upload in Temporary Chats: When using temporary chats, file extraction now occurs fully in your browser with zero files sent to the backend, further strengthening privacy and giving you instant feedback.
  • 🔄 Enhanced Banner and Chat Command Visibility: Banner handling and command feedback in chat are now clearer and more contextually visible, making alerts, suggestions, and automation easier to spot and interact with for all users.
  • 📱 Mobile Experience Polished: The "new chat" button is back in mobile, plus core navigation and input controls have been smoothed out for better usability on phones and tablets.
  • 📄 OpenDocument Text (.odt) Support: Seamlessly upload and process .odt files from open-source office suites like LibreOffice and OpenOffice, expanding your ability to build knowledge from a wider range of document formats.
  • 📑 Enhanced Markdown Document Splitting: Improve knowledge retrieval from Markdown files with a new header-aware splitting strategy. This method intelligently chunks documents based on their header structure, preserving the original context and hierarchy for more accurate and relevant RAG results.
  • 📚 Full Context Mode for Knowledge Bases: When adding a knowledge base to a folder or custom model, you can now toggle full context mode for the entire knowledge base. This bypasses the usual chunking and retrieval process, making it perfect for leaner knowledge bases.
  • 🕰️ Configurable OAuth Timeout: Enhance login reliability by setting a custom timeout (OAUTH_TIMEOUT) for all OAuth providers (Google, Microsoft, GitHub, OIDC), preventing authentication failures on slow or restricted networks.
  • 🎨 Accessibility & High-Contrast Theme Enhancements: Major accessibility overhaul with significant updates to the high-contrast theme. Improved focus visibility, ARIA labels, and semantic HTML ensure core components like the chat interface and model selector are fully compliant and readable for visually impaired users.
  • ↕️ Resizable System Prompt Fields: Conveniently resize system prompt input fields to comfortably view and edit lengthy or complex instructions, improving the user experience for advanced model configuration.
  • 🔧 Granular Update Check Control: Gain finer control over outbound connections with the new ENABLE_VERSION_UPDATE_CHECK flag. This allows administrators to disable version update checks independently of the full OFFLINE_MODE, perfect for environments with restricted internet access that still need to download embedding models.
  • 🗃️ Configurable Qdrant Collection Prefix: Enhance scalability by setting a custom QDRANT_COLLECTION_PREFIX. This allows multiple Open WebUI instances to share a single Qdrant cluster safely, ensuring complete data isolation between separate deployments without conflicts.
  • ⚙️ Improved Default Database Performance: Enhanced out-of-the-box performance by setting smarter database connection pooling defaults, reducing API response times for users on non-SQLite databases without requiring manual configuration.
  • 🔧 Configurable Redis Key Prefix: Added support for the REDIS_KEY_PREFIX environment variable, allowing multiple Open WebUI instances to share a Redis cluster with isolated key namespaces for improved multi-tenancy.
  • ➡️ Forward User Context to Reranker: For advanced RAG integrations, user information (ID, name, email, role) can now be forwarded as HTTP headers to external reranking services, enabling personalized results or per-user access control.
  • ⚙️ PGVector Connection Pooling: Enhance performance and stability for PGVector-based RAG by enabling and configuring the database connection pool. New environment variables allow fine-tuning of pool size, timeout, and overflow settings to handle high-concurrency workloads efficiently.
  • ⚙️ General Backend Refactoring: Extensive refactoring delivers a faster, more reliable, and robust backend experience—improving chat speed, model management, and day-to-day reliability.
  • 🌍 Expanded & Improved Translations: Enjoy a more accessible and intuitive experience thanks to comprehensive updates and enhancements for Chinese (Simplified and Traditional), German, French, Catalan, Irish, and Spanish translations throughout the interface.
Fixed
  • 🛠️ Rich Text Input Stability and Performance: Multiple improvements ensure faster, cleaner text editing and rendering with reduced glitches—especially supporting links, color picking, checkbox controls, and code blocks in notes and chats.
  • 📷 Seamless iPhone Image Uploads: Effortlessly upload photos from iPhones and other devices using HEIC format—images are now correctly recognized and processed, eliminating compatibility issues.
  • 🔄 Audio MIME Type Registration: Issues with audio file content types have been resolved, guaranteeing smoother, error-free uploads and playback for transcription or note attachments.
  • 🖍️ Input Commands Now Always Visible: Input commands (like prompts or knowledge) dynamically adjust their height on small screens, ensuring nothing is cut off and every tool remains easily accessible.
  • 🛑 Tool Result Rendering: Fixed display problems with tool results, providing fast, clear feedback when using external or internal tools.
  • 🗂️ Table Alignment in Markdown: Markdown tables are now rendered and aligned as expected, keeping reports and documentation readable.
  • 🖼️ Thread Image Handling: Fixed an issue where messages containing only images in threads weren’t displayed correctly.
  • 🗝️ Note Access Control Security: Tightened access control logic for notes to guarantee that shared or collaborative notes respect all user permissions and privacy safeguards.
  • 🧾 Ollama API Compatibility: Fixed model parameter naming in the API to ensure uninterrupted compatibility for all Ollama endpoints.
  • 🛠️ Detection for 'text/html' Files: Files loaded with docling/tika are now reliably detected as the correct type, improving knowledge ingestion and document parsing.
  • 🔐 OAuth Login Stability: Resolved a critical OAuth bug that caused login failures on subsequent attempts after logging out. The user session is now completely cleared on logout, ensuring reliable and secure authentication across all supported providers (Google, Microsoft, GitHub, OIDC).
  • 🚪 OAuth Logout and Redirect Reliability: The OAuth logout process has been made more robust. Logout requests now correctly use proxy environment variables, ensuring they succeed in corporate networks. Additionally, the custom WEBUI_AUTH_SIGNOUT_REDIRECT_URL is now properly respected for all OAuth/OIDC configurations, ensuring a seamless sign-out experience.
  • 📜 Banner Newline Rendering: Banners now correctly render newline characters, ensuring that multi-line announcements and messages are displayed with their intended formatting.
  • ℹ️ Consistent Model Description Rendering: Model descriptions now render Markdown correctly in the main chat interface, matching the formatting seen in the model selection dropdown for a consistent user experience.
  • 🔄 Offline Mode Update Check Display: Corrected a UI bug where the "Checking for Updates..." message would display indefinitely when the application was set to offline mode.
  • 🛠️ Tool Result Encoding: Fixed a bug where tool calls returning non-ASCII characters would fail, ensuring robust handling of international text and special characters in tool outputs.

v0.6.16

Compare Source

[0.6.16] - 2025-07-14

Added
  • 🗂️ Folders as Projects: Organize your workflow with folder-based projects—set folder-level system prompts and associate custom knowledge, bringing seamless, context-rich management to teams and users handling multiple initiatives or clients.
  • 📁 Instant Folder-Based Chat Creation: Start a new chat directly from any folder; just click and your new conversation is automatically embedded in the right project context—no more manual dragging or setup, saving time and eliminating mistakes.
  • 🧩 Prompt Variables with Automatic Input Modal: Prompts containing variables now display a clean, auto-generated input modal that autofocuses on the first field for instant value entry—just select the prompt and fill in exactly what’s needed, reducing friction and guesswork.
  • 🔡 Variable Input Typing in Prompts: Define input types for prompt variables (e.g., text, textarea, number, select, color, date, map and more), giving everyone a clearer and more precise prompt-building experience for advanced automation or workflows.
  • 🚀 Base Model List Caching: Cache your base model list to speed up model selection and reduce repeated API calls; toggle this in Admin Settings > Connections for responsive model management even in large or multi-provider setups.
  • ⏱️ Configurable Model List Cache TTL: Take control over model list caching with the new MODEL_LIST_CACHE_TTL environment variable. Set a custom cache duration in seconds to balance performance and freshness, reducing API requests in stable environments or ensuring rapid updates when models change frequently.
  • 🔖 Reference Notes as Knowledge or in Chats: Use any note as knowledge for a model or folder, or reference it directly from chat—integrate living documentation into your Retrieval Augmented Generation workflows or discussions, bridging knowledge and action.
  • 📝 Chat Directly with Notes (Experimental): Ask questions about any note, and directly edit or update notes from within a chat—unlock direct AI-powered brainstorming, summarization, and cleanup, like having your own collaborative AI canvas.
  • 🤝 Collaborative Notes with Multi-User Editing: Share notes with others and collaborate live—multiple users can edit a note in real-time, boosting cooperative knowledge building and workflow documentation.
  • 🛡️ Collaborative Note Permissions: Control who can view or edit each note with robust sharing permissions, ensuring privacy or collaboration per your organizational needs.
  • 🔗 Copy Link to Notes: Quickly copy and share direct links to notes for easier knowledge transfer within your team or external collaborators.
  • 📋 Task List Support in Notes: Add, organize, and manage checklists or tasks inside your notes—plan projects, track to-dos, and keep everything actionable in a single space.
  • 🧠 AI-Generated Note Titles: Instantly generate relevant and concise titles for your notes using AI—keep your knowledge library organized without tedious manual editing.
  • 🔄 Full Undo/Redo Support in Notes: Effortlessly undo or redo your latest note changes—never fear mistakes or accidental edits while collaborating or writing.
  • 📝 Enhanced Note Word/Character Counter: Always know the size of your notes with built-in counters, making it easier to adhere to length guidelines for shared or published content.
  • 🖊️ Floating & Bubble Formatting Menus in Note Editor: Access text formatting tools through both a floating menu and an intuitive bubble menu directly in the note editor—making rich text editing faster, more discoverable, and easier than ever.
  • ✍️ Rich Text Prompt Insertion: A new setting allows prompts to be inserted directly into the chat box as fully-formatted rich text, preserving Markdown elements like headings, lists, and bold text for a more intuitive and visually consistent editing experience.
  • 🌐 Configurable Database URL: WebUI now supports more flexible database configuration via new environment variables—making deployment and scaling simpler across various infrastructure setups.
  • 🎛️ Completely Frontend-Handled File Upload in Temporary Chats: When using temporary chats, file extraction now occurs fully in your browser with zero files sent to the backend, further strengthening privacy and giving you instant feedback.
  • 🔄 Enhanced Banner and Chat Command Visibility: Banner handling and command feedback in chat are now clearer and more contextually visible, making alerts, suggestions, and automation easier to spot and interact with for all users.
  • 📱 Mobile Experience Polished: The "new chat" button is back in mobile, plus core navigation and input controls have been smoothed out for better usability on phones and tablets.
  • 📄 OpenDocument Text (.odt) Support: Seamlessly upload and process .odt files from open-source office suites like LibreOffice and OpenOffice, expanding your ability to build knowledge from a wider range of document formats.
  • 📑 Enhanced Markdown Document Splitting: Improve knowledge retrieval from Markdown files with a new header-aware splitting strategy. This method intelligently chunks documents based on their header structure, preserving the original context and hierarchy for more accurate and relevant RAG results.
  • 📚 Full Context Mode for Knowledge Bases: When adding a knowledge base to a folder or custom model, you can now toggle full context mode for the entire knowledge base. This bypasses the usual chunking and retrieval process, making it perfect for leaner knowledge bases.
  • 🕰️ Configurable OAuth Timeout: Enhance login reliability by setting a custom timeout (OAUTH_TIMEOUT) for all OAuth providers (Google, Microsoft, GitHub, OIDC), preventing authentication failures on slow or restricted networks.
  • 🎨 Accessibility & High-Contrast Theme Enhancements: Major accessibility overhaul with significant updates to the high-contrast theme. Improved focus visibility, ARIA labels, and semantic HTML ensure core components like the chat interface and model selector are fully compliant and readable for visually impaired users.
  • ↕️ Resizable System Prompt Fields: Conveniently resize system prompt input fields to comfortably view and edit lengthy or complex instructions, improving the user experience for advanced model configuration.
  • 🔧 Granular Update Check Control: Gain finer control over outbound connections with the new ENABLE_VERSION_UPDATE_CHECK flag. This allows administrators to disable version update checks independently of the full OFFLINE_MODE, perfect for environments with restricted internet access that still need to download embedding models.
  • 🗃️ Configurable Qdrant Collection Prefix: Enhance scalability by setting a custom QDRANT_COLLECTION_PREFIX. This allows multiple Open WebUI instances to share a single Qdrant cluster safely, ensuring complete data isolation between separate deployments without conflicts.
  • ⚙️ Improved Default Database Performance: Enhanced out-of-the-box performance by setting smarter database connection pooling defaults, reducing API response times for users on non-SQLite databases without requiring manual configuration.
  • 🔧 Configurable Redis Key Prefix: Added support for the REDIS_KEY_PREFIX environment variable, allowing multiple Open WebUI instances to share a Redis cluster with isolated key namespaces for improved multi-tenancy.
  • ➡️ Forward User Context to Reranker: For advanced RAG integrations, user information (ID, name, email, role) can now be forwarded as HTTP headers to external reranking services, enabling personalized results or per-user access control.
  • ⚙️ PGVector Connection Pooling: Enhance performance and stability for PGVector-based RAG by enabling and configuring the database connection pool. New environment variables allow fine-tuning of pool size, timeout, and overflow settings to handle high-concurrency workloads efficiently.
  • ⚙️ General Backend Refactoring: Extensive refactoring delivers a faster, more reliable, and robust backend experience—improving chat speed, model management, and day-to-day reliability.
  • 🌍 Expanded & Improved Translations: Enjoy a more accessible and intuitive experience thanks to comprehensive updates and enhancements for Chinese (Simplified and Traditional), German, French, Catalan, Irish, and Spanish translations throughout the interface.
Fixed
  • 🛠️ Rich Text Input Stability and Performance: Multiple improvements ensure faster, cleaner text editing and rendering with reduced glitches—especially supporting links, color picking, checkbox controls, and code blocks in notes and chats.
  • 📷 Seamless iPhone Image Uploads: Effortlessly upload photos from iPhones and other devices using HEIC format—images are now correctly recognized and processed, eliminating compatibility issues.
  • 🔄 Audio MIME Type Registration: Issues with audio file content types have been resolved, guaranteeing smoother, error-free uploads and playback for transcription or note attachments.
  • 🖍️ Input Commands Now Always Visible: Input commands (like prompts or knowledge) dynamically adjust their height on small screens, ensuring nothing is cut off and every tool remains easily accessible.
  • 🛑 Tool Result Rendering: Fixed display problems with tool results, providing fast, clear feedback when using external or internal tools.
  • 🗂️ Table Alignment in Markdown: Markdown tables are now rendered and aligned as expected, keeping reports and documentation readable.
  • 🖼️ Thread Image Handling: Fixed an issue where messages containing only images in threads weren’t displayed correctly.
  • 🗝️ Note Access Control Security: Tightened access control logic for notes to guarantee that shared or collaborative notes respect all user permissions and privacy safeguards.
  • 🧾 Ollama API Compatibility: Fixed model parameter naming in the API to ensure uninterrupted compatibility for all Ollama endpoints.
  • 🛠️ Detection for 'text/html' Files: Files loaded with docling/tika are now reliably detected as the correct type, improving knowledge ingestion and document parsing.
  • 🔐 OAuth Login Stability: Resolved a critical OAuth bug that caused login failures on subsequent attempts after logging out. The user session is now completely cleared on logout, ensuring reliable and secure authentication across all supported providers (Google, Microsoft, GitHub, OIDC).
  • 🚪 OAuth Logout and Redirect Reliability: The OAuth logout process has been made more robust. Logout requests now correctly use proxy environment variables, ensuring they succeed in corporate networks. Additionally, the custom WEBUI_AUTH_SIGNOUT_REDIRECT_URL is now properly respected for all OAuth/OIDC configurations, ensuring a seamless sign-out experience.
  • 📜 Banner Newline Rendering: Banners now correctly render newline characters, ensuring that multi-line announcements and messages are displayed with their intended formatting.
  • ℹ️ Consistent Model Description Rendering: Model descriptions now render Markdown correctly in the main chat interface, matching the formatting seen in the model selection dropdown for a consistent user experience.
  • 🔄 Offline Mode Update Check Display: Corrected a UI bug where the "Checking for Updates..." message would display indefinitely when the application was set to offline mode.
  • 🛠️ Tool Result Encoding: Fixed a bug where tool calls returning non-ASCII characters would fail, ensuring robust handling of international text and special characters in tool outputs.

[!TIP]
Looking for an Enterprise Plan?Speak with Our Sales Team Today!

Get enhanced capabilities, including custom theming and branding, Service Level Agreement (SLA) support, Long-Term Support (LTS) versions, and more!

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@​athoik, @​aleixdorca, @​tarmst, @​qingchunnh, @​gmacario, @​aindriu80, @​amberyufangchiu, @​rgaricano, @​zomnium, @​ryanmrodriguez, @​Anush008, @​sihyeonn, @​moblangeois, @​kopero2000, @​python4004, @​guenhter, @​Classic298, @​silentoplayz, @​Classic298, @​expruc, @​EntropyYue

Sponsors 🙌

🚀 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!)

Emerald
  • n8n n8n
  • Tailscale tailscale

@​amd, @​agency-agency, @​roosi-gmbh, @​feddersen-group, @​SRKConsulting, @​mushmax, @​rndmcnlly, @​icanbwell, @​Krambu-Travis, @​loitragg, @​euron-tech, @​GenieDev101, @​CubicleGangster, @​GitDatamind, @​TOWaB, @​TheZigGroup, @​Classic298, @​comet-ml, @​catalyst-net-nz, @​FominVO, @​JrdnHans, @​hkosm

v0.6.15

Compare Source

[0.6.15] - 2025-06-16

Added
  • 🖼️ Global Image Compression Option: Effortlessly set image compression globally so all image uploads and outputs are optimized, speeding up load times and saving bandwidth—perfect for teams dealing with large files or limited network resources.
  • 🎤 Custom Speech-to-Text Content-Type for Transcription: Define custom content types for audio transcription, ensuring compatibility with diverse audio sources and unlocking smoother, more accurate transcriptions in advanced setups.
  • 🗂️ LDAP Group Synchronization (Experimental): Automatically sync user groups from your LDAP directory directly into Open WebUI for seamless enterprise access management—simplifies identity integration and governance across your organization.
  • 📈 OpenTelemetry Metrics via OTLP Exporter (Experimental): Gain enterprise-grade analytics and monitor your AI usage in real time with experimental OpenTelemetry Metrics support—connect to any OTLP-compatible backend for instant insights into performance, load, and user interactions.
  • 🕰️ See User Message Timestamps on Hover (Chat Bubble UI): Effortlessly check when any user message was sent by hovering over it in Chat Bubble mode—no more switching screens or digging through logs for context.
  • 🗂️ Leaderboard Sorting Options: Sort the leaderboard directly in the UI for a clearer, more actionable view of top performers, models, or tools—making analysis and recognition quick and easy for teams.
  • 🏆 Evaluation Details Modal in Feedbacks and Leaderboard: Dive deeper with new modals that display detailed evaluation information when reviewing feedbacks and leaderboard rankings—accelerates learning, progress tracking, and quality improvement.
  • 🔄 Support for Multiple Pages in External Document Loaders: Effortlessly extract and work with content spanning multiple pages in external documents, giving you complete flexibility for in-depth research and document workflows.
  • 🌐 New Accessibility Enhancements Across the Interface: Benefit from significant accessibility improvements—tab navigation, ARIA roles/labels, better high-contrast text/modes, accessible modals, and more—making Open WebUI more usable and equitable for everyone, including those using assistive technologies.
  • Performance & Stability Upgrades Across Frontend and Backend: Enjoy a smoother, more reliable experience with numerous behind-the-scenes optimizations and refactoring on both frontend and backend—resulting in faster load times, fewer errors, and even greater stability throughout your workflows.
  • 🌏 Updated and Expanded Localizations: Enjoy improved, up-to-date translations for Finnish, German (now with model pinning features), Korean, Russian, Simplified Chinese, Spanish, and more—making every interaction smoother, clearer, and more intuitive for international users.
Fixed
  • 🦾 Ollama Error Messages More Descriptive: Receive clearer, more actionable error messages when something goes wrong with Ollama models—making troubleshooting and user support faster and more effective.
  • 🌐 Bypass Webloader Now Works as Expected: Resolved an issue where the "bypass webloader" feature failed to function correctly, ensuring web search bypasses operate smoothly and reliably for lighter, faster query results.
  • 🔍 Prevent Redundant Documents in Citation List: The expanded citation list no longer shows duplicate documents, offering a cleaner, easier-to-digest reference experience when reviewing sources in knowledge and research workflows.
  • 🛡️ Trusted Header Email Matching is Now Case-Insensitive: Fixed a critical authentication issue where email case sensitivity could cause secure headers to mismatch, ensuring robust, seamless login and session management in all environments.
  • ⚙️ Direct Tool Server Input Accepts Empty Strings: You can now submit direct tool server commands without unexpected errors when passing empty-string values, improving integration and automation efficiency.
  • 📄 Citation Page Number for Page 1 is Now Displayed: Corrected an oversight where references for page 1 documents were missing the page number; citations are now always accurate and fully visible.
  • 📒 Notes Access Restored: Fixed an issue where some users could not access their notes—everyone can now view and manage their notes reliably, ensuring seamless documentation and workflow continuity.
  • 🛑 OAuth Callback Double-Slash Issue Resolved: Fixed rare cases where an extra slash in OAuth callbacks caused failed logins or redirects, making third-party login integrations more reliable.
Changed
  • 🔑 Dedicated Permission for System Prompts: System prompt access is now controlled by its own specific permission instead of being grouped with general chat controls, empowering admins with finer-grained management over who can view or modify system prompts for enhanced security and workflow customization.
  • 🛠️ YouTube Transcript API and python-pptx Updated: Enjoy better performance, reliability, and broader compatibility thanks to underlying library upgrades—less friction with media-rich and presentation workflows.
Removed
  • 🗑️ Console Logging Disabled in Production: All 'console.log' and 'console.debug' statements are now disabled in production, guaranteeing improved security and cleaner browser logs for end users by removing extraneous technical output.

[!TIP]
Looking for an Enterprise Plan?Speak with Our Sales Team Today!

Get enhanced capabilities, including custom theming and branding, Service Level Agreement (SLA) support, Long-Term Support (LTS) versions, and more!

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@​SadmL, @​Bek85, @​vaclcer, @​2underscores, @​Ithanil, @​ayanahye, @​qingchunnh, @​Kylapaallikko, @​silentoplayz, @​t-rekttt, @​jk-f5, @​tcx4c70, @​williamgateszhao, @​rgaricano, @​sreesdas, @​Classic298, @​jackthgu

Sponsors 🙌

🚀 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!)

Emerald
  • n8n n8n
  • Warp warp
  • Tailscale tailscale

@​amd, @​agency-agency, @​roosi-gmbh, @​Unsupervisedcom, @​feddersen-group, @​SRKConsulting, @​Poxel2, @​mushmax, @​rndmcnlly, @​icanbwell, @​blogic-cz, @​Krambu-Travis, @​loitragg, @​GenieDev101, @​PortlandKyGuy, @​CubicleGangster, @​GitDatamind, @​TOWaB, @​TheZigGroup, @​Classic298, @​comet-ml, @​catalyst, @​FominVO

v0.6.15

Compare Source

Added
  • 🖼️ Global Image Compression Option: Effortlessly set image compression globally so all image uploads and outputs are optimized, speeding up load times and saving bandwidth—perfect for teams dealing with large files or limited network resources.
  • 🎤 Custom Speech-to-Text Content-Type for Transcription: Define custom content types for audio transcription, ensuring compatibility with diverse audio sources and unlocking smoother, more accurate transcriptions in advanced setups.
  • 🗂️ LDAP Group Synchronization (Experimental): Automatically sync user groups from your LDAP directory directly into Open WebUI for seamless enterprise access management—simplifies identity integration and governance across your organization.
  • 📈 OpenTelemetry Metrics via OTLP Exporter (Experimental): Gain enterprise-grade analytics and monitor your AI usage in real time with experimental OpenTelemetry Metrics support—connect to any OTLP-compatible backend for instant insights into performance, load, and user interactions.
  • 🕰️ See User Message Timestamps on Hover (Chat Bubble UI): Effortlessly check when any user message was sent by hovering over it in Chat Bubble mode—no more switching screens or digging through logs for context.
  • 🗂️ Leaderboard Sorting Options: Sort the leaderboard directly in the UI for a clearer, more actionable view of top performers, models, or tools—making analysis and recognition quick and easy for teams.
  • 🏆 Evaluation Details Modal in Feedbacks and Leaderboard: Dive deeper with new modals that display detailed evaluation information when reviewing feedbacks and leaderboard rankings—accelerates learning, progress tracking, and quality improvement.
  • 🔄 Support for Multiple Pages in External Document Loaders: Effortlessly extract and work with content spanning multiple pages in external documents, giving you complete flexibility for in-depth research and document workflows.
  • 🌐 New Accessibility Enhancements Across the Interface: Benefit from significant accessibility improvements—tab navigation, ARIA roles/labels, better high-contrast text/modes, accessible modals, and more—making Open WebUI more usable and equitable for everyone, including those using assistive technologies.
  • Performance & Stability Upgrades Across Frontend and Backend: Enjoy a smoother, more reliable experience with numerous behind-the-scenes optimizations and refactoring on both frontend and backend—resulting in faster load times, fewer errors, and even greater stability throughout your workflows.
  • 🌏 Updated and Expanded Localizations: Enjoy improved, up-to-date translations for Finnish, German (now with model pinning features), Korean, Russian, Simplified Chinese, Spanish, and more—making every interaction smoother, clearer, and more intuitive for international users.
Fixed
  • 🦾 Ollama Error Messages More Descriptive: Receive clearer, more actionable error messages when something goes wrong with Ollama models—making troubleshooting and user support faster and more effective.
  • 🌐 Bypass Webloader Now Works as Expected: Resolved an issue where the "bypass webloader" feature failed to function correctly, ensuring web search bypasses operate smoothly and reliably for lighter, faster query results.
  • 🔍 Prevent Redundant Documents in Citation List: The expanded citation list no longer shows duplicate documents, offering a cleaner, easier-to-digest reference experience when reviewing sources in knowledge and research workflows.
  • 🛡️ Trusted Header Email Matching is Now Case-Insensitive: Fixed a critical authentication issue where email case sensitivity could cause secure headers to mismatch, ensuring robust, seamless login and session management in all environments.
  • ⚙️ Direct Tool Server Input Accepts Empty Strings: You can now submit direct tool server commands without unexpected errors when passing empty-string values, improving integration and automation efficiency.
  • 📄 Citation Page Number for Page 1 is Now Displayed: Corrected an oversight where references for page 1 documents were missing the page number; citations are now always accurate and fully visible.
  • 📒 Notes Access Restored: Fixed an issue where some users could not access their notes—everyone can now view and manage their notes reliably, ensuring seamless documentation and workflow continuity.
  • 🛑 OAuth Callback Double-Slash Issue Resolved: Fixed rare cases where an extra slash in OAuth callbacks caused failed logins or redirects, making third-party login integrations more reliable.
Changed
  • 🔑 Dedicated Permission for System Prompts: System prompt access is now controlled by its own specific permission instead of being grouped with general chat controls, empowering admins with finer-grained management over who can view or modify system prompts for enhanced security and workflow customization.
  • 🛠️ YouTube Transcript API and python-pptx Updated: Enjoy better performance, reliability, and broader compatibility thanks to underlying library upgrades—less friction with media-rich and presentation workflows.
Removed
  • 🗑️ Console Logging Disabled in Production: All 'console.log' and 'console.debug' statements are now disabled in production, guaranteeing improved security and cleaner browser logs for end users by removing extraneous technical output.

v0.6.14

Compare Source

[0.6.14] - 2025-06-10

Added
  • 🤖 Automatic "Follow Up" Suggestions: Open WebUI now intelligently generates actionable "Follow Up" suggestions automatically with each message you send, helping you stay productive and inspired without interrupting your flow; you can always disable this in Settings if you prefer a distraction-free experience.
  • 🧩 OpenAI-Compatible Embeddings Endpoint: Introducing a fully OpenAI-style '/api/embeddings' endpoint—now you can plug in OpenAI-style embeddings workflows with zero hassle, making integrations with external tools and platforms seamless and familiar.
  • ↗️ Model Pinning for Quick Access: Pin your favorite or most-used models to the sidebar for instant selection—no more scrolling through long model lists; your go-to models are always visible and ready for fast access.
  • 📌 Selector Model Item Menu: Each model in the selector now features a menu where you can easily pin/unpin to the sidebar and copy a direct link—simplifying collaboration and staying organized in even the busiest environments.
  • 🛑 Reliable Stop for Ongoing Chats in Multi-Replica Setups: Stopping or cancelling an in-progress chat now works reliably even in clustered deployments—ensuring every user can interrupt AI output at any time, no matter your scale.
  • 🧠 'Think' Parameter for Ollama Models: Leverage new 'think' parameter support for Ollama—giving you advanced control over AI reasoning process and further tuning model behavior for your unique use cases.
  • 💬 Picture Description Modes for Docling: Customize how images are described/extracted by Docling Loader for smarter, more detailed, and workflow-tailored image understanding in your document pipelines.
  • 🛠 Settings Modal Deep Linking: Every tab in Settings now has its own route—making direct navigation and sharing of precise settings faster and more intuitive.
  • 🎤 Audio HTML Component Token: Easily embed and play audio directly in your chats, improving voice-based workflows and making audio content instantly accessible and manageable from any conversation.
  • 🔑 Support for Secret Key File: Now you can specify 'WEBUI_SECRET_KEY_FILE' for more secure and flexible key management—ideal for advanced deployments and tighter security standards.
  • 💡 Clarity When Cloning Prompts: Cloned workspace prompts are clearly labelled with "(Clone)" and IDs have "-clone", keeping your prompt library organized and preventing accidental overwrites.
  • 📝 Dedicated User Role Edit Modal: Updating user roles now reliably opens a dedicated edit user modal instead of cycling through roles—making it safer and more clear to manage team permissions.
  • 🏞️ Better Handling & Storage of Interpreter-Generated Images: Code interpreter-generated images are now centrally stored and reliably loaded from the database or cloud storage, ensuring your artifacts are always available.
  • 🚀 Pinecone & Vector Search Optimizations: Applied latest best practices from Pinecone for smarter timeouts, intelligent retry control, improved connection pooling, faster DNS, and concurrent batch handling—giving you more reliable, faster document search and RAG performance without manual tweaks.
  • ⚙️ Ollama Advanced Parameters Unified: 'keep_alive' and 'format' options are now integrated into the advanced params section—edit everything from the model editor for flexible model control.
  • 🛠️ CUDA 12.6 Docker Image Support: Deploy to NVIDIA GPUs with capability 7.0 and below (e.g., V100, GTX1080) via new cuda126 image—broadening your hardware options for scalable AI workloads.
  • 🔒 Experimental Table-Level PGVector Data Encryption: Activate pgcrypto encryption support for pgvector to secure your vector search table contents, giving organizations enhanced compliance and data protection—perfect for enterprise or regulated environments.
  • 👁 Accessibility Upgrades Across Interface: Chat buttons and close controls are now labelled and structured for optimal accessibility support, ensuring smoother operation with assistive technologies.
  • 🎨 High-Contrast Mode Expansions: High-contrast accessibility mode now also applies to menu items, tabs, and search input fields, offering a more readable experience for all users.
  • 🛠️ Tooltip & Translation Clarity: Improved translation and tooltip clarity, especially over radio buttons, making the UI more understandable for all users.
  • 🔠 Global Localization & Translation Improvements: Hefty upgrades to Traditional Chinese, Simplified Chinese, Hebrew, Russian, Irish, German, and Danish translation packs—making the platform feel native and intuitive for even more users worldwide.
  • General Backend Stability & Security Enhancements: Refined numerous backend routines to minimize memory use, improve performance, and streamline integration with external APIs—making the entire platform more robust and secure for daily work.
Fixed
  • 🏷 Feedback Score Display Improved: Addressed overflow and visibility issues with feedback scores for more readable and accessible evaluations.
  • 🗂 Admin Settings Model Edits Apply Immediately: Changes made in the Model Editor within Admin Settings now take effect instantly, eliminating confusion during model management.
  • 🔄 Assigned Tools Update Instantly on New Chats: Models assigned with specific tools now consistently update and are available in every new chat—making tool workflows more predictable and robust.
  • 🛠 Document Settings Saved Only on User Action: Document settings now save only when you press the Save button, reducing accidental changes and ensuring greater control.
  • 🔊 Voice Recording on Older iOS Devices Restored: Voice input is now fully functional on older iOS devices, keeping voice workflows accessible to all users.
  • 🔒 Trusted Email Header Session Security: User sessions now strictly verify the trusted email header matches the logged-in user's email, ensuring secure authentication and preventing accidental session switching.
  • 🔒 Consistent User Signout on Email Mismatch: When the trusted email in the header changes, you will now be properly signed out and redirected, safeguarding your session's integrity.
  • 🛠 General Error & Content Validation Improvements: Smarter error handling means clearer messages and fewer unnecessary retries—making batch uploads, document handling, and knowledge indexing more resilient.
  • 🕵️ Better Feedback on Chat Title Edits: Error messages now show clearly if problems occur while editing chat titles.

[!TIP]
Looking for an Enterprise Plan?Speak with Our Sales Team Today!

Get enhanced capabilities, including custom theming and branding, Service Level Agreement (SLA) support, Long-Term Support (LTS) versions, and more!

👏 Massive thanks to our incredible contributors for their hard work and dedication to making this release possible:
@​aindriu80, @​SadmL, @​Yu-QX, @​vaclcer, @​Davixk, @​hdnh2006, @​expruc, @​ayanahye, @​qingchunnh, @​lucyknada, @​rragundez, @​silentoplayz, @​EntropyYue, @​GewoonJaap, @​SeiranMaru, @​mrexodia, @​ER-EPR, @​PeterDaveHello, @​Zyfax, @​guenhter, @​diwakar-s-maurya, @​PVBLIC-F, @​dependabot[bot], @​rragundez, @​ShirasawaSama, @​Classic298, @​RGSS3, @​Bouby308, @​janaki-sasidhar, @​TiancongLx

Sponsors 🙌

🚀 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!)

Emerald
  • n8n n8n
  • Warp warp
  • Tailscale tailscale

@​amd, @​agency-agency, @​roosi-gmbh, @​Unsupervisedcom, @​feddersen-group, @​SRKConsulting, @​Poxel2, @​mushmax, @​rndmcnlly, @​icanbwell, @​blogic-cz, @​Krambu-Travis, @​loitragg, @​GenieDev101, @​PortlandKyGuy, @​CubicleGangster, @​GitDatamind, @​TOWaB, @​TheZigGroup, @​Classic298, @​comet-ml, @​catalyst

v0.6.14

Compare Source

Added
  • 🤖 Automatic "Follow Up" Suggestions: Open WebUI now intelligently generates actionable "Follow Up" suggestions automatically with each message you send, helping you stay productive and inspired without interrupting your flow; you can always disable this in Settings if you prefer a distraction-free experience.
  • 🧩 OpenAI-Compatible Embeddings Endpoint: Introducing a fully OpenAI-style '/api/embeddings' endpoint—now you can plug in OpenAI-style embeddings workflows with zero hassle, making integrations with external tools and platforms seamless and familiar.
  • ↗️ Model Pinning for Quick Access: Pin your favorite or most-used models to the sidebar for instant selection—no more scrolling through long model lists; your go-to models are always visible and ready for fast access.
  • 📌 Selector Model Item Menu: Each model in the selector now features a menu where you can easily pin/unpin to the sidebar and copy a direct link—simplifying collaboration and staying organized in even the busiest environments.
  • 🛑 Reliable Stop for Ongoing Chats in Multi-Replica Setups: Stopping or cancelling an in-progress chat now works reliably even in clustered deployments—ensuring every user can interrupt AI output at any time, no matter your scale.
  • 🧠 'Think' Parameter for Ollama Models: Leverage new 'think' parameter support for Ollama—giving you advanced control over AI reasoning process and further tuning model behavior for your unique use cases.
  • 💬 Picture Description Modes for Docling: Customize how images are described/extracted by Docling Loader for smarter, more detailed, and workflow-tailored image understanding in your document pipelines.
  • 🛠 Settings Modal Deep Linking: Every tab in Settings now has its own route—making direct navigation and sharing of precise settings faster and more intuitive.
  • 🎤 Audio HTML Component Token: Easily embed and play audio directly in your chats, improving voice-based workflows and making audio content instantly accessible and manageable from any conversation.
  • 🔑 Support for Secret Key File: Now you can specify 'WEBUI_SECRET_KEY_FILE' for more secure and flexible key management—ideal for advanced deployments and tighter security standards.
  • 💡 Clarity When Cloning Prompts: Cloned workspace prompts are clearly labelled with "(Clone)" and IDs have "-clone", keeping your prompt library organized and preventing accidental overwrites.
  • 📝 Dedicated User Role Edit Modal: Updating user roles now reliably opens a dedicated edit user modal instead of cycling through roles—making it safer and more clear to manage team permissions.
  • 🏞️ Better Handling & Storage of Interpreter-Generated Images: Code interpreter-generated images are now centrally stored and reliably loaded from the database or cloud storage, ensuring your artifacts are always available.
  • 🚀 Pinecone & Vector Search Optimizations: Applied latest best practices from Pinecone for smarter timeouts, intelligent retry control, improved connection pooling, faster DNS, and concurrent batch handling—giving you more reliable, faster document search and RAG performance without manual tweaks.
  • ⚙️ Ollama Advanced Parameters Unified: 'keep_alive' and 'format' options are now integrated into the advanced params section—edit everything from the model editor for flexible model control.
  • 🛠️ CUDA 12.6 Docker Image Support: Deploy to NVIDIA GPUs with capability 7.0 and below (e.g., V100, GTX1080) via new cuda126 image—broadening your hardware options for scalable AI workloads.
  • 🔒 Experimental Table-Level PGVector Data Encryption: Activate pgcrypto encryption support for pgvector to secure your vector search table contents, giving organizations enhanced compliance and data protection—perfect for enterprise or regulated environments.
  • 👁 Accessibility Upgrades Across Interface: Chat buttons and close controls are now labelled and structured for optimal accessibility support, ensuring smoother operation with assistive technologies.
  • 🎨 High-Contrast Mode Expansions: High-contrast accessibility mode now also applies to menu items, tabs, and search input fields, offering a more readable experience for all users.
  • 🛠️ Tooltip & Translation Clarity: Improved translation and tooltip clarity, especially over radio buttons, making the UI more understandable for all users.
  • 🔠 Global Localization & Translation Improvements: Hefty upgrades to Traditional Chinese, Simplified Chinese, Hebrew, Russian, Irish, German, and Danish translation packs—ma

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update ghcr.io/open-webui/open-webui Docker tag to v0.6.14 Update ghcr.io/open-webui/open-webui Docker tag to v0.6.15 Jun 16, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-open-webui-open-webui-0.x branch from 374da6d to e38c0bd Compare June 16, 2025 19:44
@renovate renovate bot force-pushed the renovate/ghcr.io-open-webui-open-webui-0.x branch from e38c0bd to 6c3ebb7 Compare July 14, 2025 18:56
@renovate renovate bot changed the title Update ghcr.io/open-webui/open-webui Docker tag to v0.6.15 Update ghcr.io/open-webui/open-webui Docker tag to v0.6.16 Jul 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants