1.6.0 - ToolWindow toolbar actions, disable reverse proxy selection, add gpt-4 model, display credit usage

This commit is contained in:
Carl-Robert Linnupuu 2023-03-17 12:07:24 +00:00
parent a4c3dcd5c6
commit 5d163531eb
2 changed files with 15 additions and 5 deletions

View file

@ -4,7 +4,7 @@ plugins {
}
group = "ee.carlrobert"
version = "1.5.2"
version = "1.6.0"
repositories {
mavenCentral()

View file

@ -93,10 +93,20 @@
<change-notes>
<![CDATA[
<ul>
<li>Fix ToolWindow's NPE when reopening the project</li>
<li>Ability to create/override actions</li>
<li>Move proxy settings to a new settings panel (requires to enter them again)</li>
<li>Revert chat completion model enum renaming</li>
<li>Disable support for unofficial reverse proxy</li>
<li>New Chat toolbar</li>
<ul>
<li>Start new conversations</li>
<li>Open the conversation in the editor</li>
<li>Display credit usage</li>
</ul>
<li>
<li>New Conversation History toolbar</li>
<ul>
<li>Delete all conversations</li>
<li>Delete single conversation</li>
</ul>
<li>Add GPT-4 model</li>
</ul>
]]>
</change-notes>