Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@fgimian fgimian released this 02 Feb 02:47
· 1 commit to main since this release

This release brings major new functionality to the application and also makes some breaking
changes to the configuration file.

  • All project dependencies have been updated to their latest version
  • You may now configure the application to increment volume by a specific number of decibels
  • The configuration file has switched back to the TOML format
  • Various configuration parameters have been modified:
    • osc.outgoing_hostname and osc.outgoing_port have been consolidated to osc.outgoing_endpoint
    • osc.incoming_hostname and osc.incoming_port have been consolidated to osc.incoming_endpoint
    • volume.increment has been renamed to volume.increment_percent
    • volume.fine_increment has been renamed to volume.fine_increment_percent
    • volume.max has been renamed to volume.max_percent
  • You may now change both the incoming and outgoing endpoint without an application restart
  • The default fade out time of the widget has been shortened slightly
  • Socket exceptions are now handled properly which should resolve some reports of the application disconnecting after waking from sleep or physically disconnecting the device

You may use the updated sample configuration file as a reference while updating your personal configuration. The sample configuration file also demonstrates how to switch to and configure incrementing of the volume by dB instead of percent.

Hope you all enjoy the updates! 🎵

Full Changelog: v0.7.0...v0.8.0