Skip to content

cwsd v1.3.1

Choose a tag to compare

@benishor benishor released this 02 Jul 10:12
v1.3.1
119d4f0

Portable static builds. This release adds self-contained binaries built and attached by CI:

  • cwsd-1.3.1-linux-x86_64.tar.gz / -arm64.tar.gz — static hamlib, only libc/libusb/libasound/libopus dynamic (works regardless of your distro's hamlib version).
  • cwsd-1.3.1-linux-x86_64-static.tar.gz / -arm64-static.tar.gz — fully static (musl); a single dependency-free binary that runs on any Linux, incl. Raspberry Pi OS.

Each tarball contains the binary plus the systemd unit, udev rule and sample config. Also adds CONTRIBUTING, a Code of Conduct, issue/PR templates, and a link to the hamtools hub. No change to daemon behavior since v1.3.0.

(Artifacts attach automatically when the Portable builds workflow finishes.)