Skip to content

v1.23.0

Choose a tag to compare

@github-actions github-actions released this 21 Feb 09:39
· 166 commits to main since this release

New Features

Ghostty click-to-focus (#34)

Clicking a notification now focuses the correct Ghostty window using AXDocument (OSC 7 CWD file:// URL). One-time Accessibility permission prompt on first use.

Retry with backoff for AX window focus

Both Ghostty and non-Ghostty paths now retry up to 3 times (150/250/400ms) instead of a single fixed sleep. Best case: 150ms (was 800ms for Ghostty).

Bug Fixes

  • raiseWindowByAXTitle now checks Accessibility permission and prompts instead of silently failing with "window not found"
  • cwdToFileURL strips trailing slash to avoid double-slash in file:// URLs

Documentation

  • Updated README: condensed Features, listed all supported terminals, added webhook integrations
  • Updated Click-to-Focus guide: Ghostty AXDocument, multiplexers, permissions
  • Added Plugin Compatibility doc

馃摝 Installation 路 馃攧 Updating

Full Changelog: v1.22.0...v1.23.0