File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 2.2.12] - 2023-12-21
10+
11+ ### Added
12+
13+ - Support for extended request parameters for llama.cpp
14+
915## [ 2.2.11] - 2023-12-14
1016
1117### Added
@@ -323,7 +329,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
323329
324330- ` OPENAI_API_KEY ` persistence, key is saved in the OS password safe from now on
325331
326- [ Unreleased ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.2.11...HEAD
332+ [ Unreleased ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.2.12...HEAD
333+ [ 2.2.12 ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.2.11...v2.2.12
327334[ 2.2.11 ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.2.10...v2.2.11
328335[ 2.2.10 ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.2.9...v2.2.10
329336[ 2.2.9 ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.2.8...v2.2.9
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.11
7+ pluginVersion = 2.2.12
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