Skip to content

v1.30.0

Choose a tag to compare

@github-actions github-actions released this 03 Mar 17:43
· 135 commits to main since this release

New Features

iTerm2 + tmux -CC (control mode) click-to-focus (#41)

When using iTerm2's tmux integration (tmux -CC), clicking a notification now switches to the correct iTerm2 tab. Standard tmux select-window doesn't work in control mode — the plugin auto-detects -CC mode via tmux list-clients and uses the iTerm2 Python API (tab.async_select() with tmuxWindowPane mapping) instead.

What's included:

  • Auto-detection of tmux control mode (-CC)
  • Python helper script using iTerm2 Python API for tab switching
  • Automatic venv setup in bootstrap.sh and install.sh (macOS, when iTerm2 + tmux detected)
  • Graceful fallback to standard tmux select-window if Python API is unavailable

Requirements:

  1. Python 3 installed
  2. iTerm2 → Settings → General → Magic → Enable Python API
  3. Venv is set up automatically by bootstrap/install

📦 Installation · 🔄 Updating

Full Changelog: v1.29.2...v1.30.0