v1.29.0
New Features
macOS: Click-to-focus support for Cursor IDE (#39)
Cursor (a VS Code fork) is now recognized as an Electron-based editor. Clicking a notification while using Cursor will correctly focus the right Cursor window, just like it does for VS Code.
How it works: Cursor's bundle ID (com.todesktop.230313mzl4w4u92) is auto-detected via __CFBundleIdentifier, and the binary focus-window subcommand is used instead of AppleScript (which fails on Electron apps).
Internal refactoring
Renamed isVSCodeBundleID → isElectronEditorBundleID and buildVSCodeFocusScript → buildElectronEditorFocusScript to better reflect that the logic applies to all Electron-based editors. This makes it easier to add more editors in the future.
📦 Installation · 🔄 Updating
Full Changelog: v1.28.0...v1.29.0