Skip to content

Commit

Permalink
v2.0.1 (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Sep 24, 2023
1 parent 9b4c47b commit cd4fe62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $ igir --help
| $$ | $$| \ | $$ | $$ $$ ROM collection manager
| $$ | $$| \ | $$ | $$ $$ https://igir.io/
| $$ | $$ \$$$$ | $$ | $$$$$$$\
_| $$_ | $$__| $$ _| $$_ | $$ | $$ v2.0.0
_| $$_ | $$__| $$ _| $$_ | $$ | $$ v2.0.1
| $$ \ \$$ $$| $$ \| $$ | $$
\$$$$$$ \$$$$$$ \$$$$$$ \$$ \$$
Expand Down Expand Up @@ -95,7 +95,7 @@ DAT input options:
--dat-description-regex-exclude Regular expression of DAT descriptions to exclude from pro
cessing [string]
ROM output options:
ROM output options (processed in order):
-o, --output Path to the ROM output directory (supports replaceable symbols, see
below) [string]
--dir-mirror Use the input subdirectory structure for the output directory
Expand All @@ -106,6 +106,8 @@ ROM output options:
[boolean]
--dir-letter-limit Limit the number ROMs in letter subdirectories, splitting into multi
ple if necessary [number]
--dir-game-subdir Append the name of the game as an output directory depending on its
ROMs [choices: "never", "multiple", "always"] [default: "multiple"]
-O, --overwrite Overwrite any files in the output directory [boolean]
--overwrite-invalid Overwrite files in the output directory that are the wrong filesize,
checksum, or zip contents [boolean]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "igir",
"version": "2.0.0",
"version": "2.0.1",
"description": "🕹 A video game ROM collection manager to help filter, sort, patch, archive, and report on collections on any OS.",
"keywords": [
"1g1r",
Expand Down

0 comments on commit cd4fe62

Please sign in to comment.