v0.4.2
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
brew install/brew upgradecould report a false "post-install step
did not complete successfully" warning.post_installusedsystem
to runpkill -x tili-daemon/pkill -x tili-menubar, which treats
pkill's exit 1 (no matching process — the normal case whenever the
LaunchAgent plist exists but the process isn't currently running) as a
build failure. Switched toquiet_system, which doesn't raise on a
non-zero exit.
Full changelog: CHANGELOG.md