Skip to content

v1.29.0

Choose a tag to compare

@github-actions github-actions released this 02 Mar 15:22
· 139 commits to main since this release

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 isVSCodeBundleIDisElectronEditorBundleID and buildVSCodeFocusScriptbuildElectronEditorFocusScript 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