From fe613afc742a377b5fc79fde96ad13c89ed13ba0 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Wed, 15 Nov 2023 11:18:02 +0200 Subject: [PATCH] 2.2.3 --- CHANGELOG.md | 14 +++++++++++++- gradle.properties | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d34de5d1..038552c13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.2.3] - 2023-11-15 + +### Added + +- Expand/Collapse logic for tool window editors +- Interactive total token count label + +### Removed + +- Azure model selection (redundant field) + ## [2.2.2] - 2023-11-07 ### Added @@ -227,7 +238,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.2...HEAD +[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.3...HEAD +[2.2.3]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.2...v2.2.3 [2.2.2]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.1...v2.2.2 [2.2.1]: https://github.com/carlrobertoh/CodeGPT/compare/v2.2.0...v2.2.1 [2.2.0]: https://github.com/carlrobertoh/CodeGPT/compare/v2.1.7...v2.2.0 diff --git a/gradle.properties b/gradle.properties index a6859b89f..e14bc3f30 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.2.2 +pluginVersion = 2.2.3 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 213