-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to v0.4.0 don't remove but move tags to IndexedDB & update the…
…m from Spotify. Set track as not found. Display app updates in UI. Better handling of 429 errors for Spotify. Bugfixes. Add Changelor. Add update pages for v0.4.0. Handle versions like 0.10.23 in update script. Refactoring. Default volume for audio preview = 50%.
- Loading branch information
1 parent
3be0979
commit b060ae6
Showing
23 changed files
with
2,102 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
## v0.4.0 | ||
|
||
- [x] Store tags in IndexedDB instead of Local Storage | ||
- [x] Pagination | ||
- [x] Filter tags by status | ||
- [x] Handle new Shazam login & API | ||
- [x] Manually select the track we want from Spotify | ||
- [x] Audio preview | ||
- [x] Set a track as "not found" if none of the results is corresponding | ||
- [x] New icons | ||
- [x] Handle "Too Many Requests" error on Spotify | ||
- [x] Update AngularJS to 1.5.9 | ||
- [x] Update scripts handle versions like 0.2.10 (two diggits / part) | ||
- [x] Do not match a Spotify track if the title is not the same (lower case matching) | ||
- [x] Bugfixes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.