Release Highlights
ROM patching fixes
A few fixes and improvements have been made to ROM patching, enough to warrant a minor version bump:
- Patched ROMs will no longer be filtered out in
--single
(1G1R) mode. Previously, both the patched and un-patched copies were considered "clones" of each other and the patched version would have lower priority, filtering it out. - Patched ROMs can have their CRC tested if the patch file contains that information. As always, see the ROM Patching docs page for details on supported patch types and their features.
- Patched ROMs are now listed separately in the progress bar "done" message for each DAT, and a new column has been added to the
report
command output.
All changes
11 December 2022 - b6cbe44
- v0.7.0 (#225)
11 December 2022 - f4bfd65
- Fix: update Codecov coverage after PR merge (#224)
11 December 2022 - 7bdd6ba
- Fix: force progress bar rendering on reset and completion (#223)
11 December 2022 - f676bf3
- Fix: prevent double CI jobs (#222)
10 December 2022 - f43399e
- Feature: output status of patched ROMs (#220)
10 December 2022 - af3754d
- Fix: correctly test patched ROMs (#204)
10 December 2022 - 00e6c26
- Fix: create new parents per patched game (#202)
10 December 2022 - 08eaf43
- Fix: only use one progress bar waiting message timer (#219)