docs: update changelog

This commit is contained in:
Carl-Robert Linnupuu 2024-08-19 13:16:31 +03:00
parent 39a7d635a3
commit bf1cb5c183

View file

@ -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