What's Changed
This released merges a big Pull Request by DariuszPorowski, thanks for that :)
* feat: add possibility to enable/disable the plugin dynamically via `enabled` and `enabled_on_serve` config key
* feat: add possibility to fine tune the checked file types using the `file_types_override_mode` config key
* feat: add more ways to write the plugin name in the config
* fix: various improvements and handrails
* build: move from setup.py to pyproject.toml
* build: improve dev workflow using poetry
* build: improve dev workflow by integrating linting and other code checking tools
* build: add various github actions pipelines
* tests: add some baisc tests
* docs: update README with the new configuration keys
* docs: improve [CONTRIBUTING.md](https://github.com/JonasDoesThings/mkdocs-exclude-unused-files/blob/main/CONTRIBUTING.md)
Check out the [PR](https://github.com/JonasDoesThings/mkdocs-exclude-unused-files/pull/3) #3 and the updated [CONTRIBUTING.md](https://github.com/JonasDoesThings/mkdocs-exclude-unused-files/blob/main/CONTRIBUTING.md) to get all the information on the merged PR and added workflows :)
Upgrading
`pip install --upgrade mkdocs-exclude-unused-files`
**PyPi Permalink**: https://pypi.org/project/mkdocs-exclude-unused-files/1.2.1/
**Full Changelog**: https://github.com/JonasDoesThings/mkdocs-exclude-unused-files/compare/v1.1.0...v1.2.1