Releases: jakubito/spotify-release-list
Releases · jakubito/spotify-release-list
v2.0.2
Changes
- Fixed duplicates filter casing issue. Thanks, Martin!
- Minor visual tweaks
v2.0.1
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
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
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
v1.7.10
v1.7.9
New features
- Added new filter option to exclude Various Artists
Additional changes
- Code improvements
v1.7.8
v1.7.7
v1.7.6
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