Skip to content

Fonsterbyte v0.1.7

Latest

Choose a tag to compare

@WilhelmBerggren WilhelmBerggren released this 14 Aug 13:51
· 2 commits to main since this release

Reports its own version correctly. No functional changes since v0.1.6.

Fixed

  • The app bundle now carries the release version. Previous builds reported
    CFBundleVersion 1 and had no CFBundleShortVersionString at all, so Finder's
    Get Info — and anything else reading the bundle — disagreed with the release tag
    and with the Homebrew cask. The version is stamped at build time from a single
    VERSION in the Makefile.

Everything else is unchanged from
v0.1.6: windows
from every Space, recency ordering, jump keys, and cycling within an app.

Install

Via Homebrew:

brew tap wilhelmberggren/fonsterbyte
brew trust wilhelmberggren/fonsterbyte
brew install --cask fonsterbyte

brew trust is required once for any third-party tap, since a cask is Ruby that
Homebrew executes.

Or download the zip, unzip it and move Fonsterbyte.app to /Applications. Either way
the app is ad-hoc signed and not notarized, so Gatekeeper blocks it on first launch:
right-click the app and choose Open, then confirm — or clear the quarantine attribute
yourself:

xattr -dr com.apple.quarantine /Applications/Fonsterbyte.app

Fonsterbyte needs Accessibility permission to read window titles and to raise the
window you pick. macOS prompts on first launch; you can also grant it under System
Settings → Privacy & Security → Accessibility
.