1.10.4 - Add support to configure organization and display name, improve displaying error msgs, fix known issues

This commit is contained in:
Carl-Robert Linnupuu 2023-04-22 10:41:13 +01:00
parent 7adb65a286
commit 9acac891c0
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -63,6 +63,10 @@
<li>Ability to remove previous messages</li>
<li>Fix scrollbar issues</li>
<li>Ability to have a seamless chat experience</li>
<li>Add organization field</li>
<li>Make display name configurable</li>
<li>Sync model settings on tab change</li>
<li>Improve error msg display</li>
</ul>
]]>
</change-notes>