Skip to content

v0.6.1

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Jul 17:24

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

  • Notch-aware gap top (v0.6.0) inflated the effective top gap by a
    full extra menu-bar height on every notched Mac
    , leaving a wide gap
    above tiled windows even with outer's top value set to 0.
    Monitor.notch was the raw NSScreen.safeAreaInsets.top, which on a
    notched display already covers the same top-of-screen zone the existing
    hardcoded menu-bar inset accounts for — adding both double-counted it.
    Monitor.notch is now only the amount by which the notch's safe area
    exceeds that baseline.

Full changelog: CHANGELOG.md