Release Highlights
Breaking change: new extract
command
Inspired by feedback from /u/Project_Maru, a new extract
command has been added. copy
and move
will no longer extract ROMs by default, allowing you to leave ROMs in .7z and other formats.
Here is a quick before and after table:
Functionality | v0.x.x | v1.x.x |
---|---|---|
Extract ROMs to the output directory | igir copy
| igir copy extract
|
Extract ROMs to the output directory, and recycle the input file(s) | igir move
| igir move extract
|
Create .zip archives in the output directory | igir copy zip
| igir copy zip (no change)
|
Create .zip archives in the output directory, and recycle the input file(s) | igir move zip
| igir move zip (no change)
|
To copy or move files, leaving them exactly in the format they were found in, don't provide the extract
or zip
command:
igir copy --dat *.dat --input **/*.7z --output ROMs/
All changes
20 January 2023 - 17abdb5
- v1.0.0 (#236)
20 January 2023 - 4004e11
- Breaking feature: extract command (#188)