Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Latest commit

 

History

History
73 lines (61 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

73 lines (61 loc) · 2.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.5.1 - 2024-02-09

Fixed

  • Fixed compatibility issues with Python3.8

0.5.0 - 2023-12-10

Added

  • Added a search command

Changed

  • Changed the style of the progressbar for status

0.4.1 - 2023-09-17

Added

  • Added a --destination flag
  • Added a progressbar during download progression

0.4.0 - 2023-08-20

Added

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

Changed

  • Use download subcommand instead of using a direct command

Removed

  • Remove the pyright dependency

0.3.4 - 2023-07-18

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

0.3.3 - 2022-05-31

Changed

  • Use pytube instead of youtube-dl to download videos

0.3.2 - 2022-05-24

Fixed

  • Bug when video render in youtube initial data was empty

0.3.1 - 2022-05-21

Added

  • Unittest and code coverage

Fixed

  • Remaining debug print

0.3.0 - 2022-04-16

Added

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

Changed

  • Refactoring of all code