- Initial python3 release.
- Last version that supports Mopidy 2.
- Last version in Python 2.7
- Major overhaul.
- Improved performance.
- Works with or without YouTube API key.
- Fixes many issues.
- Fix resolving of
youtube:video
URIs when looking up tracks. (Fixes: #21, PR: #50) - Ensure
None
doesn't get includes in track image lists. (PR: #48)
- Update links to GitHub repository.
- Don't return
None
values to Mopidy when lookup or search returns invalid data. In Mopidy 1.0, this caused a crash. In Mopidy 1.1, this caused warnings about the YouTube backend returning invalid data. (Fixes: #28, PR: #35)
- Require Mopidy >= 1.0.
- Update to work with the new playback API in Mopidy 1.0.
- Update to work with the new search API in Mopidy 1.0.
- Changelog missing.
- Changelog missing.
- Initial release.