Skip to content

Releases: elliotchance/tracklist-editor

v2.5.0

20 Feb 16:22
a2caeda
Compare
Choose a tag to compare
Added importing from Bandcamp (#46)

v2.4.1

20 Feb 00:21
dc32b28
Compare
Choose a tag to compare
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

18 Feb 21:14
adef810
Compare
Choose a tag to compare
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

08 Feb 01:24
b53efe9
Compare
Choose a tag to compare
Some words should always be upper case (#43)

"DJ" and "ID" should always be uppercase.

Fixes #30

v2.3.3

06 Jan 05:36
245c990
Compare
Choose a tag to compare
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

06 Jan 05:34
cf33ac2
Compare
Choose a tag to compare
Fix Spotify parsing (#41)

Spotify changed the layout of the JavaScript on the page.

Fixes #38

v2.3.1

03 Jan 14:42
86ffba5
Compare
Choose a tag to compare
Reset fields when manually adding a track (#35)

v2.3.0

02 Jan 20:37
c6dd27c
Compare
Choose a tag to compare
Import from Discogs (#34)

Now you can import a tracklist from a Discogs album using the URL.

v2.2.0

02 Jan 19:42
9419a19
Compare
Choose a tag to compare
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

01 Jan 17:31
b41c056
Compare
Choose a tag to compare
Add "Delete All Tracks" button (#29)