mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-09 11:01:22 +00:00
1.9.1 - Fix code from overflowing
This commit is contained in:
parent
9a6038c582
commit
49604f0546
2 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ plugins {
|
|||
}
|
||||
|
||||
group = "ee.carlrobert"
|
||||
version = "1.9.0"
|
||||
version = "1.9.1"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@
|
|||
<li>New Chat UI</li>
|
||||
<li>Markdown rendering</li>
|
||||
<li>Fix text input placeholder</li>
|
||||
<li>Fix code from overflowing</li>
|
||||
</ul>
|
||||
]]>
|
||||
</change-notes>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue