Skip to content

Releases: johngoad/ollama-webui

v0.3.13

15 Aug 10:54
13b0e7d
Compare
Choose a tag to compare

[0.3.13] - 2024-08-14

Added

  • 🎨 Enhanced Markdown Rendering: Significant improvements in rendering markdown, ensuring smooth and reliable display of LaTeX and Mermaid charts, enhancing user experience with more robust visual content.
  • 🔄 Auto-Install Tools & Functions Python Dependencies: For 'Tools' and 'Functions', Open WebUI now automatically install extra python requirements specified in the frontmatter, streamlining setup processes and customization.
  • 🌀 OAuth Email Claim Customization: Introduced an 'OAUTH_EMAIL_CLAIM' variable to allow customization of the default "email" claim within OAuth configurations, providing greater flexibility in authentication processes.
  • 📶 Websocket Reconnection: Enhanced reliability with the capability to automatically reconnect when a websocket is closed, ensuring consistent and stable communication.
  • 🤳 Haptic Feedback on Support Devices: Android devices now support haptic feedback for an immersive tactile experience during certain interactions.

Fixed

  • 🛠️ ComfyUI Performance Improvement: Addressed an issue causing FastAPI to stall when ComfyUI image generation was active; now runs in a separate thread to prevent UI unresponsiveness.
  • 🔀 Session Handling: Fixed an issue mandating session_id on client-side to ensure smoother session management and transitions.
  • 🖋️ Minor Bug Fixes and Format Corrections: Various minor fixes including typo corrections, backend formatting improvements, and test amendments enhancing overall system stability and performance.

Changed

  • 🚀 Migration to SvelteKit 2: Upgraded the underlying framework to SvelteKit version 2, offering enhanced speed, better code structure, and improved deployment capabilities.
  • 🧹 General Cleanup and Refactoring: Performed broad cleanup and refactoring across the platform, improving code efficiency and maintaining high standards of code health.
  • 🚧 Integration Testing Improvements: Modified how Cypress integration tests detect chat messages and updated sharing tests for better reliability and accuracy.
  • 📁 Standardized '.safetensors' File Extension: Renamed the '.sft' file extension to '.safetensors' for ComfyUI workflows, standardizing file formats across the platform.

Removed

  • 🗑️ Deprecated Frontend Functions: Removed frontend functions that were migrated to backend to declutter the codebase and reduce redundancy.