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
This commit was created on GitHub.com and signed with GitHubβs verified signature.
[0.3.16] - 2024-08-27
Added
π Config DB Migration: Migrated configuration handling from config.json to the database, enabling high-availability setups and load balancing across multiple Open WebUI instances.
π Call Mode Activation via URL: Added a 'call=true' URL search parameter enabling direct shortcuts to activate call mode, enhancing user interaction on mobile devices.
β¨ TTS Content Control: Added functionality to control how message content is segmented for Text-to-Speech (TTS) generation requests, allowing for more flexible speech output options.
π Show Knowledge Search Status: Enhanced model usage transparency by displaying status when working with knowledge-augmented models, helping users understand the system's state during queries.
π Click-to-Copy for Codespan: Enhanced interactive experience in the WebUI by allowing users to click to copy content from code spans directly.
π« API User Blocking via Model Filter: Introduced the ability to block API users based on customized model filters, enhancing security and control over API access.
π¬ Call Overlay Styling: Adjusted call overlay styling on large screens to not cover the entire interface, but only the chat control area, for a more unobtrusive interaction experience.
Fixed
π§ LaTeX Rendering Issue: Addressed an issue that affected the correct rendering of LaTeX.
π File Leak Prevention: Resolved the issue of uploaded files mistakenly being accessible across user chats.
π§ Pipe Functions with 'files' Param: Fixed issues with 'files' parameter not functioning correctly in pipe functions.
π Markdown Processing for RAG: Fixed issues with processing Markdown in files.
π« Duplicate System Prompts: Fixed bugs causing system prompts to duplicate.
Changed
π Wakelock Permission: Optimized the activation of wakelock to only engage during call mode, conserving device resources and improving battery performance during idle periods.
π Content-Type for Ollama Chats: Added 'application/x-ndjson' content-type to '/api/chat' endpoint responses to match raw Ollama responses.
β Disable Signups Conditionally: Implemented conditional logic to disable sign-ups when 'ENABLE_LOGIN_FORM' is set to false.