From ecaf0d818a06b1ed14ad5445dc72d04d814ea65b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 7 Jul 2025 22:48:22 +0000 Subject: [PATCH] chore: Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84803e2..b03340e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # Changelog +## 1.0.44 + +- New /export command lets you quickly export a conversation for sharing +- MCP: resource_link tool results are now supported +- MCP: tool annotations and tool titles now display in /mcp view +- Changed Ctrl+Z to suspend Claude Code. Resume by running `fg`. Prompt input undo is now Ctrl+U. + ## 1.0.43 - Fixed a bug where the theme selector was saving excessively +- Hooks: Added EPIPE system error handling ## 1.0.42 @@ -48,7 +56,7 @@ ## 1.0.33 - Improved logging functionality with session ID support -- Added undo functionality (Ctrl+Z and vim 'u' command) +- Added prompt input undo functionality (Ctrl+Z and vim 'u' command) - Improvements to plan mode ## 1.0.32