Skip to content

v0.5.10

Choose a tag to compare

@github-actions github-actions released this 07 May 14:27
· 148 commits to main since this release

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

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

  • feat(decode): expose DecodeDepth + DecodeStrictness on ft4 + fst4 by @chemicalsno in #21
  • feat(ft8): expose AP callsign hint on the wide-band decode path by @chemicalsno in #22
  • feat(ft4): add subtract module for successive interference cancellation by @chemicalsno in #20

New Contributors

Full Changelog: v0.5.9...v0.5.10