- Feature: the file list and execution parameters are now displayed on the output report (46 by ankostis).
- Feature: improved handling of duplicate hashes. Duplicates are now correctly highlighted on the report and the similarity metric is now simply `overlapping tokens/total token count` instead of `overlapping tokens after removing duplicate fingerprints/number of tokens in unique fingerprints` (48).
- Feature: the default report styling can be overwritten using a custom CSS file provided using the `--css` argument (49 by mikeperalta1).
- Fix: some internal cleanup to how the `CopyDetector` object is configured. There is no impact to the publicly-documented API but code which was referencing parameters passed to this object (e.g., `CopyDetector.noise_t`) may break (47)
- Fix: replaced `pkg_resources` with `importlib.resources` (allowing support for python 3.12). Support for python 3.6 is dropped (52).