This commit is contained in:
Carl-Robert Linnupuu 2023-12-01 01:07:30 +02:00
parent dc2cc3c5a1
commit 10b090e2d2
2 changed files with 9 additions and 2 deletions

View file

@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [2.2.8] - 2023-12-01
### Fixed
- UI concurrency issues (run completion events on EDT)
## [2.2.7] - 2023-11-30
### Fixed
@ -285,7 +291,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `OPENAI_API_KEY` persistence, key is saved in the OS password safe from now on
[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.7...HEAD
[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.8...HEAD
[2.2.8]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.7...v2.2.8
[2.2.7]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.6...v2.2.7
[2.2.6]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.5...v2.2.6
[2.2.5]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.4...v2.2.5

View file

@ -4,7 +4,7 @@ pluginGroup = ee.carlrobert
pluginName = CodeGPT
pluginRepositoryUrl = https://github.com/carlrobertoh/CodeGPT
# SemVer format -> https://semver.org
pluginVersion = 2.2.7
pluginVersion = 2.2.8
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 213