v3.0.0
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