This version implements minor fixes and enhancements from the previous release.
Fixes
New
- Library makes type hints available
Changed
HeosNowPlayingMedia.type
attribute is now an enum ofMediaType
. Existing equality comparisons will continue to work.
Under-the-hood
- Tests use snapshots to improve coverage
- Pre-commit hooks implemented
- Strict mypy enabled
- Code quality improvements made to
ConnectionBase
andAutoReconnectingConnection
classes
Full Changelog: 1.0.0...1.0.1