diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a9e1de..e873afeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Web documentation support [#650](https://github.com/carlrobertoh/CodeGPT/pull/650) +- Improved user prompt text field component [#665](https://github.com/carlrobertoh/CodeGPT/pull/665) + - Spellchecking + - Auto-enclosing brackets, quotes, etc. + - Removable suggestion action inlays + - Context menu for copy-pasting, and more +- DeepSeek Coder V2 model for CodeGPT users +- Image support for Custom OpenAI-compatible providers + +### Fixed + +- IDE freezes caused by long running file search queries [#652](https://github.com/carlrobertoh/CodeGPT/pull/652) + ## [2.9.0-223] - 2024-08-03 ### Added