Skip to content

Ferail 0.2.1

Choose a tag to compare

@jonx jonx released this 31 Jul 14:24
· 45 commits to main since this release

Superseded — the 0.2.1 download was withdrawn. Get 0.2.2, which carries both the macOS and Windows builds. The 0.2.1 DMG was built from a workspace that patched gpui to a local checkout, so it was not reproducible from a clean clone, and its bundled notices predate the GPL-3.0 severance. The fix below is still in 0.2.2.

  • Fixed: the 0.2.0 app would not launch on a Mac without Homebrew. It quit
    immediately with a dyld "Library not loaded:
    /opt/homebrew/opt/xz/lib/liblzma.5.dylib"
    error. The xz/LZMA support added
    in 0.2.0 linked against whatever liblzma the build machine happened to have
    instead of bundling its own, so the app only ran on machines that already had
    Homebrew's xz installed. liblzma is now compiled into the binary, and the
    macOS packaging script refuses to build a release that references any library
    outside /usr/lib and /System.
  • The macOS app bundle now carries LICENSE-MIT, LICENSE-APACHE and
    THIRD-PARTY-NOTICES.md in Contents/Resources/licenses.