Skip to content

Commit f6a5113

Browse files
committed
2.6.2
1 parent 077059f commit f6a5113

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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.6.2-233] - 2024-04-15
10+
11+
### Fixed
12+
13+
- Text rendering anomalies upon streaming
14+
915
## [2.6.1-233] - 2024-04-12
1016

1117
### Fixed
@@ -425,7 +431,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
425431

426432
- `OPENAI_API_KEY` persistence, key is saved in the OS password safe from now on
427433

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
429436
[2.6.1-233]: https://github.com/carlrobertoh/CodeGPT/compare/v2.6.0-233...v2.6.1-233
430437
[2.6.0-233]: https://github.com/carlrobertoh/CodeGPT/compare/v2.5.1...v2.6.0-233
431438
[2.5.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.5.0...v2.5.1

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = ee.carlrobert
44
pluginName = CodeGPT
55
pluginRepositoryUrl = https://github.com/carlrobertoh/CodeGPT
66
# SemVer format -> https://semver.org
7-
pluginVersion = 2.6.1
7+
pluginVersion = 2.6.2
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 233

0 commit comments

Comments
 (0)