|
@@ -5,6 +5,37 @@ All notable changes to this project will be documented in this file.
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
+## [0.3.11] - 2024-08-02
|
|
|
+
|
|
|
+### Added
|
|
|
+
|
|
|
+- **🖼️ Model Selector Images**: Introduced visual previews for models in the selector for easier identification.
|
|
|
+- **⌨️ Arrow Keys Model Selection**: Users can now use arrow keys for quicker model selection, enhancing accessibility.
|
|
|
+- **🔍 Fuzzy Search in Model Selector**: Enhanced model selector with fuzzy search to locate models swiftly, including descriptions.
|
|
|
+- **✨ Elevenlabs Voice Integration**: Fully integrated Elevenlabs TTS support, allowing for more natural voice outputs.
|
|
|
+- **🕹️ ComfyUI Flux Image Generation**: Added support for the new Flux image gen model; introduces environment controls like weight precision and CLIP model options in Settings.
|
|
|
+- **💾 Display File Size Before Upload**: Enhanced file interface now displays file size prior to upload, preparing for upcoming upload restrictions.
|
|
|
+- **🎚️ Advanced Params "Min P"**: Added 'Min P' parameter in the advanced settings for customized model precision control.
|
|
|
+- **🔒 Enhanced OAuth**: Introduced custom redirect URI support for OAuth behind reverse proxies, enabling safer authentication processes.
|
|
|
+
|
|
|
+### Fixed
|
|
|
+
|
|
|
+- **🔧 Tags Handling in Document Upload**: Tags are now properly sent to the upload document handler, resolving issues with missing metadata in modal dialogs.
|
|
|
+- **🌐 URL Handling for Sensitive Inputs**: Fixed incorrect URL dependencies in SensitiveInput components that caused security risks.
|
|
|
+- **📂 Static Path Resolution in PDF Generation**: Fixed static paths that adjust dynamically to prevent issues across various environments.
|
|
|
+- **🖼️ Static Image Variables Initialization**: Optimized image file display intialization to enhance front-end performance.
|
|
|
+
|
|
|
+### Changed
|
|
|
+
|
|
|
+- **🚧 Refactoring Various Components**: Numerous refactoring changes across styling, file handling, and function simplifications for clarity and performance.
|
|
|
+- **🎛️ User Valves Management**: Moved user valves from settings to direct chat controls for more user-friendly access during interactions.
|
|
|
+- **📄 Better LaTeX Rendering**: Improved identification and handling of LaTeX content in text, allowing for better rendering.
|
|
|
+- **🛠️ Voice ID Handling with ElevenLabs**: Streamlined the process to match voice ID dynamically as global voice updates occur, ensuring synchronization.
|
|
|
+
|
|
|
+### Removed
|
|
|
+
|
|
|
+- **🗑️ Discontinue /health Logging**: Removed redundant logging from the /health endpoint to streamline operations.
|
|
|
+
|
|
|
## [0.3.10] - 2024-07-17
|
|
|
|
|
|
### Fixed
|