What's New:
Feature/fix: exclude detecting trimmed ROMs in archives by default
It typically doesn't make sense to archive trimmed ROMs, so Igir will now not detect trimmed ROMs inside archives by default. This is particularly noticeable with archive formats such as CHD, which are very expensive to extract. An option --trim-scan-archives has been added to turn this behavior back on. Thank you @nipsy for the suggestion!
Fix: compiled Windows binaries
v4.1.1's Windows binaries didn't function because of a subtle issue between Volta and Node-API. These should be fixed going forward. Thank you @BlackShad79 for the bug report!