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 compatibility issues with Python3.8
0.5.0 - 2023-12-10
- Added a
search
command
- Changed the style of the progressbar for status
0.4.1 - 2023-09-17
- Added a
--destination
flag - Added a progressbar during download progression
0.4.0 - 2023-08-20
- A
--version
flag - A
--verbose
flag
- Use
download
subcommand instead of using a direct command
- Remove the
pyright
dependency
0.3.4 - 2023-07-18
- Use poetry with pyproject.toml instead of old setup.py
- Add pyright stub
- Add black and pyright to github action
- Fix bug when requestion MusicBrainz without User-Agent header
0.3.3 - 2022-05-31
- Use pytube instead of youtube-dl to download videos
0.3.2 - 2022-05-24
- Bug when video render in youtube initial data was empty
0.3.1 - 2022-05-21
- Unittest and code coverage
- Remaining debug print
0.3.0 - 2022-04-16
- Asyncronous code execution
- Levenshtein distance for string comparaison
- ujson to parse json
- aiohttp for asyncronous request
- Refactoring of all code