Skip to content

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 22 Jul 09:52

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 upgrade could report a false "post-install step
    did not complete successfully" warning.
    post_install used system
    to run pkill -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 to quiet_system, which doesn't raise on a
    non-zero exit.

Full changelog: CHANGELOG.md