diff --git a/build.gradle.kts b/build.gradle.kts
index 368eeddd..f80a3445 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
}
group = "ee.carlrobert"
-version = "1.7.1"
+version = "1.8.0"
repositories {
mavenCentral()
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 994ae418..d6470d27 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -18,6 +18,7 @@
Features
- Ask ChatGPT - Ask anything
+ - Concurrent conversations - Chat with the AI in multiple tabs simultaneously
- Conversation History - View recent conversation history and restore previous sessions, making it easy to pick up where you left off
- Predefined Actions - Create your own code actions or override the existing ones, saving time rewriting the same prompt repeatedly
- Custom Prompt - Create a custom prompt for your selected code. The previous prompt will be remembered for subsequent questions
@@ -54,12 +55,8 @@
Update will delete the existing conversations and requires to enter the settings again, if you would like to restore the previous conversations then contact developer directly!
- - Remove support for unofficial reverse proxy
- - Replace last message when regenerating response
- - Switch to openai-client
- - Add confirmation message dialog when clearing all conversations
+ - Add tabs for multiple concurrent conversations
]]>