Skip to content

Releases: mrene/minidsp-rs

v0.1.12

27 Oct 21:17
Compare
Choose a tag to compare
  • Regenerate code for FlexHTX

Full Changelog: v0.1.11...v0.1.12

v0.1.12-pre1

27 Oct 16:35
Compare
Choose a tag to compare
v0.1.12-pre1 Pre-release
Pre-release

Full Changelog: v0.1.11...v0.1.12-pre1

v0.1.11

27 Oct 14:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.10...v0.1.11

v0.1.10

27 Oct 00:39
Compare
Choose a tag to compare

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

Full Changelog: v0.1.9...v0.1.10

v0.1.9

30 Oct 13:48
Compare
Choose a tag to compare

What's Changed

  • fix(minidsp): workaround a potential clap bug affecting filter bypass commands by @mrene in #480

Full Changelog: v0.1.8...v0.1.9

v0.1.8

22 Oct 15:29
Compare
Choose a tag to compare

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 by minidsp probe)

Full Changelog: v0.1.7...v0.1.8

v0.1.7

07 Jun 04:42
Compare
Choose a tag to compare
  • Flex: Fixes a race condition when changing the current preset immediately followed by other settings (#383)

v0.1.6

22 May 04:20
Compare
Choose a tag to compare

Same release as 0.1.5, but fixes a libc version problem with the raspberry pi build

v0.1.5

21 May 15:48
Compare
Choose a tag to compare

v0.1.4

15 Jan 16:37
Compare
Choose a tag to compare
  • Lower the debian package's libusb minimum version
  • Include minidspd.exe inside windows builds
  • Minor dependency upgrades