Added
- Added new file extensions and files:
- file-magicis now supported as an additional module for detecting the
 encoding of files. (#1264)
- Support deprecated licences for reuse download. (#606)
- Markdown files which have frontmatter (i.e. yaml or toml between a ---block
 at the start of the file) now get Python-like comments inside of the
 frontmatter when annotating. (#1170)
Fixed
- When file-magicis installed simultaneously withpython-magic, the tool
 used to misbehave (read: crash), because either one of them could be imported
 onimport magic. This misbehaviour no longer happens. (#1264)
- Invalid SPDX license expressions are no longer recognized as used or missing
 licenses. (#1254)
- clicktranslations are now correctly loaded. (#1267)
