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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.6.2-233] - 2024-04-15
10
+
11
+ ### Fixed
12
+
13
+ - Text rendering anomalies upon streaming
14
+
9
15
## [ 2.6.1-233] - 2024-04-12
10
16
11
17
### Fixed
@@ -425,7 +431,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
425
431
426
432
- ` OPENAI_API_KEY ` persistence, key is saved in the OS password safe from now on
427
433
428
- [ Unreleased ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.6.1-233...HEAD
434
+ [ Unreleased ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.6.2-233...HEAD
435
+ [ 2.6.2-233 ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.6.1-233...v2.6.2-233
429
436
[ 2.6.1-233 ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.6.0-233...v2.6.1-233
430
437
[ 2.6.0-233 ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.5.1...v2.6.0-233
431
438
[ 2.5.1 ] : https://github.com/carlrobertoh/CodeGPT/compare/v2.5.0...v2.5.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = ee.carlrobert
4
4
pluginName = CodeGPT
5
5
pluginRepositoryUrl = https://github.com/carlrobertoh/CodeGPT
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 2.6.1
7
+ pluginVersion = 2.6.2
8
8
9
9
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
pluginSinceBuild = 233
You can’t perform that action at this time.
0 commit comments