v1.0.0
Isobar v1.0.0 — first release
A cross-platform HF weather-fax (WEFAX) decoder, interoperable with KG-FAX v1.1.3. All core receive features are implemented and verified on real JMH recordings; CI builds green on macOS, Linux, and Windows.
Packages
- macOS —
Isobar-1.0.0-macOS.dmg(Isobar.app, ad-hoc signed) - Windows —
Isobar-1.0.0-windows.zip - Linux —
Isobar-1.0.0-linux.tar.bz2
⚠️ Known limitation: the prebuilt macOS app needs Homebrew
The .dmg app is dynamically linked against Homebrew's FLTK + RtAudio and is not self-contained — it will only launch on a Mac that has brew install fltk rtaudio installed, and only on Apple Silicon (/opt/homebrew). Intel Macs (/usr/local) are not served by this build.
For now, macOS users should build from source (brew install cmake fltk rtaudio && cmake -B build -S . && cmake --build build) for a working app. A self-contained, properly bundled .app (dylibs embedded via macdylibbundler or static linking) is planned for the next release. The Linux tarball and Windows zip have the same caveat — they expect the system FLTK/RtAudio libraries.
Full changelog: see the commit history. This is the first tagged release.