From 57d13d4e2528fc3f537bdb6679ea0e9ae0caecf9 Mon Sep 17 00:00:00 2001 From: Ogulcan Celik Date: Mon, 27 Apr 2026 22:06:22 +0300 Subject: [PATCH] docs: update changelog for next release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48623f05..d7ee9875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ ### Fixed - Persistent server startup now surfaces config diagnostics in attached clients instead of silently hiding parse or validation errors. +- Pane backgrounds now stay transparent when the host terminal background color is unknown, while explicit terminal cell backgrounds still render correctly. +- Persistent-session toast and sound notifications now target the foreground attached client instead of firing across every connected client. +- Claude Code subagent hook events no longer make the parent Claude pane look idle or released when a subagent finishes, and permissioned tool-call completion keeps the pane in the correct working state. ## [0.5.1] - 2026-04-25