Releases: mrene/minidsp-rs
Releases · mrene/minidsp-rs
v0.1.12
- Regenerate code for FlexHTX
Full Changelog: v0.1.11...v0.1.12
v0.1.12-pre1
Full Changelog: v0.1.11...v0.1.12-pre1
v0.1.11
v0.1.10
What's Changed
- fix(multiplexer): propagate a transport closed error if an unrecoverable error occurs by @mrene in #487
- Update compressor and crossover documentation and add examples by @chadrockey in #548
- FlexHTx with Codegen by @danielhstahl in #665
New Contributors
- @chadrockey made their first contribution in #548
- @danielhstahl made their first contribution in #665
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- Fix an issue preventing minidspd advertised devices from appearing in the new official
MiniDSP Device Console
(#468) - (Debian) Declare /etc/minidsp/config.toml as a configuration file so upgrading versions doesn't overwrite it
- (minidspd) add an option to ignore advertisements from other devices on the local network
- (cli) add a
-d
command line flag to select the device to use by its index (as returned byminidsp probe
)
Full Changelog: v0.1.7...v0.1.8
v0.1.7
v0.1.6
Same release as 0.1.5, but fixes a libc version problem with the raspberry pi build
v0.1.5
- Add Flex support (#380) (thanks @adamcstephens)
- Add a toggle option to master mute and dirac (#356) (thanks @lasselukkari)
v0.1.4
- Lower the debian package's libusb minimum version
- Include minidspd.exe inside windows builds
- Minor dependency upgrades