Releases: iheanyi/bandcamp-dl
Bandcamp-dl 0.0.16
What's Changed
- Add --no-confirm option by @JOJ0 in #205
- Add install instructions on Arch by @jneidel in #209
- Added full discography download in #211
- Bump requests from 2.26.0 to 2.31.0 by @dependabot in #208
- Minor fixes and added "Album artist" tag by @jedomed in #212
- Drop mock dep, use unittest.mock by @singingwolfboy in #213
- Fixbug: use config file if arguments return None by @travishsu in #215
- Fix Python 3.12 SyntaxWarning by @dnicolson in #217
- Clean up the code. by @gryf in #219
- Docs update by @gryf in #220
- Argparse by @gryf in #221
- Rearranged configuration handling. by @gryf in #229
- TLS Cipher Workaround by @kjake in #234
New Contributors
- @JOJ0 made their first contribution in #205
- @jneidel made their first contribution in #209
- @dependabot made their first contribution in #208
- @jedomed made their first contribution in #212
- @singingwolfboy made their first contribution in #213
- @travishsu made their first contribution in #215
- @dnicolson made their first contribution in #217
- @gryf made their first contribution in #219
- @kjake made their first contribution in #234
Full Changelog: v0.0.13...v0.0.16
Bandcamp-dl 0.0.13
Minor bugfix update and requirements version bump.
In some cases a track may fail to download if the album release or track release date is missing, an additional fallback has been added in this case, now it will default to when the track was released on Bandcamp specifically if no other metadata is found.
Bandcamp-dl 0.0.12
We skipped ahead a bit but some pressing issues got fixed that finally warranted a release.
Singles will now also get lyrics.
Demjson has been replaced with Demjson3 (Should fix installation issues with newer setuptools)
Files will no longer download into the working directory and will instead default to the User/Home (~) directory on every system, no more looking everywhere for files that inexplicably got dropped into System32.
Bandcamp-dl 1.0.0-dev-r1
Dev release to fix an issue with url generation after #160
Bandcamp-dl 0.0.10
Exposed Unicode Slugify options to better enhance filename generation, user can now:
- Retain uppercase
- Retain spaces
- Choose the space replacement char if not retaining them
- Convert characters to ASCII
Album cover quality increased by switching to the pop-up image thanks to @BourgondAries with #163
@ppatrzyk Fixed bandcamp-dl not being able to find the needed page data due to a change on Bandcamp's end in #167
@Nightdavisao Fixed script data matching in #171
bandcamp-dl 0.0.8-12
Switched to shutil
to indirectly call os.get_termina_size()
due to issues with automated testing solutions and user permissions.
v0.0.8-11
Hopefully fixes a compatibility issue with Homebrew's automated Jenkins testing.
v0.0.8-10
bandcamp-dl 0.0.8-09
Tweaked the output so that the users prompt doesn't get mangled due to lack of a newline at the end of the process.
Fixed track names getting mangled from the previous line not being erased completely.
bandcamp-dl 0.0.8-08
Made the session file less obnoxious so bandcamp-dl could be used with external programs a bit better.
Bandcamp now includes the protocol in their track urls, code has been changed to reflect this, downloading works again.