diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db213e35..842276c28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.4.5] - 2024-11-26 + +### Added + +- **🎨 Model Order/Defaults Reintroduced**: Brought back the ability to set model order and default models, now configurable via Admin Settings > Models > Configure (Gear Icon). + +### Fixed + +- **πŸ” Query Generation Issue**: Resolved an error in web search query generation, enhancing search accuracy and ensuring smoother search workflows. +- **πŸ“ Textarea Auto Height Bug**: Fixed a layout issue where textarea input height was shifting unpredictably, particularly when editing system prompts. +- **πŸ”‘ Ollama Authentication**: Corrected an issue with Ollama’s authorization headers, guaranteeing reliable authentication across all endpoints. +- **βš™οΈ Missing Min_P Save**: Resolved an issue where the 'min_p' parameter was not being saved in configurations. +- **πŸ› οΈ Tools Description**: Fixed a key issue that omitted tool descriptions in tools payload. + ## [0.4.4] - 2024-11-22 ### Added