From cd0c0519c94e253924e9aabe24bab3cb18190dfd Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Mon, 19 Aug 2024 14:38:32 +0300 Subject: [PATCH] 2.10.0 --- CHANGELOG.md | 8 ++++++-- gradle.properties | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1a2601..b55618cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle.properties b/gradle.properties index 9ce6558a..078c4b96 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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