Sink v0.1.27
Linux builds:
- AppImage - portable, run anywhere (
chmod +xand go) - .deb - Debian / Ubuntu and derivatives
- .rpm - Fedora / openSUSE and derivatives
- .pkg.tar.zst - Arch (
sudo pacman -U)
Requires PipeWire with pipewire-pulse and WirePlumber 0.5+.
What's Changed
- feat(mixes): route the mic into mixes and add per-mix send levels by @jdkx32-source in #40
- fix(channels): persist volume/mute outside profiles by @NC1107 in #42
- feat: prevent duplicate instances (single-instance guard) by @NC1107 in #41
New Contributors
- @jdkx32-source made their first contribution in #40
Full Changelog: v0.1.26...v0.1.27