Skip to content

v0.5.12

Choose a tag to compare

@github-actions github-actions released this 08 May 11:36
· 133 commits to main since this release
e513eda

Published to crates.io as mfsk-core v0.5.12.

Release notes are auto-generated from merged PRs; see the crate's
CHANGELOG.md
for curated release notes.

Prebuilt mfsk-ffi-ft8 binaries (FT8 C ABI) are attached
below for users who want to drop the decoder into a non-Rust
project without setting up the cross-toolchain themselves —
see docs/EMBEDDED.md
for the integration guide.

What's Changed

  • ci(release): gate publish on CI status + build FFI before crates.io by @jl1nie in #30
  • fix(tests): use manifest-relative paths for in-repo WAV fixtures by @chemicalsno in #29
  • test(ft8): remove ft8_qso3_apon_recall placeholder (tracked in #31) by @jl1nie in #33
  • docs(tests): update stale apon reference in ft8_qso3_apoff_recall by @jl1nie in #34
  • fix(ft8): subtract known signals before phase-2 SIC passes by @chemicalsno in #26
  • fix(ft4): correct BT=1.0 and LPF=700 to match WSJT-X; f64 test accumulators by @chemicalsno in #27
  • fix(ft4,fst4): restore freq_hint on _with_options decode entrypoints by @chemicalsno in #28
  • fix(jt9): vendor 130418_1742.wav and use manifest-relative paths by @jl1nie in #36
  • docs(claude): add test fixture path-hygiene convention by @jl1nie in #37
  • test(jt9): un-ignore wsjtx_samples, expand golden 5→7 (JTDX-confirmed) by @jl1nie in #38
  • feat(ft8): AP-list iaptype-1 + ft8_qso3_apon_recall + JT9 7/7 follow-up by @jl1nie in #39
  • chore(release): 0.5.12 by @jl1nie in #41

Full Changelog: v0.5.11...v0.5.12