mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-28 11:41:28 +00:00
2.1.7
This commit is contained in:
parent
3f67be5f78
commit
ca2eb9b6fa
2 changed files with 14 additions and 2 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.1.7] - 2023-10-26
|
||||||
|
|
||||||
|
### Replaced
|
||||||
|
|
||||||
|
- You.com GPT-4 toggle component with checkbox
|
||||||
|
- Telemetry segment service with rudderstack
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- You.com web search not being displayed regardless of the flag
|
||||||
|
|
||||||
## [2.1.6] - 2023-10-12
|
## [2.1.6] - 2023-10-12
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
@ -181,7 +192,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
|
- `OPENAI_API_KEY` persistence, key is saved in the OS password safe from now on
|
||||||
|
|
||||||
[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.1.6...HEAD
|
[Unreleased]: https://github.com/carlrobertoh/CodeGPT/compare/v2.1.7...HEAD
|
||||||
|
[2.1.7]: https://github.com/carlrobertoh/CodeGPT/compare/v2.1.6...v2.1.7
|
||||||
[2.1.6]: https://github.com/carlrobertoh/CodeGPT/compare/v2.1.5...v2.1.6
|
[2.1.6]: https://github.com/carlrobertoh/CodeGPT/compare/v2.1.5...v2.1.6
|
||||||
[2.1.5]: https://github.com/carlrobertoh/CodeGPT/compare/v2.1.4...v2.1.5
|
[2.1.5]: https://github.com/carlrobertoh/CodeGPT/compare/v2.1.4...v2.1.5
|
||||||
[2.1.4]: https://github.com/carlrobertoh/CodeGPT/compare/v2.1.3...v2.1.4
|
[2.1.4]: https://github.com/carlrobertoh/CodeGPT/compare/v2.1.3...v2.1.4
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ pluginGroup = ee.carlrobert
|
||||||
pluginName = CodeGPT
|
pluginName = CodeGPT
|
||||||
pluginRepositoryUrl = https://github.com/carlrobertoh/CodeGPT
|
pluginRepositoryUrl = https://github.com/carlrobertoh/CodeGPT
|
||||||
# SemVer format -> https://semver.org
|
# SemVer format -> https://semver.org
|
||||||
pluginVersion = 2.1.6
|
pluginVersion = 2.1.7
|
||||||
|
|
||||||
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
||||||
pluginSinceBuild = 213
|
pluginSinceBuild = 213
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue