Skip to content

Releases: jakubito/spotify-release-list

v2.0.2

10 Aug 04:51
Compare
Choose a tag to compare

Changes

v2.0.1

08 Aug 02:35
Compare
Choose a tag to compare

New features

  • New duplicates filter checkbox (closes #14)

Additional changes

  • Fixed a bug where refresh token was reset on every error, including errors unrelated to authentication (e.g. when being offline)
  • Exact last sync date is now being displayed on hover
  • All packages have been updated to their latest versions

v2.0.0

19 Jun 06:09
Compare
Choose a tag to compare

New features

  • Automatic daily list refresh in the background (closes #18)
  • Browser notifications (closes #3)
  • Settings import and export
  • Automatic check for updates

Additional changes

  • Fixed a bug where URI links were opened in a new tab
  • Various code tweaks
  • All packages have been updated to their latest versions

v1.8.0

02 Jun 07:41
Compare
Choose a tag to compare

New features

  • Introducing fully customizable color schemes (closes #5)

Additional changes

  • Settings screen has been completely revamped to support more content split into sections
  • Various design & code tweaks and performance optimizations
  • Market countries list has been updated to match the official list
  • Privacy policy document has been updated to include information about authorization scopes
  • All packages have been updated to their latest versions

v1.7.11

24 Dec 12:27
Compare
Choose a tag to compare

Changes

  • Followed artists are now ordered by album group they belong to: ALBUM -> SINGLE -> COMPILATION -> APPEARS_ON (#7)
  • Token TTL decreased even further to 30 minutes
  • Code tweaks

v1.7.10

12 Dec 05:34
Compare
Choose a tag to compare

Changes

  • Releases within a day are now sorted by the first artist associated with a release (#7)
  • Mobile Safari UX improvements
  • Code improvements

v1.7.9

11 Dec 00:55
Compare
Choose a tag to compare

New features

Additional changes

  • Code improvements

v1.7.8

09 Dec 03:20
Compare
Choose a tag to compare

Changes

  • Decreased token TTL to 50 minutes to prevent invalid token errors
  • Code improvements
  • Packages update
  • Documentation update

v1.7.7

24 Nov 06:03
Compare
Choose a tag to compare

Changes

  • Fixed #4
  • Updated documentation
  • Slight color adjustments

v1.7.6

19 Nov 23:16
Compare
Choose a tag to compare

This changelog covers versions 1.7.0 - 1.7.6

New features

  • Users are now able to filter releases by text search, date range and album type
  • Filters can be combined together
  • Filtered results can be directly exported to a new playlist

Additional changes

  • Algorithm for fetching new releases has been rewritten to return complete results (the previous algorithm returned a maximum of 50 releases per combination of artist and album type)
  • Added subtle animations when opening modals
  • Settings option for Market "all" has been removed and replaced by using the current account country by default (using from_token)
  • Images and fonts are cached by the service worker now. This results in faster loading times
  • Code cleanup and various improvements. These include but are not limited to:
    • Ditched prop-types in favor of JSDoc documentation with Typescript support
    • Documentation updated across the codebase
    • Initial helpers tests suite
    • Update to new JSX transform (importing React is not required anymore)
    • All packages updated to the latest version
  • Font awesome icons are now served from CDN instead of being bundled with the app. This made bundle size ~68% smaller