Ferail 0.2.1
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
gpuito 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'sxzinstalled. liblzma is now compiled into the binary, and the
macOS packaging script refuses to build a release that references any library
outside/usr/liband/System. - The macOS app bundle now carries
LICENSE-MIT,LICENSE-APACHEand
THIRD-PARTY-NOTICES.mdinContents/Resources/licenses.