Skip to content

v3.0.0

Compare
Choose a tag to compare
@mvdwetering mvdwetering released this 01 Apr 16:44
· 432 commits to master since this release
b91d3ba

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