Skip to content

tacet v0.1.3

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Aug 11:57
· 1 commit to main since this release

tacet v0.1.3

Corrects the message you see when an installed bundle never starts. It
blamed /Applications and called ~/Applications known-good; both were
disproved isolating #25. The cause is com.apple.quarantine, a quarantined
bundle hangs in ~/Applications too, and the first blocked launch wedges
the path so removing the attribute does not recover it. The message now
says all three, and gives a recovery that works.

Also the first release cut by CI rather than by hand: signed, notarized
and stapled on a runner, with the cask bump opened by a GitHub App
scoped to the tap alone.

Solves: #25 follow-up, #26 follow-on