This is the start of our efforts to modernize mediafile and align it with the current best practices from beets. We will remain on pre releases status until we are confident with the changes here.
Changes
- Dropped support for Python 3.7 and 3.8
- Added minimal contribution guidelines to CONTRIBUTING.md
- Changed project linter and formatter from flake8 to ruff. Reformatted the codebase with ruff.
- Moved changelog into its own file, changelog.rst. Also added github workflow for automatic changelog reminders.
- Refactored the monolith
mediafile.pyinto a modular structure. - Modernized package and tests setup to use poetry.
Full Changelog: v0.13.0...v1.0.0-rc1