Skip to content

v0.1.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Jun 02:11
· 6 commits to main since this release

v0.1.3 — Client log & audio-device polish

A small client-side quality release. No server or protocol changes — cumulative with the v0.1.1 (Linux glibc packaging) and v0.1.2 (audio-crash) fixes.

Fixes & improvements

  • Quieter logs by default. The client now logs its own messages at info and dependencies at warn, so noisy third-party output (winit/eframe, accessibility D-Bus chatter, ALSA/JACK device
    probing) no longer buries the useful lines. Set RUST_LOG to override for debugging (e.g. RUST_LOG=debug).
  • Smarter audio-output selection. The fallback now prefers the PipeWire/PulseAudio device and skips the JACK plugin, landing cleanly on a working output instead of poking the (possibly
    broken) default device or a non-running JACK server. Notably helps Raspberry Pi / PipeWire systems, where those probes previously printed alarming-but-harmless errors.

Upgrade notes

Drop-in replacement for v0.1.2 — no configuration changes required.

Install

Download the binary for your platform below. Linux builds target glibc 2.35 (Ubuntu 22.04+).

🐛 Found a bug or have a request? Please open a GitHub Issue (https://github.com/dbourgoyne/rigflow/issues).