Skip to content

Releases: Flowrey/youtube-bz

v0.5.1

09 Feb 17:32
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fixed compatibility issues with Python3.8

v0.5.0

10 Dec 13:31
Compare
Choose a tag to compare

Added

  • Added a search command

Changed

  • Changed the style of the progress bar for status

Full Changelog: v0.4.1...v0.5.0

v0.4.1

17 Sep 08:56
34c81bf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

20 Aug 14:42
85e55ee
Compare
Choose a tag to compare

Added

  • A --version flag
  • A --verbose flag

Changed

  • Use download subcommand instead of using a direct command

Removed

  • Remove the pyright dependency

v0.3.4

18 Jul 20:29
Compare
Choose a tag to compare

Changed

  • Use poetry with pyproject.toml instead of old setup.py
  • Add pyright stub
  • Add black and pyright to github action

Fixed

  • Fix bug when requestion MusicBrainz without User-Agent header

v0.3.3

31 May 18:43
a8c36e5
Compare
Choose a tag to compare

Changed

  • Use pytube instead of youtube-dl to download videos

v0.3.2

24 May 20:07
Compare
Choose a tag to compare

Fixed

  • Bug when video render in youtube initial data was empty

v0.3.1

21 May 12:10
Compare
Choose a tag to compare

Added

  • Unittest and code coverage

Fixed

  • Remaining debug print

v0.3.0

16 Apr 17:51
Compare
Choose a tag to compare

Added

  • Asyncronous code execution
  • Levenshtein distance for string comparaison
  • ujson to parse json
  • aiohttp for asyncronous request

Changed

  • Refactoring of all code