Skip to content

Commit 1ec30a3

Browse files
committed
Updated CHANGELOG
1 parent d564df7 commit 1ec30a3

4 files changed

Lines changed: 745 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
4-
## [1.4.5] - $(date +%Y-%m-%d)
3+
## [1.4.5] - 2026-05-18
54

65
### Added
76
- feat: Add copy button to user prompt bubble (#1024) (#1037)
@@ -20,6 +19,7 @@ All notable changes to this project will be documented in this file.
2019
- @app/dependabot
2120
- @knekrasov
2221
- @stephanj
22+
2323
## [1.4.4] - 2026-05-14
2424

2525
### Added

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

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

6262
<change-notes><![CDATA[
63-
<h2>v1.4.5</h2>
63+
<h2>v0.0.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>Add task-211: persistent semantic conversation memory backed by ChromaDB</LI>
68+
<LI>fix: surface multi-line run_command output in agent log preview</LI>
69+
<LI>fix: support CJK characters in chat input field (#1034)</LI>
70+
<LI>fix: destroy process tree in AcpTransport.close() to prevent thread leak</LI>
71+
<LI>fix: revert Compose/Kotlin ecosystem bump that broke the UI</LI>
72+
</UL>
73+
<h2>v1.4.5</h2>
6474
<UL>
6575
<LI>feat: Add copy button to user prompt bubble (#1024)</LI>
6676
<LI>feat: add shell env file and shell selector for run_command tool</LI>

0 commit comments

Comments
 (0)