This release brings `matchmaps` much closer to a final, stable codebase. 18 is a significant overhaul of the file i/o. It ***may*** have the side benefit of Windows compatibility, but I can't guaranteed this. 17 and 19 are both needed, common-sense updates to the algorithm. Additionally, 19 adds a `matchmaps.version` utility to print the package version to the command line. PR descriptions below.
What's Changed
* add rs favicon to site by dennisbrookner in https://github.com/rs-station/matchmaps/pull/16
* Implement resolution truncation between scaling and refinement by dennisbrookner in https://github.com/rs-station/matchmaps/pull/17
* Handle all filenames with `pathlib` by dennisbrookner in https://github.com/rs-station/matchmaps/pull/18
* Normalize by dennisbrookner in https://github.com/rs-station/matchmaps/pull/19
**Full Changelog**: https://github.com/rs-station/matchmaps/compare/v0.3.1.2...v0.4.0