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