Skip to content

Releases: nwlynch/open-webui

v0.3.30

26 Sep 10:53
7b8f923
Compare
Choose a tag to compare

[0.3.30] - 2024-09-26

Fixed

  • 🍞 Update Available Toast Dismissal: Enhanced user experience by ensuring that once the update available notification is dismissed, it won't reappear for 24 hours.
  • 📋 Ollama /embed Form Data: Adjusted the integration inaccuracies in the /embed form data to ensure it perfectly matches with Ollama's specifications.
  • 🔧 O1 Max Completion Tokens Issue: Resolved compatibility issues with OpenAI's o1 models max_completion_tokens param to ensure smooth operation.
  • 🔄 Pip Install Database Issue: Fixed a critical issue where database changes during pip installations were reverting and not saving chat logs, now ensuring data persistence and reliability in chat operations.
  • 🏷️ Chat Rename Tab Update: Fixed the functionality to change the web browser's tab title simultaneously when a chat is renamed, keeping tab titles consistent.

v0.3.29

25 Sep 23:20
82cda6e
Compare
Choose a tag to compare

[0.3.29] - 2023-09-25

Fixed

  • 🔧 KaTeX Rendering Improvement: Resolved specific corner cases in KaTeX rendering to enhance the display of complex mathematical notation.
  • 📞 'Call' URL Parameter Fix: Corrected functionality for 'call' URL search parameter ensuring reliable activation of voice calls through URL triggers.
  • 🔄 Configuration Reset Fix: Fixed the RESET_CONFIG_ON_START to ensure settings revert to default correctly upon each startup, improving reliability in configuration management.
  • 🌍 Filter Outlet Hook Fix: Addressed issues in the filter outlet hook, ensuring all filter functions operate as intended.