Skip to content

Releases: Humblemonk/shurectl

v2.5.0

Choose a tag to compare

@Humblemonk Humblemonk released this 25 Jun 03:49
bcc37f5

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

Choose a tag to compare

@Humblemonk Humblemonk released this 22 Jun 21:13
e238a1b

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

Choose a tag to compare

@Humblemonk Humblemonk released this 09 May 15:58
35fe2fb

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.2.1

Choose a tag to compare

@Humblemonk Humblemonk released this 01 May 04:21
354abb8

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

Choose a tag to compare

@Humblemonk Humblemonk released this 22 Apr 05:11
ab7585e

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

Choose a tag to compare

@Humblemonk Humblemonk released this 21 Apr 05:04
50088ec

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

Choose a tag to compare

@Humblemonk Humblemonk released this 18 Apr 02:31
f8369b9

What's Changed

Full Changelog: v1.3.1...v2.0.0

v1.3.1

Choose a tag to compare

@Humblemonk Humblemonk released this 03 Apr 14:56
2a10c82

What's Changed

  • Add macOS support via platform-conditional hidapi deps by @nmeans in #27
  • chore: bump dependencies and version to 1.3.1 by @Humblemonk in #28

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

Choose a tag to compare

@Humblemonk Humblemonk released this 01 Apr 16:03
a1b1ce2

shurectl v1.3.0

What's New

Multiple device support — If you have more than one Shure MVX2U plugged in, you can now choose which one to control:

shurectl --list                        # see all connected devices
shurectl --device /dev/hidraw3         # open a specific one
shurectl -D /dev/hidraw3               # short form

Without --device, shurectl opens the first device found — existing behaviour is unchanged.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

Choose a tag to compare

@Humblemonk Humblemonk released this 18 Mar 15:49
c78cf52

v1.2.0

What's New

  • -l shorthand for --listshurectl -l now works as an alias for shurectl --list
  • --version / -V flag — prints the current version and exits
  • Expanded test coverage — added 5 new unit tests bringing the total to 150: toggle roundtrips for Phantom, EQ enable, and Limiter in app.rs; encode/decode roundtrips for limiter and EQ enable packets in protocol.rs
  • Improved error reporting — diagnostic messages (no device found, udev hint, demo mode fallback) are written to stderr, keeping stdout clean for scripting

What's Changed

Full Changelog: v1.1.0...v1.2.0