Bug Fixes
macOS: JetBrains IDE click-to-focus (#50)
Added en-dash (U+2013) separator support to window title matching. JetBrains IDEs (PhpStorm, IntelliJ, WebStorm, GoLand, etc.) use en-dash in window titles (file.go – project – PhpStorm), which was not recognized by the existing em-dash/hyphen matching. Now correctly finds and raises the right JetBrains window on notification click.
Note: The underlying issue from #50 (AppleScript failures) was already resolved in v1.33.0 by migrating all terminals from AppleScript to the binary focus-window subcommand (CGS + Accessibility APIs). This release fixes the remaining edge case where JetBrains window titles were not matched due to using a different dash character.
📦 Installation · 🔄 Updating
Full Changelog: v1.33.0...v1.34.0