- core: Start using TypoScript with JS
- core: Converted modules to TS utils
- popup: Added console command for printing release metadata
- popup: Dashboard was not active on non-bandcamp pages
- popup: Console was broken
- popup: Fixed release Discogs search link
- discogs page: Added release hints on the Discogs edit page
- popup: Added load hints link to the release on History page
- popup: Added clear search button to the releases and history table
- popup: Don't display the prepared discogs release csv data in the popup
- core: Some code refactoring. Improved module loading
- discogs page: The artist input is selected by default after parsing metadata.
- popup: Improved initialization logic. Fixed sending chrome messages.
- popup: Fixed broken multi download feature
- popup: Fixed broken releases tab
- popup: Added a Discogs search form on the main dashboard tab
- popup: Introduced a Dashboard tab
- popup: Added Discogs copy date buttons for the published and modified release dates
- bandcamp page: Fixed an error when track list is empty
- core: release time detection was broken introduced in 0.8.0 version
- core: restore Output release published and modified dates feature introduced in 0.8.0 version
- core: deleting history item works again
- popup: Added a Bandcamp search form on the Warning message tab
- popup: Added link to the changelog file on "About" tab
- core: Added
externalContentLoaded
event toexternal-content
custom HTML tag element
- popup: Fixed renaming "Storage" tab to "History" tab
- core: Better webpack development setup
- popup: Output release published and modified dates
- popup: Renamed "Storage" tab to "History" tab
- popup: Output release track time without leading zeroes
- core: Use webpack to compile assets
- core: Use nmp modules: twitter bootstrap, uuidjs, etc.
- core: Re-organize folder structure
- popup: Introduced sorting data feature in the releases table
- popup: fixed saved CSV file name
- Multiple releases download feature is broken
- extension: Re-organize file structure
- popup: Introduced console command feature with one command "log.storage"
- popup: Add a badge that displays the storage size
- BC music page: Artists filter trimmed spaces in wrong way
- Introduced artists filter widget on the bandcamp label page
- Artists filter widget is synchronized with the popup releases data widget
- Bandcamp keywords conversion to Discogs genres/styles when creating draft CSV file for multiple releases
- Show notifications on the Discogs page longer. Now it's 20 seconds
- Introduced notifications on Discogs release edit page. It shows messages regarding actions on the page
- Show the list of releases on the artist or label page
- It's possible now to save the list of releases to the single Discogs CSV draft file. Feature works on label's bandcamp pages
- Show the list of releases from the local storage
- Added the ability to filter the list of releases
- Added button to remove items from the storage
- Added button to clear the storage
- Each word in release title must be capitalized
- Save release metadata as JSON value in notes field
- Autofill release fields from metadata on Discogs draft page
- Updated "About extension" information
- Added "How to use" information to the "About" section
- Discogs notes field is empty by default. It should not be automatically filled
- Use bandcamp "publish_date" as a release date
- Output generated "Submission notes" value
- Output current extension version in the "About" section
- Always load
about.html
from the source code and not from the Gist