Skip to content

v3.0.1

Compare
Choose a tag to compare
@mvdwetering mvdwetering released this 02 Apr 16:03
· 430 commits to master since this release

This release fixes 2 minor issues with v3.0.0.

  • Fix readme description type so upload to PyPi will work again
  • Export Band enum from the library

For the rest all notes about 3.0.0 still apply, see below

Breaking change:

The API changed to better represent the YNCA api and to be a little easier to work with.
Check example.py for a basic example.

Changes

A lot of changes, these are the highlights

  • Detect connection loss (mainly useful for IP connections)
  • Add more subunit functionality e.g.
    • Expose artist, album, song when available
    • Expose playback status and control when available
  • Add typehints
  • Add tests
  • Fix bugs found by tests :P
  • Update documentation