Skip to content

v0.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Aug 06:08
· 2 commits to main since this release

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.

Added

  • Menu bar badge now shows a distinct icon while resize/manage
    keybinding modes are active
    — ↔ for resize, ⚙ for manage (sized to
    match the workspace name's own text height), instead of always showing
    the plain workspace dot. Updates in lockstep with the daemon over the
    existing event-driven WaitForChange channel — no polling, no visible
    delay entering or exiting a mode.

Changed

  • manage mode's default entry bind changed from alt-shift-s to
    alt-shift-m
    , for a clearer mnemonic ("manage"). Update your own
    config if you copied this bind from example/tili.kdl.

Full changelog: CHANGELOG.md