This commit is contained in:
Carl-Robert Linnupuu 2024-08-19 14:38:32 +03:00
parent 9938429809
commit cd0c0519c9
2 changed files with 7 additions and 3 deletions

View file

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [2.10.0-241.1] - 2024-08-19
- Web documentation support [#650](https://github.com/carlrobertoh/CodeGPT/pull/650)
- Improved user prompt text field component [#665](https://github.com/carlrobertoh/CodeGPT/pull/665)
- Spellchecking
@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Image support for Custom OpenAI-compatible providers
### Fixed
- IDE freezes caused by long running file search queries [#652](https://github.com/carlrobertoh/CodeGPT/pull/652)
## [2.9.0-241.1] - 2024-08-03
@ -586,7 +589,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.9.0-241.1...HEAD
[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.10.0-241.1...HEAD
[2.10.0-241.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.9.0-241.1...v2.10.0-241.1
[2.9.0-241.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.8.5-241.1...v2.9.0-241.1
[2.8.5-241.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.8.4-241.1...v2.8.5-241.1
[2.8.4-241.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.8.3-241.1...v2.8.4-241.1
@ -631,5 +635,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[2.0.4]: https://github.com/carlrobertoh/CodeGPT/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/carlrobertoh/CodeGPT/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/carlrobertoh/CodeGPT/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/carlrobertoh/CodeGPT/commits/v2.0.1
[2.0.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/carlrobertoh/CodeGPT/commits/v2.0.0

View file

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