Skip to content

v0.3.16

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 09:09
· 790 commits to main since this release
f4df49e

[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.