Releases: elliotchance/tracklist-editor
Releases · elliotchance/tracklist-editor
v2.5.0
v2.4.1
Fixing brittle imports (#45) Fixes several bugs with the importers. It now parses the HTML which is a little more reliable than a regexp. I have also replaced the tests with a jest test suite.
v2.4.0
Adding "Quick Fix" module (#44) Quick Fix discovers common cleanup actions like replacing the wrong type of brackets or removing common strings on many of the tracks. It will continue to be extended with future versions.
v2.3.4
Some words should always be upper case (#43) "DJ" and "ID" should always be uppercase. Fixes #30
v2.3.3
Improved Discogs parsing (#40) Added the ability to use release/ URLs and fixed some overall bugs with the parsing. Fixes #36 Fixes #37
v2.3.2
Fix Spotify parsing (#41) Spotify changed the layout of the JavaScript on the page. Fixes #38
v2.3.1
Reset fields when manually adding a track (#35)
v2.3.0
Import from Discogs (#34) Now you can import a tracklist from a Discogs album using the URL.
v2.2.0
Import from Spotify (#33) You can now import from a Spotify album URL. Rather than register an application (basically, doing it the correct way) Spotify provides the JSON in the HTML page itself so we don't have to manage secrets.
v2.1.0
Add "Delete All Tracks" button (#29)