Skip to content

Releases: GoXLR-on-Linux/goxlr-utility

Release 0.3.1

11 Aug 16:26
a300b08
Compare
Choose a tag to compare
Release 0.3.1 Pre-release
Pre-release

This is primarily a bug fix release, to resolve a few crash bugs and odd behaviours.

  • Fixed possible crash when loading profiles (#26)
  • Fixed crash related to pitch calculations
  • Fixed dependency generation in RPMs
  • Added version number on startup
  • Migrated profile value validation to profile crate
  • Disabled some warnings regarding missing directories

As always, deb and rpm files are attached, AUR will be updated shortly.

Release 0.3.0 for GoXLR Utility

02 Aug 13:14
8bb4dff
Compare
Choose a tag to compare
Pre-release

While the amount of general code changes in the Utility is much smaller this time around, the main reason for this release is to introduce both .deb and .rpm release files to allow for install without having to download and build the code yourself.

They're somewhat experimental, but the deb file has been tested on Ubuntu and Pop!_OS 22.04, and the rpm file tested on Fedora Workstation 36. They may work on other flavours, please let us know!

Here's a small list of other changes:

  • Fix EQ Finetune values for the GoXLR Mini
  • Fixed profile colour parsing
  • When profile loads fail, send a proper error
  • Solved profile load error when samples have Start / End times
  • Ensure Profile directories exist on startup
  • Profiles stored in /usr/share/goxlr/profiles are usable (Useful for Distribution)
  • Added options for creating RPMs and DEB files

Special thanks to Louis on Discord for their help with the profile loading / saving issues!

Release 0.2.0 for GoXLR Utility

26 Jul 11:25
Compare
Choose a tag to compare
Pre-release

What's Changed

The big change for the 0.2.0 release is the introduction of a Web UI for configuring your GoXLR devices. When the daemon is run, it will listen on http://localhost:14564 where you can visit and configure (almost) everything the Daemon supports. It's been designed to duplicate the behaviour of the Windows UI so users should feel at home!

Smaller Changes and Fixes since 0.1.0

  • Changed Inter-Process Communications to be JSON Based
  • Added Cough Button (Hold / Toggle) Configuration Support
  • Added Bleep Volume configuration support
  • Added DeEss configuration support
  • Fixed crash when using a Mini that was slow to respond
  • Fixed not loading microphone gain on startup
  • Default Log Level changed to 'INFO' and --log-level daemon startup param added
  • Command line option to load different configuration file
  • Ability to create new profiles from defaults
  • Disconnected devices now properly disconnect
  • And More..

As always, I'd like to thank the contributors, and people who have been testing as this release has moved forward :)

0.1.0-alpha1

30 Jun 00:02
Compare
Choose a tag to compare
0.1.0-alpha1 Pre-release
Pre-release

With the GoXLR mini functionality 100% complete, this is the first alpha pass of the GoXLR Utility.

From a functionality perspective, it should be able to fully load Windows profiles for both devices, and the CLI allows full configuration of the mini device. This release is primarily to allow initial testing to find any obvious issues.

Note that at present, we're not providing binaries, so source code compilation will be required.