From 21eca7f1c16a0ee030c0a55b2d99c20022d77af5 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 2 Aug 2024 23:47:00 +0200 Subject: [PATCH] doc: changelog --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3bceff25..7bcfdb56d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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