v1.6.7
Release Highlights
New --no-device
option added
A new filter option has been added to filter out MAME "devices".
See the ROM Filtering docs for the full information on filtering ROMs.
Fix a potential crash when reporting on games with no ROMs
Some DATs (such as MAME ones) contain games with no ROMs, and these were causing issues when generating the CSV report (igir report
). This should be fixed.
Thank you @dixius99 for the bug report!
All changes
17 July 2023 - 7cfc191
- v1.6.7 (#479)
13 July 2023 - 51a5c42
- Feature: report on devices (#477)
12 July 2023 - 51096a0
- Feature: no devices filter option (#476)
12 July 2023 - fbbe586
- Fix: reporting on games with no ROMs (#475)
8 July 2023 - 88afaac
- Chore: npm funding link (#470)
7 July 2023 - c2f96b0
- Chore: update Snyk badge (#471)
7 July 2023 - 3fa6b4d
- Feature: postinstall script for npx, and GitHub commenter (#468)
28 June 2023 - cfca06a
- Chore: update lockfile (#462)
28 June 2023 - e6f7c47
- Chore: update dev dependencies (#459)
28 June 2023 - 3facb49
- Chore: update dependency @types/jest to v29.5.2 (#458)
28 June 2023 - 41ece15
- Chore: update dependencies (#461)
27 June 2023 - 3ed29f5
- Fix: allow duplicate input files when writing a single zip's entries (#452)
27 June 2023 - 7da58b7
- Refactor: don't discard duplicates during ROM scanning (#454)
27 June 2023 - ecb2427
- Refactor: index ROMs by checksum only once, before generating candidates (#451)