From eb03bb65e84ad79eb2bac2e530ac4561c72b0dbc Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Wed, 11 Sep 2024 19:17:53 +0300 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a586379..b3913726 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Quick code snippet referencing in prompts [#690](https://github.com/carlrobertoh/CodeGPT/issues/690) - Name suggestions for languages other than Java [#615](https://github.com/carlrobertoh/CodeGPT/issues/615) +- Improved ### Fixed - Prompt text field persona suggestions [#685](https://github.com/carlrobertoh/CodeGPT/issues/685) +- Text field autofocus when opening the chat toolwindow [#691](https://github.com/carlrobertoh/CodeGPT/issues/691) - Git commit dialog selected changes not being included in diff +### Improved + +- Model combobox menu UI/UX by extracting the providers into standalone subgroups [#681](https://github.com/carlrobertoh/CodeGPT/pull/681) +- Prompt text field inlay rendering + ## [2.11.0-223] - 2024-09-05 ### Added