docs: update changelog

This commit is contained in:
Carl-Robert Linnupuu 2025-01-13 14:03:46 +00:00
parent 5b0ad1a7d0
commit efcade76f2

View file

@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Example code assistant guideline in the prompt.
- Support for opening all code assistant changes in full mode.
- Additional commit dialog actions:
- Generate Message (no functional changes).
- Generate Message with Additional Input: Adds support for additional input in the prompt.
- Review Changes: Creates a new chat session and asks CodeGPT to review your changes and suggest improvements.
### Fixed
- Inconsistencies in the model combobox title when changing between tabs [#814](https://github.com/carlrobertoh/CodeGPT/issues/814).
## [2.15.1-241.1] - 2025-01-07
### Added