From 5d163531eb2b4aef74bbbf7baaeab21e8ab57141 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Fri, 17 Mar 2023 12:07:24 +0000 Subject: [PATCH] 1.6.0 - ToolWindow toolbar actions, disable reverse proxy selection, add gpt-4 model, display credit usage --- build.gradle.kts | 2 +- src/main/resources/META-INF/plugin.xml | 18 ++++++++++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index db8e3fd8..20647305 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } group = "ee.carlrobert" -version = "1.5.2" +version = "1.6.0" repositories { mavenCentral() diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index e0dbf7dd..cc9d5b79 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -93,10 +93,20 @@ -
  • Fix ToolWindow's NPE when reopening the project
  • -
  • Ability to create/override actions
  • -
  • Move proxy settings to a new settings panel (requires to enter them again)
  • -
  • Revert chat completion model enum renaming
  • +
  • Disable support for unofficial reverse proxy
  • +
  • New Chat toolbar
  • + +
  • +
  • New Conversation History toolbar
  • + +
  • Add GPT-4 model
  • ]]>