CHANGELOG.rst 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. Changelog:
  2. ==========
  3. Version 0.0.5
  4. -------------
  5. - [Enhancement] ID3 Data Windows Explorer Compatibility. (Courtesy of
  6. `Bendito999 <https://github.com/Bendito999>`_)
  7. - [Enhancement] Will now use lxml if available, it is not a requirement.
  8. - [Bugfix] ``--base-dir`` will now create the specified directory rather
  9. than fail.
  10. - [Enhancement] If a file is incomplete it will be redownloaded on next
  11. run.
  12. - [Bugfix] Fixed
  13. `#62 <https://github.com/iheanyi/bandcamp-dl/issues/62>`_.
  14. - [Dependency] Wgetter is no longer required.
  15. - [Dependency] Latest versions of dependencies now used.
  16. Version 0.0.6
  17. -------------
  18. - [Enhancement] Added the option to skip the downloading of album art.
  19. - [Enhancement] Individual track downloads work now.
  20. - [Bugfix] Fixed imports, now working when installed via pip.
  21. - [Note] Last version to officially support Python 2.7.x
  22. - [Bugfix] Fixed an encoding issue with accented characters in the
  23. filepath. (Thanks `oaubert <https://github.com/oaubert>`_)
  24. Version 0.0.7
  25. -------------
  26. - [Enhancement] Will now resume if it finds a valid ``not.finished``
  27. file.
  28. - [Enhancement] Interrupting downloads is safe, they will resume on next
  29. run.
  30. - [Enhancement] Interrupting encoding is safe, it will finish on next
  31. run.
  32. - [Enhancement] CLI output is now much neater.
  33. - [Bugfix] Partial albums (some previews disabled) will now download
  34. properly.
  35. - [Dependency] Slimit is no longer required.
  36. - [Dependency] Ply is no longer required.
  37. - [Dependency] demjson is now required.
  38. - [Bugfix] Downloading singles is now fixed.
  39. - [Bugfix] Monkey-patched Requests to fix compatability with Python
  40. versions before 3.6.
  41. - [Enhancement] Added a --group option to insert a group tag (iTunes)
  42. Version 0.0.8
  43. -------------
  44. - [Enhancement] --embed-art option to forcibly embed album art (if
  45. available)
  46. - [Enhancement] --track option for downloading individual tracks and
  47. singles.