Skip to content

Releases: jakubito/spotify-release-list

v3.7.0

22 Nov 02:27
46df7e1
Compare
Choose a tag to compare

This version introduces a few export-related features, but also fixes an older bug that caused fetching incomplete results. Please note this fix makes the refresh process a bit slower, sorry for the inconvenience.

New features

  • Added option to export tracks to existing playlist (Closes #9, #32)
  • Added option to export albums to CSV file

Additional changes

  • Fixed a bug that caused fetching incomplete results
  • Compact theme is now default
  • Various code tweaks
  • Package updates

Full Changelog: v3.6.3...v3.7.0

v3.6.3

12 Aug 21:03
09841da
Compare
Choose a tag to compare

Full Changelog: v3.6.2...v3.6.3

  • an attempt to address #58 by increasing request retry limit

v3.6.2

10 May 02:47
093993c
Compare
Choose a tag to compare

Full Changelog: v3.6.1...v3.6.2

  • fixed #54
  • updated default color scheme to improve readability
  • minor code tweaks
  • updated packages

v3.6.1

20 Nov 18:46
Compare
Choose a tag to compare
  • Fixed loading animation related bugs
  • Package updates

v3.6.0

18 Jul 00:38
Compare
Choose a tag to compare

New features

  • Artist blocklist (closes #39)

Additional changes

  • Fixed settings import
  • Code tweaks

v3.5.4

11 Jul 00:10
Compare
Choose a tag to compare

New features

  • Album history tracking feature is now available. This is loosely based on #38 and makes it easier to filter new releases

Additional changes

  • Fixed "maximum call stack size exceeded" error
  • Added troubleshooting section to README
  • Various code and visual tweaks
  • Package updates

v3.4.1

26 Jun 17:48
Compare
Choose a tag to compare

Changes

  • Removed service worker caching logic that was added in the previous update. This should hopefully fix #46
  • Fixed loading animation in Firefox

v3.4.0

10 Jun 21:12
Compare
Choose a tag to compare

Changes

  • Artist albums responses are now cached for 1 hour - this is to lower the API consumption and have more responsive UX

v3.3.0

09 Jun 08:35
Compare
Choose a tag to compare

Changes

  • Artist fetching algorithm has been rewritten to prevent the app from breaking (closes #43). The overall speed of getting artists from saved albums/tracks should be also increased substantially
  • The market field has been completely removed since it has become obsolete (more info here)
  • More descriptive error messages
  • Package updates

v3.2.0

11 May 22:43
Compare
Choose a tag to compare

Changes

  • Added live demo
  • Sticky dates on phones
  • Package updates
  • Various tweaks and fixes