github 777genius/claude-notifications-go v1.34.1

latest releases: v1.40.1, v1.40.0, v1.39.4...
4 months ago

Bug Fixes

tmux click-to-focus doesn't switch sessions in multi-session setups (#54)

Clicking a notification now correctly switches to the right tmux session before selecting the window/pane. Previously, select-window only searched within the current session, so in multi-session setups (e.g. one session per git worktree) clicking a notification would stay on whichever session was last active.

The fix adds switch-client -t <pane_id> as a separate shell command before select-window, so its failure (e.g. no attached clients) doesn't abort the rest of the chain.


๐Ÿ“ฆ Installation ยท ๐Ÿ”„ Updating

Full Changelog: v1.34.0...v1.34.1

Don't miss a new claude-notifications-go release

NewReleases is sending notifications on new releases.