Skip to content

Commit 1ebcbaa

Browse files
committed
chore(release): prepare release v1.5.0
1 parent 825e314 commit 1ebcbaa

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = "com.devoxx.genie"
15-
version = "1.4.5"
15+
version = "1.5.0"
1616

1717
repositories {
1818
mavenCentral()

src/main/resources/META-INF/plugin.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,16 @@
6060
]]></description>
6161

6262
<change-notes><![CDATA[
63-
<h2>v0.0.0</h2>
63+
<h2>v1.5.0</h2>
64+
<UL>
65+
<LI>feat: Add copy button to user prompt bubble (#1024)</LI>
66+
<LI>feat: add shell env file and shell selector for run_command tool</LI>
67+
<LI>fix: surface multi-line run_command output in agent log preview</LI>
68+
<LI>fix: support CJK characters in chat input field (#1034)</LI>
69+
<LI>fix: destroy process tree in AcpTransport.close() to prevent thread leak</LI>
70+
<LI>fix: revert Compose/Kotlin ecosystem bump that broke the UI</LI>
71+
</UL>
72+
<h2>v0.0.0</h2>
6473
<UL>
6574
<LI>feat: Add copy button to user prompt bubble (#1024)</LI>
6675
<LI>feat: add shell env file and shell selector for run_command tool</LI>

0 commit comments

Comments
 (0)