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.12] - 2024-08-07
Added
🔄 Sidebar Infinite Scroll: Added an infinite scroll feature in the sidebar for more efficient chat navigation, reducing load times and enhancing user experience.
🚀 Enhanced Markdown Rendering: Support for rendering all code blocks and making images clickable for preview; codespan styling is also enhanced to improve readability and user interaction.
🔒 Admin Shared Chat Visibility: Admins no longer have default visibility over shared chats when ENABLE_ADMIN_CHAT_ACCESS is set to false, tightening security and privacy settings for users.
🌍 Language Updates: Added Malay (Bahasa Malaysia) translation and updated Catalan and Traditional Chinese translations to improve accessibility for more users.
Fixed
📊 Markdown Rendering Issues: Resolved issues with markdown rendering to ensure consistent and correct display across components.
🛠️ Styling Issues: Multiple fixes applied to styling throughout the application, improving the overall visual experience and interface consistency.
🗃️ Modal Handling: Fixed an issue where modals were not closing correctly in various model chat scenarios, enhancing usability and interface reliability.
📄 Missing OpenAI Usage Information: Resolved issues where usage statistics for OpenAI services were not being correctly displayed, ensuring users have access to crucial data for managing and monitoring their API consumption.
🔧 Non-Streaming Support for Functions Plugin: Fixed a functionality issue with the Functions plugin where non-streaming operations were not functioning as intended, restoring full capabilities for async and sync integration within the platform.
🔄 Environment Variable Type Correction (COMFYUI_FLUX_FP8_CLIP): Corrected the data type of the 'COMFYUI_FLUX_FP8_CLIP' environment variable from string to boolean, ensuring environment settings apply correctly and enhance configuration management.
Changed
🔧 Backend Dependency Updates: Updated several backend dependencies such as boto3, pypdf, python-pptx, validators, and black, ensuring up-to-date security and performance optimizations.