Skip to content

v1.41.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Aug 23:02
· 62 commits to main since this release

New Features

Optional session label in notification titles (#134)

New desktop.showSessionLabel setting (default true, so nothing changes for existing installs). Set it to false to drop the [name id] session label from titles and give the branch/folder subtitle the space.

Alacritty click-to-focus on Linux (#121)

Alacritty deliberately sets no TERM_PROGRAM, so clicking a notification used to do nothing. Detection now keys off ALACRITTY_WINDOW_ID and the click raises the right window.

Bug Fixes

Windows: no more console flash, right window across projects (#118, #120)

Toast clicks are now handled by a GUI-subsystem sibling binary (claude-notifications-windows-amd64-focus.exe), so no console window flashes on click. When one process owns several windows (like Windows Terminal's monarch), the window whose title matches the project folder is preferred.

Ghostty: no more jumping to an arbitrary tab (#115, #117)

The cwd fallback selects a tab only when exactly one matches; ambiguous cases fall back to window-level focus instead of switching to a random same-directory tab.

Bootstrap: no more reinstall loop on "unknown" plugin versions (#132, #133)

When Claude Code records the installed version as unknown or empty, bootstrap now verifies the manifest at the recorded install path instead of endlessly reinstalling. Real version mismatches still fail closed.


馃摝 Installation 路 馃攧 Updating

Full Changelog: v1.40.1...v1.41.0