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

Latest commit

 

History

History
348 lines (215 loc) · 13.4 KB

CHANGELOG.md

File metadata and controls

348 lines (215 loc) · 13.4 KB

#Changelog

v1.7.3 (22-04-2020)

  • Change dependencies to Mopidy/Python >=3
  • Fix distribution bundle

v1.7.2 (22-04-2020)

Skipped: broken release.

v1.7.1 (22-04-2020)

Skipped: broken release.

v1.7.0 (06-04-2020)

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

v1.6.1 (29-06-2017)

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).

v1.6.0 (26-07-2016)

  • Remove deprecated TasteProfile and replace for Spotify API #200
  • Upgrade Angular to 1.5.0
  • Add official Spotify library and override method

v1.5.17 (03-04-2016)

  • Use new Spotify API endpoints #188
  • Improve playback speed

v1.5.16 (25-02-2016)

  • Add one time bindings
  • Add stop playback shortcut #117
  • Make page title dynamic #183

v1.5.15 (14-02-2016)

  • Add check for empty search response #181
  • Add icon for Safari #182

v1.5.14 (17-01-2016)

  • Fix QueueManager broken connection fixer

v1.5.13 (16-01-2016)

  • 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

v1.5.12 (27-12-2015)

  • Fix items undefined bug

v1.5.11 (27-12-2015)

  • 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

v1.5.10 (22-12-2015)

  • Fix tracklist icon links #166 #168
  • Add collabrative playlists #169

v1.5.9 (21-12-2015)

  • Make complete tile clickable #162
  • Show feedback when adding request #159
  • Fix wrong behaviour of volume control #155
  • Add dynamic port as fallback #110

v1.5.8 (29-09-2015)

  • Fixed Mopidy tests to fail #119

  • Added Spotify share links #144

v1.5.7 (28-08-2015)

  • Fixed last protocol URL issues #129

  • Add all tracks when clicking in a tracklist #130

  • Tested proper working with Mopidy 1.1.0

v1.5.6 (27-08-2015)

  • Moved all requests to https:// (where possible). #129

  • Rounded volume integer #127

v1.5.5 (25-08-2015)

  • Fixes problems when loading +100 Spotify playlists #122 #124

  • Added dynamic Websocket protocol #125

  • Fixed playing items from browse #123

  • Show all artists in player

v1.5.4 (12-07-2015)

  • Fixed hidden 'new radio' search results #107

  • Added manifest for WebApp #98

v1.5.1 (27-05-2015)

  • Fixed saving albums #104

  • Force cursor to be at the end of an input field #105

v1.5.0 (19-05-2015)

  • Added master mode to Sync service #71

  • Rebuild the search's layout #18 #11

  • Rebuild the queue manager to get it more in line with other music clients (for example Spotify) #49

  • Fixed adding items (like playlists and albums) to queue

  • Added playlist's image and square cover image in tracklist header

  • Use SHIFT so select a range of tracks #99

  • Added volume control in mobile interface #96

  • Removed 'Please connect to Spotify first' notification when service is enabled

  • Some other small bug fixes

v1.4.2 (19-04-2015)

  • Mopify can now update itself when a new version is available #87

  • Play button is working again #86

v1.4.1 (05-04-2015)

  • Added compatability for Mopidy 1.0 #86 #81 #80

  • Sync service working again #80

  • Dropped support for < Mopidy 1.0

  • Fixed endless repeating tracklist

  • Some little speed improvements

  • Added 'Various Artists' to albums PR #85

  • Added debug option which starts Mopify with non-minified files

  • Added cgPrompt to gitignore #83

  • Added playlist follow/unfollow button #79;

  • Mopify can now update itself #22

  • Show tile overlay when on mobile device #58

v1.3.2 (23-03-2015)

  • Merged mopify-sync and mopify into one extension #68

  • Fixed tracklist loading in big screens #76

  • Added artists to album view #75

  • Localized featured playlists #69

v1.3.1 (23-02-2015)

  • Fixed showing Spotify login window while logged in

  • Improved Spotify's use of refresh_token

  • Show connected servives in mobile menu

  • Added Sync service

  • Fixed huge memory drain when loading many tracks #29 #56

  • Lowered current track's font-size in responsive view

  • Changed tracklist's Shuffle button action #57

  • Link current playing track to album #59

v1.2.3 (22-02-2015)

  • Added shortcuts to control the player (Use ? to open cheatsheet) #50

  • Load less tracks when scrolling through tracklist to prevent freeze #29

  • Improved Spotify service authentication handling

  • Added interval which checks the current playing track

  • Update current track on next/prev action (event when Mopidy doesn't fire its event)

  • Some other bug fixes

v1.2.2 (2015-02-19)

  • Set consume mode on true by default

v1.2.1 (2015-02-19)

  • Fixed double albums in library #47

  • Added 'Add next in queue' option #49

v1.2.0 (2015-02-18)

  • Added first responsive pages (BETA). At the moment only focused and tested on Nexus 5

  • Added Spotify Library managing (Songs, Artists, Albums, Playlists)

  • Support for selecting multiple tracks

  • Some little bug fixes

  • Added Spotify token refresh button

v1.1.6 (2015-02-3)

  • Fixed auto starting timer on mopidy:state:online #44

v1.1.5 (2015-02-2)

  • Added favicon. BTW: I'm still in need for some visual identity (like a logo) for Mopify... #42

  • Added button which displays more search results. #40

  • Context menu now lays above the player controllers #39

  • Song updater removed out of mopidy:online event #37

  • Added interval which adds a second to the current time which will give Mopidy more rest #37

  • Add tooltips to directive icons #36

  • Replaced hard-coded country codes for user provided country code #35

  • Update volume and pause/play status after external changes #34

  • Created modal for adding tracks to a playlist #33

  • Added option to add an entire album to a playlist #33

v1.1.4 (2015-01-17)

  • Added 'Delete' option to the station's context menu #26

v1.1.3 (2015-01-08)

  • Fixed loading Spotify playlists from user 'null' when connecting to early #24

v1.1.2 (2015-01-08)

  • Changed how playlists are filtered to make sure you only see your own playlists when managing

  • Default Mopidy IP setting is changed to the user's host

  • Implemented 'Add album to queue'

  • Wait until all featured search result track are loaded before showing

  • Undefined bug when a playlists doesn't have an image

  • Some text changes and improvements

v1.1.1 (2015-01-04)

  • Fixed undefined error which occurred duo the new service settings

v1.1.0 (2015-01-04)

  • Added basic responsive support. Still in need of fine-tuning and support for mobile devices

  • Added playlist folder browsing (one level depth at the moment)

  • Added options to Spotify to enable or disable the use of Spotify as playlist source

v1.0.2 (2015-01-04)

  • Fixed the 'Connect to Spotify' message in the Station search when Spotify is connected

v1.0.1 (2015-01-04)

  • Fixed playlists undefined bug which occurred when less than 50 Spotify playlists were loaded

  • Added source map for minified JavaScript file

v1.0.0 (2015-01-04)

  • Released beta version of the completely renewed Mopify