v0.51.4

Try our Chrome extension

Chrome store icon Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

You can help us by supporting changedetection.io on these platforms;

The more popular changedetection.io is, the more time we can dedicate to adding amazing features!

Many thanks :)

changedetection.io team


Keyboard: ← Previous   → Next
Not yet seconds ago
            False
        
Not yet seconds ago
Current erroring screenshot from most recent request
31 minutes ago
Pro-tip: Highlight text to add to ignore filters
    Skip to content

    Navigation Menu

    Toggle navigation
          Sign in
            Appearance settings
                * Platform
                        + AI CODE CREATION
                              o GitHub Copilot Write better code with AI
                              o GitHub Spark Build and deploy intelligent apps
                              o GitHub Models Manage and compare prompts
                              o MCP Registry New Integrate external tools
                        + DEVELOPER WORKFLOWS
                              o Actions Automate any workflow
                              o Codespaces Instant dev environments
                              o Issues Plan and track work
                              o Code Review Manage code changes
                        + APPLICATION SECURITY
                              o GitHub Advanced Security Find and fix vulnerabilities
                              o Code security Secure your code as you build
                              o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                * Open Source
                        + COMMUNITY
                              o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                              o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                              o GitHub Advanced Security Enterprise-grade security features
                              o Copilot for Business Enterprise-grade AI features
                              o Premium Support Enterprise-grade 24/7 support
              * Pricing
              Search or jump to...

                Search code, repositories, users, issues, pull requests...

                        Search
                          Clear
                        Search syntax tips

                    Provide feedback

                We read every piece of feedback, and take your input very seriously.

                Include my email address so I can be contacted
                Cancel Submit feedback

                    Saved searches

                    Use saved searches to filter your results more quickly

                    Name
                    Query

                  To see all available qualifiers, see our documentation.

                Cancel Create saved search
              Sign in
            Sign up
              Appearance settings
            Resetting focus
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
            {{ message }}
              open-webui / open-webui Public

                      * Uh oh!

                        There was an error while loading. Please reload this page.

              * Notifications You must be signed in to change notification settings
              * Fork 16.6k
                * Star 118k
          * Code
          * Issues 191
          * Pull requests 82
          * Discussions
          * Actions
          * Security

                    Uh oh!

                    There was an error while loading. Please reload this page.

          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Discussions
                  * Actions
                  * Security
                  * Insights

        Releases: open-webui/open-webui

              Releases Tags
            Releases Β· open-webui/open-webui

            v0.6.41

                  02 Dec 22:28
                  github-actions
                    v0.6.41
                  6f1486f
                          This commit was created on GitHub.com and signed with GitHub’s verified signature.
                        GPG key ID: B5690EEEBB952194
                          Verified
                        Learn about vigilant mode.
                  Compare

                        Choose a tag to compare

                            Sorry, something went wrong.

                      Filter
                        Loading

                              Sorry, something went wrong.

                                Uh oh!

                                There was an error while loading. Please reload this page.

                        No results found

                      View all tags
                          v0.6.41 Latest
                          Latest

                      [0.6.41] - 2025-12-02

                        Caution

                        ⚠️ IMPORTANT for Multi-Instance Deployments: This release includes database schema changes; multi-worker, multi-server, or load-balanced deployments must update all instances simultaneously rather than performing rolling updates, as running mixed versions will cause application failures due to schema incompatibility between old and new instances.

                      Added

                        * 🚦 Sign-in rate limiting was implemented to protect against brute force attacks, limiting login attempts to 15 per 3-minute window per email address using Redis with automatic fallback to in-memory storage when Redis is unavailable. Commit
                        * πŸ“‚ Administrators can now globally disable the folders feature and control user-level folder permissions through the admin panel, enabling minimalist interface configurations for deployments that don't require workspace organization features. #19529, #19210, #18459, #18299
                        * πŸ‘₯ Group channels were introduced as a new channel type enabling membership-based collaboration spaces where users explicitly join as members rather than accessing through permissions, with support for public or private visibility, automatic member inclusion from specified user groups, member role tracking with invitation metadata, and post-creation member management allowing channel managers to add or remove members through the channel info modal. Commit, Commit
                        * πŸ’¬ Direct Message channels were introduced with a dedicated channel type selector and multi-user member selection interface, enabling private conversations between specific users without requiring full channel visibility. Commit
                        * πŸ“¨ Direct Message channels now support a complete user-to-user messaging system with member-based access control, automatic deduplication for one-on-one conversations, optional channel naming, and distinct visual presentation using participant avatars instead of channel icons. Commit
                        * πŸ™ˆ Users can now hide Direct Message channels from their sidebar while preserving message history, with automatic reactivation when new messages arrive from other participants, providing a cleaner interface for managing active conversations. Commit
                        * β˜‘οΈ A comprehensive user selection component was added to the channel creation modal, featuring search functionality, sortable user lists, pagination support, and multi-select checkboxes for building Direct Message participant lists. Commit
                        * πŸ”΄ Channel unread message count tracking was implemented with visual badge indicators in the sidebar, automatically updating counts in real-time and marking messages as read when users view channels, with join/leave functionality to manage membership status. Commit
                        * πŸ“Œ Message pinning functionality was added to channels, allowing users to pin important messages for easy reference with visual highlighting, a dedicated pinned messages modal accessible from the navbar, and complete backend support for tracking pinned status, pin timestamp, and the user who pinned each message. Commit, Commit
                        * 🟒 Direct Message channels now display an active status indicator for one-on-one conversations, showing a green dot when the other participant is currently online or a gray dot when offline. Commit, Commit
                        * πŸ†” Users can now start Direct Message conversations directly from user profile previews by clicking the "Message" button, enabling quick access to private messaging without navigating away from the current channel. Commit
                        * ⚑ Channel messages now appear instantly when sent using optimistic UI rendering, displaying with a pending state while the server confirms delivery, providing a more responsive messaging experience. Commit
                        * πŸ‘ Channel message reactions now display the names of users who reacted when hovering over the emoji, showing up to three names with a count for additional reactors. Commit
                        * πŸ› οΈ Channel creators can now edit and delete their own group and DM channels without requiring administrator privileges, enabling users to manage the channels they create independently. Commit
                        * πŸ”Œ A new API endpoint was added to directly get or create a Direct Message channel with a specific user by their ID, streamlining programmatic DM channel creation for integrations and frontend workflows. Commit
                        * πŸ’­ Users can now set a custom status with an emoji and message that displays in profile previews, the sidebar user menu, and Direct Message channel items in the sidebar, with the ability to clear status at any time, providing visibility into availability or current focus similar to team communication platforms. Commit, Commit
                        * πŸ“€ A group export API endpoint was added, enabling administrators to export complete group data including member lists for backup and migration purposes. Commit
                        * πŸ“‘ A new API endpoint was added to retrieve all users belonging to a specific group, enabling programmatic access to group membership information for administrative workflows. Commit
                        * πŸ‘οΈ The admin user list now displays an active status indicator next to each user, showing a visual green dot for users who have been active within the last three minutes. Commit
                        * πŸ”‘ The admin user edit modal now displays OAuth identity information with a per-provider breakdown, showing each linked identity provider and its associated subject identifier separately. #19573
                        * 🧩 OAuth role claim parsing now respects the "OAUTH_ROLES_SEPARATOR" configuration, enabling proper parsing of roles returned as comma-separated strings and providing consistent behavior with group claim handling. #19514
                        * πŸŽ›οΈ Channel feature access can now be controlled through both the "USER_PERMISSIONS_FEATURES_CHANNELS" environment variable and group permission toggles in the admin panel, allowing administrators to restrict channel functionality for specific users or groups while defaulting to enabled for all users. Commit
                        * 🎨 The model editor interface was refined with access control settings moved to a dedicated modal, group member counts now displayed when configuring permissions, reorganized layout with improved visual hierarchy, and redesigned prompt suggestions cards with tooltips for field guidance. Commit, Commit
                        * πŸ—οΈ Knowledge base file management was rebuilt with a dedicated database table replacing the previous JSON array storage, enabling pagination support for large knowledge bases, significantly faster file listing performance, and more reliable file-knowledge base relationship tracking. Commit
                        * ☁️ Azure Document Intelligence model selection was added, allowing administrators to specify which model to use for document processing via the "DOCUMENT_INTELLIGENCE_MODEL" environment variable or admin UI setting, with "prebuilt-layout" as the default. #19692, Docs:#872
                        * πŸš€ Milvus multitenancy vector database performance was improved by removing manual flush calls after upsert operations, eliminating rate limit errors and reducing load on etcd and MinIO/S3 storage by allowing Milvus to manage segment persistence automatically via its WAL and auto-flush policies. #19680
                        * ✨ Various improvements were implemented across the frontend and backend to enhance perf...
                    Read more

                      Contributors

                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        rndmcnlly, amd, and 31 other contributors
                      Assets 2
                        Loading

                                Uh oh!

                                There was an error while loading. Please reload this page.

                          πŸ‘ 37 i-iooi-i, mzaragoza0305, bmkor, marcelfolaron, nekomiya-hinata, tianqi815, winetree94, Nguyen-Minh-Tri, eabykov, MTS2Code, and 27 more reacted with thumbs up emoji πŸŽ‰ 17 Classic298, markelaugust74, gabrielrubens, donatas-xyz, digitalunconciousness, mig3n, davidlarrimore, Marcus1Pierce, eliem-ark, Abdelrahman1993, and 7 more reacted with hooray emoji ❀️ 16 Classic298, XMadFoX, arthurcgc, tim-wang-285, i-iooi-i, mig3n, BestPMO, CORAAL, Goekdeniz-Guelmez, MatterSec, and 6 more reacted with heart emoji πŸš€ 9 Classic298, eabykov, CORAAL, cng420, i-iooi-i, mcignarella, classronin, mareekkk, and Anubicode reacted with rocket emoji πŸ‘€ 5 Classic298, CORAAL, classronin, bonziniconsultas-sketch, and CCR0903 reacted with eyes emoji
                            All reactions
                              * πŸ‘ 37 reactions
                              * πŸŽ‰ 17 reactions
                              * ❀️ 16 reactions
                              * πŸš€ 9 reactions
                              * πŸ‘€ 5 reactions
                          59 people reacted

            v0.6.40

                  25 Nov 11:01
                  github-actions
                    v0.6.40
                  140605e
                          This commit was created on GitHub.com and signed with GitHub’s verified signature.
                        GPG key ID: B5690EEEBB952194
                          Verified
                        Learn about vigilant mode.
                  Compare

                        Choose a tag to compare

                            Sorry, something went wrong.

                      Filter
                        Loading

                              Sorry, something went wrong.

                                Uh oh!

                                There was an error while loading. Please reload this page.

                        No results found

                      View all tags
                          v0.6.40

                      [0.6.40] - 2025-11-25

                      Fixed

                        * πŸ—„οΈ A critical PostgreSQL user listing performance issue was resolved by removing a redundant count operation that caused severe database slowdowns and potential timeouts when viewing user lists in admin panels.
                      Assets 2
                        Loading

                                Uh oh!

                                There was an error while loading. Please reload this page.

                          πŸ‘ 38 silentoplayz, donatas-xyz, oleksandr-danylchenko, Classic298, eabykov, Xiao-Xu-BIT, ShaerWare, jrespeto-akamai, silenceroom, Abdelrahman1993, and 28 more reacted with thumbs up emoji πŸ˜„ 7 silentoplayz, zhulik, Sergey5600, classronin, Linuxea, Felitendo, and shplok reacted with laugh emoji πŸŽ‰ 6 silentoplayz, zhulik, i-iooi-i, blueinkgz, classronin, and jasverma-hub reacted with hooray emoji ❀️ 5 silentoplayz, kbailey-atreides, i-iooi-i, scottrbaxter, and SchneiderSam reacted with heart emoji πŸš€ 3 silentoplayz, i-iooi-i, and LuisDev912 reacted with rocket emoji πŸ‘€ 5 silentoplayz, AdBaWa, 77DidO, Quema100, and jokicdanijel reacted with eyes emoji
                            All reactions
                              * πŸ‘ 38 reactions
                              * πŸ˜„ 7 reactions
                              * πŸŽ‰ 6 reactions
                              * ❀️ 5 reactions
                              * πŸš€ 3 reactions
                              * πŸ‘€ 5 reactions
                          50 people reacted

            v0.6.39

                  25 Nov 10:31
                  github-actions
                    v0.6.39
                  9899293
                          This commit was created on GitHub.com and signed with GitHub’s verified signature.
                        GPG key ID: B5690EEEBB952194
                          Verified
                        Learn about vigilant mode.
                  Compare

                        Choose a tag to compare

                            Sorry, something went wrong.

                      Filter
                        Loading

                              Sorry, something went wrong.

                                Uh oh!

                                There was an error while loading. Please reload this page.

                        No results found

                      View all tags
                          v0.6.39

                      [0.6.39] - 2025-11-25

                      Added

                        * πŸ’¬ A user list modal was added to channels, displaying all users with access and featuring search, sorting, and pagination capabilities. Commit
                        * πŸ’¬ Channel navigation now displays the total number of users with access to the channel. Commit
                        * πŸ”Œ Tool servers and MCP connections now support function name filtering, allowing administrators to selectively enable or block specific functions using allow/block lists. Commit
                        * ⚑ A toggle to disable parallel embedding processing was added via "ENABLE_ASYNC_EMBEDDING", allowing sequential processing for rate-limited or resource-constrained local embedding setups. #19444
                        * πŸ”„ Various improvements were implemented across the frontend and backend to enhance performance, stability, and security.
                        * 🌐 Localization improvements were made for German (de-DE) and Portuguese (Brazil) translations.

                      Fixed

                        * πŸ“ Inline citations now render correctly within markdown lists and nested elements instead of displaying as "undefined" values. #19452
                        * πŸ‘₯ Group member selection now works correctly without randomly selecting other users or causing the user list to jump around. #19426
                        * πŸ‘₯ Admin panel user list now displays the correct total user count and properly paginates 30 items per page after fixing database query issues with group member joins. #19429
                        * πŸ” Knowledge base reindexing now works correctly after resolving async execution chain issues by implementing threadpool workers for embedding operations. #19434
                        * πŸ–ΌοΈ OpenAI image generation now works correctly after fixing a connection adapter error caused by incorrect URL formatting. #19435

                      Changed

                        * πŸ”§ BREAKING: Docling configuration has been consolidated from individual environment variables into a single "DOCLING_PARAMS" JSON configuration and now supports API key authentication via "DOCLING_API_KEY", requiring users to migrate existing Docling settings to the new format. #16841, #19427
                        * πŸ”§ The environment variable "REPLACE_IMAGE_URLS_IN_CHAT_RESPONSE" has been renamed to "ENABLE_CHAT_RESPONSE_BASE64_IMAGE_URL_CONVERSION" for naming consistency.
                      Assets 2
                        Loading

                                Uh oh!

                                There was an error while loading. Please reload this page.

                          πŸ‘ 5 silentoplayz, eabykov, barakplasma, slavagizur, and KiyoshiSato reacted with thumbs up emoji πŸŽ‰ 10 donatas-xyz, Classic298, nekomiya-hinata, TDL-133, jonigl, silentoplayz, Den41k92, eabykov, Felitendo, and akiraaisha reacted with hooray emoji ❀️ 2 silentoplayz and akiraaisha reacted with heart emoji πŸš€ 1 silentoplayz reacted with rocket emoji
                            All reactions
                              * πŸ‘ 5 reactions
                              * πŸŽ‰ 10 reactions
                              * ❀️ 2 reactions
                              * πŸš€ 1 reaction
                          13 people reacted

            v0.6.38

                  24 Nov 12:00
                  github-actions
                    v0.6.38
                  e3faec6
                          This commit was created on GitHub.com and signed with GitHub’s verified signature.
                        GPG key ID: B5690EEEBB952194
                          Verified
                        Learn about vigilant mode.
                  Compare

                        Choose a tag to compare

                            Sorry, something went wrong.

                      Filter
                        Loading

                              Sorry, something went wrong.

                                Uh oh!

                                There was an error while loading. Please reload this page.

                        No results found

                      View all tags
                          v0.6.38

                      [0.6.38] - 2025-11-24

                      Fixed

                        * πŸ” Hybrid search now works reliably after recent changes.
                        * πŸ› οΈ Tool server saving now handles errors gracefully, preventing failed saves from impacting the UI.
                        * πŸ” SSO/OIDC code fixed to improve login reliability and better handle edge cases.
                      Assets 2
                        Loading

                                Uh oh!

                                There was an error while loading. Please reload this page.

                          πŸ‘ 28 i-iooi-i, Classic298, FitikWasTaken, phil-lipp, ka-admin, CORAAL, eabykov, nekomiya-hinata, PVBLIC-F, donatas-xyz, and 18 more reacted with thumbs up emoji πŸŽ‰ 8 i-iooi-i, CORAAL, HaldiH, WonwooKang, CallSohail, blueinkgz, ggrace519, and silentoplayz reacted with hooray emoji ❀️ 9 i-iooi-i, CORAAL, FriedVariable, tariktalay, WonwooKang, CallSohail, izackzz, rollingstone87, and silentoplayz reacted with heart emoji πŸš€ 11 i-iooi-i, Classic298, CORAAL, WonwooKang, 3lackdev, CallSohail, Bick95, aaron-ren2021, silentoplayz, Felitendo, and ch7b reacted with rocket emoji πŸ‘€ 3 eabykov, CallSohail, and MattBash17 reacted with eyes emoji
                            All reactions
                              * πŸ‘ 28 reactions
                              * πŸŽ‰ 8 reactions
                              * ❀️ 9 reactions
                              * πŸš€ 11 reactions
                              * πŸ‘€ 3 reactions
                          39 people reacted

            v0.6.37

                  24 Nov 03:10
                  github-actions
                    v0.6.37
                  fe6783c
                          This commit was created on GitHub.com and signed with GitHub’s verified signature.
                        GPG key ID: B5690EEEBB952194
                          Verified
                        Learn about vigilant mode.
                  Compare

                        Choose a tag to compare

                            Sorry, something went wrong.

                      Filter
                        Loading

                              Sorry, something went wrong.

                                Uh oh!

                                There was an error while loading. Please reload this page.

                        No results found

                      View all tags
                          v0.6.37

                      [0.6.37] - 2025-11-24

                      Added

                        * πŸ” Granular sharing permissions are now available with two-tiered control separating group sharing from public sharing, allowing administrators to independently configure whether users can share workspace items with groups or make them publicly accessible, with separate permission toggles for models, knowledge bases, prompts, tools, and notes, configurable via "USER_PERMISSIONS_WORKSPACE_MODELS_ALLOW_SHARING", "USER_PERMISSIONS_WORKSPACE_MODELS_ALLOW_PUBLIC_SHARING", and corresponding environment variables for other workspace item types, while groups can now be configured to opt-out of sharing via the "Allow Group Sharing" setting. Commit, Commit
                        * πŸ” Password policy enforcement is now available with configurable validation rules, allowing administrators to require specific password complexity requirements via "ENABLE_PASSWORD_VALIDATION" and "PASSWORD_VALIDATION_REGEX_PATTERN" environment variables, with default pattern requiring minimum 8 characters including uppercase, lowercase, digit, and special character. #17794
                        * πŸ” Granular import and export permissions are now available for workspace items, introducing six separate permission toggles for models, prompts, and tools that are disabled by default for enhanced security. #19242
                        * πŸ‘₯ Default group assignment is now available for new users, allowing administrators to automatically assign newly registered users to a specified group for streamlined access control to models, prompts, and tools, particularly useful for organizations with group-based model access policies. #19325, #17842
                        * πŸ”’ Password-based authentication can now be fully disabled via "ENABLE_PASSWORD_AUTH" environment variable, enforcing SSO-only authentication and preventing password login fallback when SSO is configured. #19113
                        * πŸ–ΌοΈ Large stream chunk handling was implemented to support models that generate images directly in their output responses, with configurable buffer size via "CHAT_STREAM_RESPONSE_CHUNK_MAX_BUFFER_SIZE" environment variable, resolving compatibility issues with models like Gemini 2.5 Flash Image. #18884, #17626
                        * πŸ–ΌοΈ Streaming response middleware now handles images in delta updates with automatic base64 conversion, enabling proper display of images from models using the "choices[0].delta.images.image_url" format such as Gemini 2.5 Flash Image Preview on OpenRouter. #19073, #19019
                        * πŸ“ˆ Model list API performance was optimized by pre-fetching user group memberships and removing profile image URLs from response payloads, significantly reducing both database queries and payload size for instances with large model lists, with profile images now served dynamically via dedicated endpoints. #19097, #18950
                        * ⏩ Batch file processing performance was improved by reducing database queries by 67% while ensuring data consistency between vector and relational databases. #18953
                        * πŸš€ Chat import performance was dramatically improved by replacing individual per-chat API requests with a bulk import endpoint, reducing import time by up to 95% for large chat collections and providing user feedback via toast notifications displaying the number of successfully imported chats. #17861
                        * ⚑ Socket event broadcasting performance was optimized by implementing user-specific rooms, significantly reducing server overhead particularly for users with multiple concurrent sessions. #18996
                        * πŸ—„οΈ Weaviate is now supported as a vector database option, providing an additional choice for RAG document storage alongside existing ChromaDB, Milvus, Qdrant, and OpenSearch integrations. #14747
                        * πŸ—„οΈ PostgreSQL pgvector now supports HNSW index types and large dimensional embeddings exceeding 2000 dimensions through automatic halfvec type selection, with configurable index methods via "PGVECTOR_INDEX_METHOD", "PGVECTOR_HNSW_M", "PGVECTOR_HNSW_EF_CONSTRUCTION", and "PGVECTOR_IVFFLAT_LISTS" environment variables. #19158, #16890
                        * πŸ” Azure AI Search is now supported as a web search provider, enabling integration with Azure's cognitive search services via "AZURE_AI_SEARCH_API_KEY", "AZURE_AI_SEARCH_ENDPOINT", and "AZURE_AI_SEARCH_INDEX_NAME" configuration. #19104
                        * ⚑ External embedding generation now processes API requests in parallel instead of sequential batches, reducing document processing time by 10-50x when using OpenAI, Azure OpenAI, or Ollama embedding providers, with large PDFs now processing in seconds instead of minutes. #19296
                        * πŸ’¨ Base64 image conversion is now available for markdown content in chat responses, automatically uploading embedded images exceeding 1KB and replacing them with file URLs to reduce payload size and resource consumption, configurable via "REPLACE_IMAGE_URLS_IN_CHAT_RESPONSE" environment variable. #19076
                        * 🎨 OpenAI image generation now supports additional API parameters including quality settings for GPT Image 1, configurable via "IMAGES_OPENAI_API_PARAMS" environment variable or through the admin interface, enabling cost-effective image generation with low, medium, or high quality options. #19228
                        * πŸ–ΌοΈ Image editing can now be independently enabled or disabled via admin settings, allowing administrators to control whether sequential image prompts trigger image editing or new image generation, configurable via "ENABLE_IMAGE_EDIT" environment variable. #19284
                        * πŸ” SSRF protection was implemented with a configurable URL blocklist that prevents access to cloud metadata endpoints and private networks, with default protections for AWS, Google Cloud, Azure, and Alibaba Cloud metadata services, customizable via "WEB_FETCH_FILTER_LIST" environment variable. #19201
                        * ⚑ Workspace models page now supports server-side pagination dramatically improving load times and usability for instances with large numbers of workspace models.
                        * πŸ” Hybrid search now indexes file metadata including filenames, titles, headings, sources, and snippets alongside document content, enabling keyword queries to surface documents where search terms appear only in metadata, configurable via "ENABLE_RAG_HYBRID_SEARCH_ENRICHED_TEXTS" environment variable. #19095
                        * πŸ“‚ Knowledge base upload page now supports folder drag-and-drop with recursive directory handling, enabling batch uploads of entire directory structures instead of requiring individual file selection. #19320
                        * πŸ€– Model cloning is now available in admin settings, allowing administrators to quickly create workspace models based on existing base models through a "Clone" option in the model dropdown menu. #17937
                        * 🎨 UI scale adjustment is now available in interface settings, allowing users to increase the size of the entire interface from 1.0x to 1.5x for improved accessibility and readability, particularly beneficial for users with visual impairments. #19186
                        * πŸ“Œ Default pinned models can now be configured by administrators for all new users, mirroring the behavior of default models where admin-configured defaults apply only to users who haven't customized their pinned models, configurable via "DEFAULT_PINNED_MODELS" environment variable. #19273
                        * πŸŽ™οΈ Text-to-Speech and Speech-to-Text services now receive user information headers when "ENABLE_FORWARD_USER_INFO_HEADERS" is enabled, allowing external TTS and STT providers to implement user-specific personalization, rate limiting, and usage tracking. #19323, #19312
                        * πŸŽ™οΈ Voice mode now supports custom system prompts via "VOICE_MODE_PROMPT_TEMPLATE" configuration, allowing administrators to control response style and behavior for voice interactions. #18607
                        * πŸ”§ WebSocket and Redis configuration options are now available including debug logging controls, custom ping timeout and interval settings, and arbitrary Redis connection options via "WEBSOCKET_SERVER_LOGGING", "WEBSOCKET_SERVER_ENGINEIO_LOGGING", "WEBSOCKET_SERVER_PING_TIMEOUT", "WEBSOCKET_SERVER_PING_INTERVAL", and "WEBSOCKET_REDIS_OPTIONS" environment variables. #19091
                        * πŸ”§ MCP OAuth dynamic client registration now automatically detects and uses the appropriate token endpoint authentication met...
                    Read more

                      Contributors

                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        rndmcnlly, sanglt, and 54 other contributors
                      Assets 2
                        Loading

                                Uh oh!

                                There was an error while loading. Please reload this page.

                          πŸ‘ 27 Classic298, i-iooi-i, eabykov, Rainor11, nicholas-alonzo, dannyl1u, Xiao-Xu-BIT, Technik-Conventex, Goekdeniz-Guelmez, AshleyTuring, and 17 more reacted with thumbs up emoji πŸ˜„ 4 eabykov, willianpaixao, leandroyloli, and FishrdSuzh reacted with laugh emoji πŸŽ‰ 30 aosan, TiancongLx, kands-code, BaratovSokhibjon, aliakseiz, DesertGun, twilso24, pierrelouisbescond, Classic298, i-iooi-i, and 20 more reacted with hooray emoji ❀️ 15 DeathDealer33, xinhai-ai, iotanaut, Sunshine-LJH, druellan, TiancongLx, wonrax, Classic298, i-iooi-i, dannyl1u, and 5 more reacted with heart emoji πŸš€ 11 4republic, Classic298, i-iooi-i, sclass, vaclcer, Goekdeniz-Guelmez, willianpaixao, silentoplayz, davidsdearaujo, HOTP0T, and raymand211092 reacted with rocket emoji πŸ‘€ 3 Classic298, eabykov, and davidsdearaujo reacted with eyes emoji
                            All reactions
                              * πŸ‘ 27 reactions
                              * πŸ˜„ 4 reactions
                              * πŸŽ‰ 30 reactions
                              * ❀️ 15 reactions
                              * πŸš€ 11 reactions
                              * πŸ‘€ 3 reactions
                          59 people reacted

            v0.6.36

                  06 Nov 21:45
                  github-actions
                    v0.6.36
                  e0d5de1
                          This commit was created on GitHub.com and signed with GitHub’s verified signature.
                        GPG key ID: B5690EEEBB952194
                          Verified
                        Learn about vigilant mode.
                  Compare

                        Choose a tag to compare

                            Sorry, something went wrong.

                      Filter
                        Loading

                              Sorry, something went wrong.

                                Uh oh!

                                There was an error while loading. Please reload this page.

                        No results found

                      View all tags
                          v0.6.36

                      [0.6.36] - 2025-11-07

                      Added

                        * πŸ” OAuth group parsing now supports configurable separators via the "OAUTH_GROUPS_SEPARATOR" environment variable, enabling proper handling of semicolon-separated group claims from providers like CILogon. #18987, #18979

                      Fixed

                        * πŸ› οΈ Tool calling functionality is restored by correcting asynchronous function handling in tool parameter updates. #18981
                        * πŸ–ΌοΈ The ComfyUI image edit workflow editor modal now opens correctly when clicking the Edit button. #18978
                        * πŸ”₯ Firecrawl import errors are resolved by implementing lazy loading and using the correct class name. #18973
                        * πŸ”Œ Socket.IO CORS warning is resolved by properly configuring CORS origins for Socket.IO connections. Commit
                      Assets 2
                        Loading

                                Uh oh!

                                There was an error while loading. Please reload this page.

                          πŸ‘ 45 Classic298, orielhaim, nicholas-alonzo, i-iooi-i, joshistoast, HindA12, github-actions[bot], Haoyu99, zhaowenjun333, silentoplayz, and 35 more reacted with thumbs up emoji πŸŽ‰ 13 i-iooi-i, github-actions[bot], naveednilawfar, silentoplayz, Ryloguy, LloydNicholson, adrianmusante, BrunoMachadoC, whoami730, classronin, and 3 more reacted with hooray emoji ❀️ 9 i-iooi-i, joshistoast, silentoplayz, Goekdeniz-Guelmez, FriedVariable, MateKristof, adrianmusante, ivanbaldo, and brianlefebvre-max reacted with heart emoji πŸš€ 7 i-iooi-i, github-actions[bot], silentoplayz, HOTP0T, adrianmusante, BrunoMachadoC, and ivanbaldo reacted with rocket emoji πŸ‘€ 3 Quema100, eabykov, and Jziets-admin reacted with eyes emoji
                            All reactions
                              * πŸ‘ 45 reactions
                              * πŸŽ‰ 13 reactions
                              * ❀️ 9 reactions
                              * πŸš€ 7 reactions
                              * πŸ‘€ 3 reactions
                          58 people reacted

            v0.6.35

                  06 Nov 18:40
                  github-actions
                    v0.6.35
                  e85c7f7
                          This commit was created on GitHub.com and signed with GitHub’s verified signature.
                        GPG key ID: B5690EEEBB952194
                          Verified
                        Learn about vigilant mode.
                  Compare

                        Choose a tag to compare

                            Sorry, something went wrong.

                      Filter
                        Loading

                              Sorry, something went wrong.

                                Uh oh!

                                There was an error while loading. Please reload this page.

                        No results found

                      View all tags
                          v0.6.35

                      [0.6.35] - 2025-11-06

                      Added

                        * πŸ–ΌοΈ Image generation system received a comprehensive overhaul with major new capabilities including full image editing support allowing users to modify existing images using text prompts with OpenAI, Gemini, or ComfyUI engines, adding Gemini 2.5 Flash Image (Nano Banana) support, Qwen Image Edit integration, resolution of base64-encoded image display issues, streamlined AUTOMATIC1111 configuration by consolidating parameters into a flexible JSON parameters field, and enhanced UI with a code editor modal for ComfyUI workflow management. #17434, #16976, Commit, Commit, Commit, Commit
                        * πŸ”’ CORS origin validation was added to WebSocket connections as a defense-in-depth security measure against cross-site WebSocket hijacking attacks. #18411, #18410
                        * πŸ”„ Automatic page refresh now occurs when a version update is detected via WebSocket connection, ensuring users always run the latest version without cache issues. Commit
                        * 🐍 Experimental initial preparations for Python 3.13 compatibility by updating dependencies with security enhancements and cryptographic improvements. #18430, #18424
                        * ⚑ Image compression now preserves the original image format instead of converting to PNG, significantly reducing file sizes and improving chat loading performance. #18506
                        * 🎀 Mistral Voxtral model support was added for text-to-speech, including voxtral-small and voxtral-mini models with both transcription and chat completion API support. #18934
                        * πŸ”Š Text-to-speech now uses a global audio queue system to prevent overlapping playback, ensuring only one TTS instance plays at a time with proper stop/start controls and automatic cleanup when switching between messages. #16152, #18744, #16150
                        * πŸ”Š ELEVENLABS_API_BASE_URL environment variable now allows configuration of custom ElevenLabs API endpoints, enabling support for EU residency API requirements. #18402
                        * πŸ” OAUTH_ROLES_SEPARATOR environment variable now allows custom role separators for OAuth roles that contain commas, useful for roles specified in LDAP syntax. #18572
                        * πŸ“„ External document loaders can now optionally forward user information headers when ENABLE_FORWARD_USER_INFO_HEADERS is enabled, enabling cost tracking, audit logs, and usage analytics for external services. #18731
                        * πŸ“„ MISTRAL_OCR_API_BASE_URL environment variable now allows configuration of custom Mistral OCR API endpoints for flexible deployment options. Commit
                        * ⌨️ Keyboard shortcut hints are now displayed on sidebar buttons with a refactored shortcuts modal that accurately reflects all available hotkeys across different keyboard layouts. #18473
                        * πŸ› οΈ Tooltips now display tool descriptions when hovering over tool names on the model edit page, improving usability and providing immediate context. #18707
                        * πŸ“ "Create a new note" from the search modal now immediately creates a new private note and opens it in the editor instead of navigating to the generic notes page. #18255
                        * πŸ–¨οΈ Code block output now preserves whitespace formatting with monospace font to accurately reflect terminal behavior. #18352
                        * ✏️ Edit button is now available in the three-dot menu of models in the workspace section for quick access to model editing, with the menu reorganized for better user experience and Edit, Clone, Copy Link, and Share options logically grouped. #18574
                        * πŸ“Œ Sidebar models section is now collapsible, allowing users to expand and collapse the pinned models list for better sidebar organization. Commit
                        * πŸŒ™ Dark mode styles for select elements were added using Tailwind CSS classes, improving consistency across the interface. #18636
                        * πŸ”„ Various improvements were implemented across the frontend and backend to enhance performance, stability, and security.
                        * 🌐 Translations for Portuguese (Brazil), Greek, German, Traditional Chinese, Simplified Chinese, Spanish, Georgian, Danish, and Estonian were enhanced and expanded.

                      Fixed

                        * πŸ”’ Server-Sent Event (SSE) code injection vulnerability in Direct Connections is resolved by blocking event emission from untrusted external model servers; event emitters from direct connected model servers are no longer supported, preventing arbitrary JavaScript execution in user browsers. Commit
                        * πŸ›‘οΈ DOM XSS vulnerability in "Insert Prompt as Rich Text" is resolved by sanitizing HTML content with DOMPurify before rendering. Commit
                        * βš™οΈ MCP server cancellation scope corruption is prevented by reversing disconnection order to follow LIFO and properly handling exceptions, resolving 100% CPU usage when resuming chats with expired tokens or using multiple streamable MCP servers. #18537
                        * πŸ”§ UI freeze when querying models with knowledge bases containing inconsistent distance metrics is resolved by properly initializing the distances array in citations. #18585
                        * πŸ€– Duplicate model IDs from multiple OpenAI endpoints are now automatically deduplicated server-side, preventing frontend crashes for users with unified gateway proxies that aggregate multiple providers. Commit
                        * πŸ” Login failures with passwords longer than 72 bytes are resolved by safely truncating oversized passwords for bcrypt compatibility. #18157
                        * πŸ” OAuth 2.1 MCP tool connections now automatically re-register clients when stored client IDs become stale, preventing unauthorized_client errors after editing tool endpoints and providing detailed error messages for callback failures. #18415, #18309
                        * πŸ”“ OAuth 2.1 discovery, metadata fetching, and dynamic client registration now correctly use HTTP proxy environment variables when trust_env is enabled. Commit
                        * πŸ”Œ MCP server connection failures now display clear error messages in the chat interface instead of silently failing. #18892, #18889
                        * πŸ’¬ Chat titles are now properly generated even when title auto-generation is disabled in interface settings, fixing an issue where chats would remain labeled as "New chat". #18761, #18717, #6478
                        * πŸ” Chat query errors are prevented by properly validating and handling the "order_by" parameter to ensure requested columns exist. #18400, #18452
                        * πŸ”§ Root-level max_tokens parameter is no longer dropped when proxying to Ollama, properly converting to num_predict to limit output token length as intended. #18618
                        * πŸ”‘ Self-hosted Marker instances can now be used without requiring an API key, while keeping it optional for datalab Marker service users. #18617
                        * πŸ”§ OpenAPI specification endpoint conflict between "/api/v1/models" and "/api/v1/models/" is resolved by changing the models router endpoint to "/list", preventing duplicate operationId errors when generating TypeScript API clients. #18758
                        * 🏷️ Model tags are now de-duplicated case-insensitively in both the model selector and workspace models page, preventing duplicate entries with different capitalization from appearing in filter dropdowns. #18716, #18711
                        * πŸ“„ Docling RAG parameter configuration is now correctly saved in the admin UI by fixing...
                    Read more

                      Contributors

                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        * 
                        rndmcnlly, attilaolah, and 45 other contributors
                      Assets 2
                        Loading

                                Uh oh!

                                There was an error while loading. Please reload this page.

                          πŸ‘ 24 silentoplayz, Classic298, orielhaim, klimekop6, matm, nicholas-alonzo, madanimkhitar22-beep, i-iooi-i, phil-lipp, Rabithua, and 14 more reacted with thumbs up emoji πŸ˜„ 3 Classic298, orielhaim, and cableman reacted with laugh emoji πŸŽ‰ 13 silentoplayz, Classic298, aliakseiz, orielhaim, martijnn, cableman, chevellebro1, Den41k92, i-iooi-i, LloydNicholson, and 3 more reacted with hooray emoji ❀️ 9 silentoplayz, Classic298, unicorn667, matm, i-iooi-i, m20l22, adrianmusante, pol-puig-redarbor, and ivanbaldo reacted with heart emoji πŸš€ 12 silentoplayz, Classic298, Ithanil, jimbo-p, matm, Mohamedgalil, cableman, i-iooi-i, HOTP0T, adrianmusante, and 2 more reacted with rocket emoji πŸ‘€ 5 Classic298, Quema100, fdkgenie, eabykov, and djledbetterr reacted with eyes emoji
                            All reactions
                              * πŸ‘ 24 reactions
                              * πŸ˜„ 3 reactions
                              * πŸŽ‰ 13 reactions
                              * ❀️ 9 reactions
                              * πŸš€ 12 reactions
                              * πŸ‘€ 5 reactions
                          44 people reacted

            v0.6.34

                  16 Oct 16:55
                  github-actions
                    v0.6.34
                  9ae06a3
                          This commit was created on GitHub.com and signed with GitHub’s verified signature.
                        GPG key ID: B5690EEEBB952194
                          Verified
                        Learn about vigilant mode.
                  Compare

                        Choose a tag to compare

                            Sorry, something went wrong.

                      Filter
                        Loading

                              Sorry, something went wrong.

                                Uh oh!

                                There was an error while loading. Please reload this page.

                        No results found

                      View all tags
                          v0.6.34

                      [0.6.34] - 2025-10-16

                      Added

                        * πŸ“„ MinerU is now supported as a document parser backend, with support for both local and managed API deployments. #18306
                        * πŸ”’ JWT token expiration default is now set to 4 weeks instead of never expiring, with security warnings displayed in backend logs and admin UI when set to unlimited. #18261, #18262
                        * ⚑ Page loading performance is improved by preventing unnecessary API requests when sidebar folders are not expanded. #18179, #17476
                        * πŸ“ File hash values are now included in the knowledge endpoint response, enabling efficient file synchronization through hash comparison. #18284, #18283
                        * 🎨 Chat dialog scrollbar visibility is improved by increasing its width, making it easier to use for navigation. #18369, #11782
                        * πŸ”„ Various improvements were implemented across the frontend and backend to enhance performance, stability, and security.
                        * 🌐 Translations for Catalan, Chinese, Czech, Finnish, German, Kabyle, Korean, Portuguese (Brazil), Spanish, Thai, and Turkish were enhanced and expanded.

                      Fixed

                        * πŸ“š Focused retrieval mode now works correctly, preventing the system from forcing full context mode and loading all documents in a knowledge base regardless of settings. #18133
                        * πŸ”§ Filter inlet functions now correctly execute on tool call continuations, ensuring parameter persistence throughout tool interactions. #18222
                        * πŸ› οΈ External tool servers now properly support DELETE requests with body data. #18289, #18287
                        * πŸ—„οΈ Oracle23ai vector database client now correctly handles variable initialization, resolving UnboundLocalError when retrieving items from collections. #18356
                        * πŸ”§ Model auto-pull functionality now works correctly even when user settings remain unmodified. #18324
                        * 🎨 Duplicate HTML content in artifacts is now prevented by improving code block detection logic. #18195, #6154
                        * πŸ’¬ Pinned chats now appear in the Reference Chats list and can be referenced in conversations. #18288
                        * πŸ“ Misleading knowledge base warning text in documents settings is clarified to correctly instruct users about reindexing vectors. #18263
                        * πŸ”” Toast notifications can now be dismissed even when a modal is open. #18260
                        * πŸ”˜ The "Chats" button in the sidebar now correctly toggles chat list visibility without navigating away from the current page. #18232
                        * 🎯 The Integrations menu no longer closes prematurely when clicking outside the Valves modal. #18310
                        * πŸ› οΈ Tool ID display issues where "undefined" was incorrectly shown in the interface are now resolved. #18178
                        * πŸ› οΈ Model management issues caused by excessively long model IDs are now prevented through validation that limits model IDs to 256 characters. #18125
                      Assets 2
                        Loading

                                Uh oh!

                                There was an error while loading. Please reload this page.

                          πŸ‘ 55 xavimc222, RocketRider, Kylapaallikko, mdumas38, jorden2895, DesertGun, orielhaim, Classic298, Felitendo, phil-lipp, and 45 more reacted with thumbs up emoji πŸŽ‰ 19 aliakseiz, isNotOkay, Den41k92, nhh, israelsaba, silentoplayz, Skyzi000, github-actions[bot], i-iooi-i, blueinkgz, and 9 more reacted with hooray emoji ❀️ 9 silentoplayz, barbashovtd, i-iooi-i, firengate, cortex359, mcore1976, Haervwe, Lolabird, and ivanbaldo reacted with heart emoji πŸš€ 7 silentoplayz, github-actions[bot], i-iooi-i, levi992025, firengate, suurt8ll, and ivanbaldo reacted with rocket emoji
                            All reactions
                              * πŸ‘ 55 reactions
                              * πŸŽ‰ 19 reactions
                              * ❀️ 9 reactions
                              * πŸš€ 7 reactions
                          67 people reacted

            v0.6.33

                  07 Oct 21:20
                  github-actions
                    v0.6.33
                  8d7d79d
                          This commit was created on GitHub.com and signed with GitHub’s verified signature.
                        GPG key ID: B5690EEEBB952194
                          Verified
                        Learn about vigilant mode.
                  Compare

                        Choose a tag to compare

                            Sorry, something went wrong.

                      Filter
                        Loading

                              Sorry, something went wrong.

                                Uh oh!

                                There was an error while loading. Please reload this page.

                        No results found

                      View all tags
                          v0.6.33

                      [0.6.33] - 2025-10-08

                      Added

                        * 🎨 Workspace interface received a comprehensive redesign across Models, Knowledge, Prompts, and Tools sections, featuring reorganized controls, view filters for created vs shared items, tag selectors, improved visual hierarchy, and streamlined import/export functionality. Commit, Commit, Commit, Commit, Commit, Commit
                        * πŸ› οΈ Functions admin interface received a comprehensive redesign with creator attribution display, ownership filters for created vs shared items, improved organization, and refined styling. Commit
                        * ⚑ Page initialization performance is significantly improved through parallel data loading and optimized folder API calls, reducing initial page load time. #17559, #17889
                        * ⚑ Chat overview component is now dynamically loaded on demand, reducing initial page bundle size by approximately 470KB and improving first-screen loading speed. #17595
                        * πŸ“ Folders can now be attached to chats using the "#" command, automatically expanding to include all files within the folder for streamlined knowledge base integration. Commit
                        * πŸ“± Progressive Web App now supports Android share target functionality, allowing users to share web pages, YouTube videos, and text directly to Open WebUI from the system share menu. #17633, #17125
                        * πŸ—„οΈ Redis session storage is now available as an experimental option for OAuth authentication flows via the ENABLE_STAR_SESSIONS_MIDDLEWARE environment variable, providing shared session state across multi-replica deployments to address CSRF errors, though currently only basic Redis setups are supported. #17223, #15373, Docs:Commit
                        * πŸ“Š Vega and Vega-Lite chart visualization renderers are now supported in code blocks, enabling inline rendering of data visualizations with automatic compilation of Vega-Lite specifications. #18033, #18040, #18022
                        * πŸ”— OpenAI connections now support custom HTTP headers, enabling users to configure authentication and routing headers for specific deployment requirements. #18021, #9732
                        * πŸ” OpenID Connect authentication now supports OIDC providers without email scope via the ENABLE_OAUTH_WITHOUT_EMAIL environment variable, enabling compatibility with identity providers that don't expose email addresses. #18047, #18045
                        * πŸ€– Ollama model management modal now features individual model update cancellation, comprehensive tooltips for all buttons, and streamlined notification behavior to reduce toast spam. #16863
                        * ☁️ OneDrive file picker now includes search functionality and "My Organization" pivot for business accounts, enabling easier file discovery across organizational content. #17930, #17929
                        * πŸ“Š Chat overview flow diagram now supports toggling between vertical and horizontal layout orientations for improved visualization flexibility. #17941
                        * πŸ”Š OpenAI Text-to-Speech engine now supports additional parameters, allowing users to customize TTS behavior with provider-specific options via JSON configuration. #17985, #17188
                        * πŸ› οΈ Tool server list now displays server name, URL, and type (OpenAPI or MCP) for easier identification and management. #18062
                        * πŸ“ Folders now remember the last selected model, automatically applying it when starting new chats within that folder. #17836
                        * πŸ”’ Ollama embedding endpoint now supports the optional dimensions parameter for controlling embedding output size, compatible with Ollama v0.11.11 and later. #17942
                        * ⚑ Workspace knowledge page load time is improved by removing redundant API calls, enhancing overall responsiveness. #18057
                        * ⚑ File metadata query performance is enhanced by selecting only relevant columns instead of retrieving entire records, reducing database overhead. #18013
                        * πŸ“„ Note PDF exports now include titles and properly render in dark mode with appropriate background colors. Commit
                        * πŸ“„ Docling document extraction now supports additional parameters for VLM pipeline configuration, enabling customized vision model settings. #17363
                        * βš™οΈ Server startup script now supports passing arbitrary arguments to uvicorn, enabling custom server configuration options. #17919, #17918
                        * πŸ”„ Various improvements were implemented across the frontend and backend to enhance performance, stability, and security.
                        * 🌐 Translations for German, Danish, Spanish, Korean, Portuguese (Brazil), Simplified Chinese, and Traditional Chinese were enhanced and expanded.

                      Fixed

                        * πŸ’¬ System prompts are no longer duplicated in chat requests, eliminating confusion and excessive token usage caused by repeated instructions being sent to models. #17198, #16855
                        * πŸ” MCP OAuth 2.1 authentication now complies with the standard by implementing PKCE with S256 code challenge method and explicitly passing client credentials during token authorization, resolving "code_challenge: Field required" and "client_id: Field required" errors when connecting to OAuth-secured MCP servers. Commit, #18010, #18087
                        * πŸ” OAuth signup flow now handles password hashing correctly by migrating from passlib to native bcrypt, preventing failures when passwords exceed 72 bytes. #17917
                        * πŸ” OAuth token refresh errors are resolved by properly registering and storing OAuth clients, fixing "Constructor parameter should be str" exceptions for Google, Microsoft, and OIDC providers. #17829
                        * πŸ” OAuth server metadata URL is now correctly accessed via the proper attribute, fixing automatic token refresh and logout functionality for Microsoft OAuth provider when OPENID_PROVIDER_URL is not set. #18065
                        * πŸ” OAuth credential decryption failures now allow the application to start gracefully with clear error messages instead of crashing, preventing complete service outages when WEBUI_SECRET_KEY mismatches occur during database migrations or environment changes. #18094, #18092
                        * πŸ” OAuth 2.1 server discovery now correctly attempts all configured discovery URLs in sequence instead of only trying the first URL. #17906, #17904, #18026
                        * πŸ” Login redirect now correctly honors the redirect query parameter after authentication, ensuring users are returned to their intended destination with query parameters intact instead of defaulting to the homepage. #18071
                        * ☁️ OneDrive Business integration authentication regression is resolved, ensuring the popup now properly triggers when connecting to OneDrive accounts. #17902, #17825, #17816
                        * πŸ‘₯ Default group settings now persist correctly after page navigation, ensuring configuration changes are properly saved and retained. #17899, [#18003](#18003...
                    Read more
                      Assets 2
                        Loading

                                Uh oh!

                                There was an error while loading. Please reload this page.

                          πŸ‘ 32 silentoplayz, orielhaim, vincenthopf, github-actions[bot], Mcayear, gaby, i-iooi-i, YetheSamartaka, Classic298, P13K, and 22 more reacted with thumbs up emoji πŸ˜„ 2 orielhaim and aaronchan0 reacted with laugh emoji πŸŽ‰ 24 silentoplayz, orielhaim, barbashovtd, github-actions[bot], ec2ainun, sorawitt, i-iooi-i, aliakseiz, martijnn, suurt8ll, and 14 more reacted with hooray emoji ❀️ 28 FabioPolito24, mdh-technics, Trusteeeee, haimai-sa, tariktalay, orielhaim, roseforljh, rgaricano, Skyzi000, silentoplayz, and 18 more reacted with heart emoji πŸš€ 11 orielhaim, silentoplayz, vincenthopf, toonvank, github-actions[bot], i-iooi-i, Classic298, NeilMazumdar, Lolabird, firengate, and ivanbaldo reacted with rocket emoji πŸ‘€ 3 jeancamlap, jb0gie, and firengate reacted with eyes emoji
                            All reactions
                              * πŸ‘ 32 reactions
                              * πŸ˜„ 2 reactions
                              * πŸŽ‰ 24 reactions
                              * ❀️ 28 reactions
                              * πŸš€ 11 reactions
                              * πŸ‘€ 3 reactions
                          67 people reacted

            v0.6.32

                  29 Sep 06:13
                  github-actions
                    v0.6.32
                  37d1c85
                          This commit was created on GitHub.com and signed with GitHub’s verified signature.
                        GPG key ID: B5690EEEBB952194
                          Verified
                        Learn about vigilant mode.
                  Compare

                        Choose a tag to compare

                            Sorry, something went wrong.

                      Filter
                        Loading

                              Sorry, something went wrong.

                                Uh oh!

                                There was an error while loading. Please reload this page.

                        No results found

                      View all tags
                          v0.6.32

                      [0.6.32] - 2025-09-29

                      Added

                        * πŸ—οΈ Permission toggle for public sharing of notes was added, allowing note owners to quickly enable or disable public access from the note settings interface.
                        * ⚠️ A warning is now displayed in the user edit modal if conflicting group permissions are detected, helping administrators resolve access control ambiguities before saving changes.

                      Fixed

                        * 🧰 Fixed regression where External Tool servers (OpenAPI) were nonfunctional after the 0.6.31 update; external tools integration is now restored and reliable.
                        * πŸš‘ Resolved a critical bug causing Streamable HTTP OAuth 2.1 (MCP server) integrations to throw a 500 error on first invocation due to missing 'SessionMiddleware'. OAuth 2.1 registration now succeeds and works on subsequent requests as expected.
                        * πŸ› The "Set as default" option is now reliably clickable in model and filter selection menus, fixing cases where the interface appeared unresponsive.
                        * πŸ› οΈ Embed UI now works seamlessly with both default and native function calling flows, ensuring the tool embedding experience is consistent regardless of invocation method.
                        * 🧹 Addressed various minor UI bugs and inconsistencies for a cleaner user experience.

                      Changed

                        * 🧬 MCP tool result handling code was refactored for improved parsing and robustness of tool outputs.
                        * 🧩 The user edit modal was overhauled for clarity and usability, improving the organization of group, permission, and public sharing controls.
                      Assets 2
                        Loading

                                Uh oh!

                                There was an error while loading. Please reload this page.

                          πŸ‘ 39 Siddh-Jwero, meowth1006, panzer-arc, nekomiya-hinata, orielhaim, VasilisGiazi, romayojr, loitragg, mirecekd, onihilist, and 29 more reacted with thumbs up emoji πŸ˜„ 2 iChristGit and tmoreira2020 reacted with laugh emoji πŸŽ‰ 13 Den41k92, silentoplayz, classronin, ivanbaldo, Classic298, romayojr, iChristGit, github-actions[bot], ehab-x99, fuisl, and 3 more reacted with hooray emoji ❀️ 12 silentoplayz, HyperTBoss, efortin, classronin, ivanbaldo, Classic298, romayojr, iChristGit, Goekdeniz-Guelmez, John616-oss, and 2 more reacted with heart emoji πŸš€ 11 silentoplayz, PhilosophiMoonbeam, classronin, SchneiderSam, ivanbaldo, Classic298, romayojr, iChristGit, github-actions[bot], tmoreira2020, and Volodya1000 reacted with rocket emoji πŸ‘€ 7 handokota, Classic298, romayojr, iChristGit, lcsmd, Bobstar88, and tmoreira2020 reacted with eyes emoji
                            All reactions
                              * πŸ‘ 39 reactions
                              * πŸ˜„ 2 reactions
                              * πŸŽ‰ 13 reactions
                              * ❀️ 12 reactions
                              * πŸš€ 11 reactions
                              * πŸ‘€ 7 reactions
                          52 people reacted
                Previous 1 2 3 4 5 … 13 14 Next
                Previous Next

  Footer

      Β© 2025 GitHub, Inc.

    Footer navigation

      * Terms
      * Privacy
      * Security
      * Status
      * Community
      * Docs
      * Contact
      * Manage cookies
      * Do not share my personal information
    You can’t perform that action at this time.
                        
For now, Differences are performed on text, not graphically, only the latest screenshot is available.

Screenshot requires Playwright/WebDriver enabled