v0.2.1
Release Highlights
ROM matching now uses filesize in addition to CRC32
This should help eliminate any false positives. This also works for headered ROMs.
Ensured support for folders within input archives
Folders in .zip
files are now explicitly supported. Unit test fixtures have been added for all major archive formats.
DAT parsing is threaded
This marginally speeds up parsing a large number of DATs such as No-Intro's daily zip. DATs within archives are also counted in the progress bar now.
All changes
29 September 2022 - 1b93e16
- v0.2.1 (#91)
28 September 2022 - 7c3c2f4
- Update: README (#90)
28 September 2022 - 6c91ed7
- Feature: support folders within input archives (#82)
28 September 2022 - 58ae56a
- Refactor: prep for #82 (#89)
27 September 2022 - 3a0f729
- Fix: delete input file when moving to a zip that doesn't need writing (#87)
27 September 2022 - 1dd4f12
- Feature: more verbose logging (#86)
23 September 2022 - 564f997
- Refactor: update Renovate commit message (#79)
23 September 2022 - a4697f4
- Feature: consider filesize when finding files by CRC32 (#77)
23 September 2022 - 5058a5c
- Refactor: increase constants.ts test coverage (#78)
23 September 2022 - 703b23c
- Feature: thread DAT scanning & parsing (#76)
23 September 2022 - 434e474
- Fix: partially invalid tests from #68 (#75)