8000 Tags · elliotchance/tracklist-editor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: elliotchance/tracklist-editor

Tags

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added importing from Bandcamp (#46)

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v2.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Some words should always be upper case (#43)

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

Fixes #30

v2.3.3

Toggle v2.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Spotify parsing (#41)

Spotify changed the layout of the JavaScript on the page.

Fixes #38

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Reset fields when manually adding a track (#35)

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Import from Discogs (#34)

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

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add "Delete All Tracks" button (#29)

0