File python-open-webui.changes of Package python-open-webui
-------------------------------------------------------------------
Mon Oct 7 21:47:06 UTC 2024 - Guang Yee <gyee@suse.com>
- Update to v0.3.32
Added
* Workspace Enhancements: Added a display count for models, prompts, tools, and functions in the workspace, providing a clear overview and easier management.
Fixed
* Web and YouTube Attachment Fix: Resolved an issue where attaching web links and YouTube videos was malfunctioning, ensuring seamless integration and display within chats.
* Call Mode Activation on Landing Page: Fixed a bug where call mode was not operational from the landing page.
Changed
* URL Parameter Refinement: Updated the 'tool_ids' URL parameter to 'tools' or 'tool-ids' for more intuitive and consistent user experience.
* Floating Buttons Styling Update: Refactored the styling of floating buttons to intelligently adjust to the left side when there isn't enough room on the right, improving interface usability and aesthetic.
* Enhanced Accessibility for Floating Buttons: Implemented the ability to close floating buttons with the 'Esc' key, making workflow smoother and more efficient for users navigating via keyboard.
* Updated Information URL: Information URLs now direct users to a general release page rather than a version-specific URL, ensuring access to the latest and relevant details all in one place.
* Library Dependencies Update: Upgraded dependencies to ensure compatibility and performance optimization for pip installs.
-------------------------------------------------------------------
Tue Sep 24 02:24:06 UTC 2024 - Guang Yee <gyee@suse.com>
- Release v0.3.23
Added
* WebSocket Redis Support: Enhanced load balancing capabilities for multiple instance setups, promoting better performance and reliability in WebUI.
* Adjustable Chat Controls: Introduced width-adjustable chat controls, enabling a personalized and more comfortable user interface.
* i18n Updates: Improved and updated the Chinese translations.
Fixed
* Task Model Unloading Issue: Modified task handling to use the Ollama /api/chat endpoint instead of OpenAI compatible endpoint, ensuring models stay loaded and ready with custom parameters, thus minimizing delays in task execution.
* Title Generation Fix for OpenAI Compatible APIs: Resolved an issue preventing the generation of titles, enhancing consistency and reliability when using multiple API providers.
* RAG Duplicate Collection Issue: Fixed a bug causing repeated processing of the same uploaded file. Now utilizes indexed files to prevent unnecessary duplications, optimizing resource usage.
* Image Generation Enhancement: Refactored OpenAI image generation endpoint to be asynchronous, preventing the WebUI from becoming unresponsive during processing, thus enhancing user experience.
* Downgrade Authlib: Reverted Authlib to version 1.3.1 to address and resolve issues concerning OAuth functionality.
Changed
* Improved Message Interaction: Enhanced the message node interface to allow for easier focus redirection with a simple click, streamlining user interaction.
* Styling Refactor: Updated WebUI styling for a cleaner, more modern look, enhancing user experience across the platform.