This repository has been archived by the owner on Oct 21, 2023. It is now read-only.
0.2.0
Added
- Support for static type checking
- Disc info is now structured using TypedDicts
- Better error detection
- Use black,
isort,
flakeheaven,
flake8-annotations,
flake8-docstrings and
mypy to enforce code style and quality
Changed
- Lots of refactoring
- Move main module to
makemkv/makemkv.py
- Messages of
makemkvcon
are now logged by a child logger - Improved output reliability for
pymakemkv
- Use flit for packaging
- Use
pyproject.toml
for packaging and tool configuration - click and
rich are now optional dependencies,
usepip install makemkv[cli]
to install them - Use markdown and mkdocs for documentation
Removed
MakeMKV.f()
/ universal firmware tool support