From f49de846072cb0abc3458823fe72febfc904ad93 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Fri, 19 Jul 2024 03:12:51 +0300 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83f6693e..feb66722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- GPT-4o mini model (**free** with [our hosted service](https://www.codegpt.ee/#pricing)) +- New UI/UX design for the toolwindow's user input component +- Support for searching for and attaching files in the textarea popover when the '@' key is used + +### Fixed + +- Numeric values in Custom providers' headers section ([#619](https://github.com/carlrobertoh/CodeGPT/issues/619)) +- Ollama settings sync ([#616](https://github.com/carlrobertoh/CodeGPT/issues/616)) + ## [2.8.3-233] - 2024-07-15 ### Added