Recommended install: brew install itsdezen/tap/tili —
Homebrew downloads via curl, which doesn't set macOS's
quarantine flag, so Gatekeeper never enters the picture.
The tarballs below are codesigned with tili's self-signed
certificate (hardened runtime) — see
CONTRIBUTING.md.
That's for a stable signing identity across releases (so
your Accessibility grant survives an upgrade), not for
passing Gatekeeper — a self-signed cert isn't notarized. If
you download tili.app directly from this page instead of
using Homebrew, Gatekeeper will still prompt on first launch:
right-click → Open, or xattr -d com.apple.quarantine tili.app.
Fixed
- Dismissing a notification (or Spotlight with Esc) over an empty
workspace could jump the display to whatever workspace the previously
frontmost app lives on, and stick there. Notification Center/Spotlight
transiently holding AX-frontmost status on themselves while animating a
dismiss was corrupting internal frontmost-tracking state, which the
following handback then misread as a genuine app switch to follow.
Full changelog: CHANGELOG.md