Skip to content

Releases: mopidy/mopidy-scrobbler

v2.0.1

14 Dec 23:29
v2.0.1
Compare
Choose a tag to compare
  • Add Python 3.9 to the test matrix. (PR: #35)

v2.0.0 (2019-12-22)

14 Dec 23:13
Compare
Choose a tag to compare
  • Depend on final release of Mopidy 3.0.0.

v2.0.0rc1 (2019-11-16)

14 Dec 23:13
Compare
Choose a tag to compare
Pre-release
  • Require Mopidy >= 3.0.0a4. No major changes required.

  • Require Python >= 3.7. No major changes required.

  • Require pylast >= 2.2, as that's the first version to support Python 3.7.

  • Update project setup.

v1.2.1 (2019-03-10)

14 Dec 23:12
Compare
Choose a tag to compare
  • Require pylast < 3, as that version removed support for Python 2.7. (Fixes: #30)

v1.2.0 (2018-04-01)

14 Dec 23:12
Compare
Choose a tag to compare
  • Require pylast >= 1.6.0, which is the version packed in Debian stable.

  • Fix compatability with pylast >= 2, which has removed the ScrobblingError
    exception type.

v1.1.1 (2014-12-29)

14 Dec 23:11
Compare
Choose a tag to compare
  • Updated to work with None as the default value of track_no in
    Mopidy's Track model. This was changed in Mopidy 0.19.5. (Fixes: #7)

v1.1.0 (2014-01-20)

14 Dec 23:11
Compare
Choose a tag to compare
  • Updated extension API to match Mopidy 0.18.

v1.0.0 (2013-10-08)

14 Dec 23:10
Compare
Choose a tag to compare
  • Moved extension out of the main Mopidy project.

  • Added test suite