- discogs/popup: Detect multiple artists in the title if they are
- discogs: Improved search for Draft release in popup
- bandcamp: Auto-detection of the digital release audio quality
- bandcamp: Fixed the issue with the artist/album filtering on the artist page
- popup: Improved Discogs Search button. Added more options for searching
- popup: Added Bandcamp release and search links to the release card navigation
- popup: Output album styles on the album card and Bandcamp latest viewed widget
- bandcamp: Improved getting artists from tracks in case of various artists release
- discogs: Improve importing metadata logic. Added more choices for fields.
- discogs: Metadata. Added more choices for format types.
- discogs: Metadata. Added more choices for genres and styles.
- popup: Show again artist and album information in the separate Card tab
- discogs: Removed extension link from the release notes
- discogs: Set default release country to
Worldwide
- popup: Added Bandcamp wishlist and feed links to the main navigation
- popup: Added Discogs Drafts page link to the main navigation
- popup: Small improvements on the release card tab for release urls
- popup: Use one tab for the latest viewed releases, release card and releases
- core: Improved initialization of console log commands
- core: Removed CSV data tab. Data is available through console
- core: Introduced Bandcamp URL class
- bandcamp: Improved styling for albums filter widget
- bandcamp: Added clear filter button to the albums filter widget
- discogs: Fixed extracting track time with hours on draft page
- core: Use Chrome History API for history data instead of saving it to storage
- core: Save artist/label data with albums in the storage
- popup: Show Bandcamp artist/label page in the history
- popup: Open artist/label page in the releases tab
- core: Refactor rendering Release Card
- core: A small refactor of getting data from the local storage
- popup: Make popup wider
- popup: Moved download CSV button and search buttons to the Release Card
- popup: Load release data into the release card from the history tab and latest visited releases widget
- popup: Output release info, credits, tracklist and history information on the release card
- popup: Show visited date as related time value
- popup: Improved visited releases widget
- popup: Renamed Dashboard tab to Bandcamp tab
- core: Save release visited history
- popup: Show releases history sorted by visited date by default
- popup: Show latest visited releases on the Dashboard tab
- core: Storage method
getBytesInUse
is not supported in Firefox.
- core: Make the extension compatible with Firefox add-ons.
- bandcamp: Always save/update release data in the extension storage
- bandcamp: Credit text can be missing in schema
- discogs: Show credits hint on the Discogs edit page
- popup: Receive bandcamp artist schema
- popup: Show apply metadata icon only on Discogs edit page
- core: Use a generic method for sending messages from popup to the page
- core: Start using TypoScript with JS
- core: Converted modules to TS utils
- core: Minimize CSS files
- core: Minimize JSON data files
- core: Content scripts loading refactored
- core: Minimize popup HTML file
- core: Removed
External Content
custom component - core: Start using
eslint
andprettier
tools - core: Minimize JS
- 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