Releases: Serhii-DV/bandcamp-to-discogs
Releases · Serhii-DV/bandcamp-to-discogs
v0.8.0
What's Changed
- [Bugfix] Remove leading zero from duration by @Serhii-DV in #19
- [Feature] Show published and modified date by @Serhii-DV in #20
- [Feature] History tab by @Serhii-DV in #24
Full Changelog: v0.7.0-main...v0.8.0
v0.7.0
What's Changed
- [0.7.x, Feature] Webpack and npm modules by @Serhii-DV in #12
- [0.7.x. Bugfix] Fix broken csv filename by @Serhii-DV in #13
- [0.7.x] Releases list sorting by @Serhii-DV in #14
- [0.7] Fix showing correct time for tracks by @Serhii-DV in #15
- Version 0.7.0 by @Serhii-DV in #16
Full Changelog: v0.6.1...v0.7.0-main
v0.6.1
What's Changed
- Version 0.6.0 by @Serhii-DV in #9
- [0.6.1. Bugfix] Fix multiple releases download by @Serhii-DV in #10
- Version 0.6.1 by @Serhii-DV in #11
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- [0.6.0] Releases amount widget by @Serhii-DV in #5
- [0.6] Supported info widget and save values history by @Serhii-DV in #6
- [0.6] Uuid5 as a storage key by @Serhii-DV in #7
- [0.6] Code Re-structure. Console commands. by @Serhii-DV in #8
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- [0.5.x] Artists filter widget by @Serhii-DV in #2
- [0.5.x] Artist's filter widget improvements by @Serhii-DV in #3
- Version 0.5.0 by @Serhii-DV in #4
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
Fixes
- Bancamp keywords convertion to Discogs genres/styles when creating draft CSV file for multiple releases
- Show notifications on the Discgos page longer. Now it's 20 seconds
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Features
- 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
Fixed
- Each word in release title must be capitalized
Full Changelog: v0.2.0...v0.4.0
v0.2.0
Features
- Save release metadata as JSON value in notes field
- Outofill release fields from metadata on Discogs draft page
- Updated "About extension" information
Full Changelog: v0.1.3...v0.2.0
v0.1.3
Feature
- 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
Fixed
- Always load
about.html
from the source code and not from the Gist