Releases: jakubito/spotify-release-list
Releases · jakubito/spotify-release-list
v3.7.0
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
Full Changelog: v3.6.2...v3.6.3
- an attempt to address #58 by increasing request retry limit
v3.6.2
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
- Fixed loading animation related bugs
- Package updates
v3.6.0
New features
- Artist blocklist (closes #39)
Additional changes
- Fixed settings import
- Code tweaks
v3.5.4
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
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
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
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
Changes
- Added live demo
- Sticky dates on phones
- Package updates
- Various tweaks and fixes