Skip to content

v3.8.0

Compare
Choose a tag to compare
@mvdwetering mvdwetering released this 21 Aug 12:33
· 362 commits to master since this release

What's Changed

  • Renaming of volume related attributes to match YNCA API naming, see deprecations section below for details.
  • min_volume has been removed as it is not provided by the YNCA API

Deprecations

The old attributse will be removed in the next major version, until then backward compatibility code is available.
The following attributes have been renamed to better match the naming in the YNCA protocol.

  • max_volume has been renamed to maxvol
  • volume has been renamed to vol
  • volume_up has been renamed to vol_up
  • volume_down has been renamed to vol_down
  • min_volume has been removed as it is not provided by the YNCA API

For more deprecation notices see older release notes

Full Changelog: v3.7.0...v3.8.0