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
andosc.outgoing_port
have been consolidated toosc.outgoing_endpoint
osc.incoming_hostname
andosc.incoming_port
have been consolidated toosc.incoming_endpoint
volume.increment
has been renamed tovolume.increment_percent
volume.fine_increment
has been renamed tovolume.fine_increment_percent
volume.max
has been renamed tovolume.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