File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 2.2.11] - 2023-12-14
10+
11+ ### Added
12+
13+ - Support for chatting with multiple files
14+ - Support for generating commit messages and method names with Azure service
15+
916## [ 2.2.10] - 2023-12-12
1017
1118### Added
@@ -316,7 +323,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
316323
317324- ` OPENAI_API_KEY ` persistence, key is saved in the OS password safe from now on
318325
319- [ Unreleased ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.2.10...HEAD
326+ [ Unreleased ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.2.11...HEAD
327+ [ 2.2.11 ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.2.10...v2.2.11
320328[ 2.2.10 ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.2.9...v2.2.10
321329[ 2.2.9 ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.2.8...v2.2.9
322330[ 2.2.8 ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.2.7...v2.2.8
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = ee.carlrobert
44pluginName = CodeGPT
55pluginRepositoryUrl = https://github.com/carlrobertoh/CodeGPT
66# SemVer format -> https://semver.org
7- pluginVersion = 2.2.10
7+ pluginVersion = 2.2.11
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 213
You can’t perform that action at this time.
0 commit comments