Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

65 lines (45 loc) · 1.99 KB

Changelog

v0.5.1

  • Disable old Shazam connection method (inid)

v0.5.0

  • Add the ability to fetch list of Shazam tags from iCloud and Firebase
  • Add Youtube video links

v0.4.7

  • Lower volume for track preview
  • Bugfix Spotify.genQuery, don't replace spaces anymore (replacing them with %20 or + was causing Spotify to not find the tracks)
  • Bugfix Spotify.genQuery, replace " Feat. ", " & " and ", " with spaces in the artist field

v0.4.6

  • Filter tracks to add not add them twice to the playlist
  • Bugfix Spotify.setSpotifyInfosToTag, check if album has images before using them
  • Bugfix Spotify.genQuery, remove consecutive +

v0.4.5

  • Add button to show/copy logs while updating (in case the update process is blocked)

v0.4.4

  • Add tracks in the right order on Spotify (new tracks first)
  • Add setting to recreate tracks in playlist
  • Update script to automatically reorder tracks in playlist when updated to v0.4.4
  • When app update is completed, send message to popup to force update
  • Show tags & app updates in settings too
  • Change rotation or CanvasIcon to match popup icons' rotation

v0.4.3

  • Bugfix in v0.4.2 update script

v0.4.2

  • If tags list was empty, force reload on update to v0.4.x
  • Show loading indicator when searching tracks
  • Translate "Successful login on Shazam" message

v0.4.1

  • Add Content Scripts to bundle

v0.4.0

  • Store tags in IndexedDB instead of Local Storage
  • Pagination
  • Filter tags by status
  • Handle new Shazam login & API
  • Manually select the track we want from Spotify
  • Audio preview
  • Set a track as "not found" if none of the results is corresponding
  • New icons
  • Handle "Too Many Requests" error on Spotify
  • Update AngularJS to 1.5.9
  • Update scripts handle versions like 0.2.10 (two diggits / part)
  • Do not match a Spotify track if the title is not the same (lower case matching)
  • Bugfixes