Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Releases: dirkgroenen/mopidy-mopify

1.7.3

22 Apr 12:05
6651740
Compare
Choose a tag to compare
  • Change dependencies to Mopidy/Python >=3
  • Fix distribution bundle

Releases 1.7.1 and 1.7.2 were broken and therefore skipped

1.7.0

06 Apr 15:18
eab194e
Compare
Choose a tag to compare

v1.7.0 (06-04-2020)

  • Remove Google Analytics #236
  • Change imports to be absolute, fixing Python 3 errors #242

1.6.1

29 Jul 08:18
Compare
Choose a tag to compare

Thanks to https://github.com/tobiasstrebitzer for the changes below:

  • Update angular from 1.2.7 to 1.5.6.
  • Update angular-spotify from 1.4.2 to 1.5.1 to resolve various bugs related to recent changes in the Spotify-API.
  • Updated Spotify API response resolutions in various locations, necessary to work with the upgraded angular-spotify version.
  • Resolves null/undefined type handling / conditionals in various locations, which have caused unwanted side-effects and bugs.
  • Refactored the Discover/Browse section to consistently deliver browse results and omit inefficient and redundant queries to the Spotify API.
  • Refactored Artist detail page to load basic metadata (artist image, cover image) via the Spotify API.
  • Refactored Artist list page and controller, by changing the API collection from "User Artists" to "Followed Artists" (it seems the "User Artists" API is no longer provided by Spotify).

1.6.0

26 Jul 20:04
Compare
Choose a tag to compare
  • Remove deprecated TasteProfile and replace for Spotify API #200
  • Upgrade Angular to 1.5.0
  • Add official Spotify library and override method

1.5.17

03 Apr 19:34
Compare
Choose a tag to compare
  • Use new Spotify API endpoints #188
  • Improve playback speed

1.5.16

25 Feb 22:06
Compare
Choose a tag to compare
  • Add one time bindings
  • Add stop playback shortcut #117
  • Make page title dynamic #183

1.5.14

17 Jan 14:03
Compare
Choose a tag to compare
  • Fix websocket reconnecting attempts

Mostly queue fixes

16 Jan 16:03
Compare
Choose a tag to compare
  • Fix broken queue #177
  • Fix broken Sync service #176
  • Merge PR #170
  • Add stations to tracklist instead queue #174
  • Automatically restore broken socket connection
  • Get queue length before inserting #141

1.5.12

27 Dec 16:29
Compare
Choose a tag to compare
  • Fix items undefined bug

1.5.11

27 Dec 16:12
Compare
Choose a tag to compare
  • Add local playlist search on search results #145
  • Change repeat behaviour to single repeat #154
  • Remove set consume #146
  • Do track URI existence check which brings back now playing #161
  • Keep focus on same field while opening search page #167
  • Remove hard coded port fallbacks #110