Skip to content

Commit

Permalink
v2.7.0 (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed May 8, 2024
1 parent 4e03c51 commit aef5adb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $ igir --help
| $$ | $$| \ | $$ | $$ $$ ROM collection manager
| $$ | $$| \ | $$ | $$ $$ https://igir.io/
| $$ | $$ \$$$$ | $$ | $$$$$$$\
_| $$_ | $$__| $$ _| $$_ | $$ | $$ v2.6.3
_| $$_ | $$__| $$ _| $$_ | $$ | $$ v2.7.0
| $$ \ \$$ $$| $$ \| $$ | $$
\$$$$$$ \$$$$$$ \$$$$$$ \$$ \$$
Expand All @@ -79,8 +79,7 @@ Commands (can specify multiple):
ories (requires --dat)
ROM input options:
-i, --input Path(s) to ROM files or archives (supports globbing)
[array] [required]
-i, --input Path(s) to ROM files or archives (supports globbing) [array]
-I, --input-exclude Path(s) to ROM files or archives to exclude from processing (support
s globbing) [array]
--input-min-checksum The minimum checksum level to calculate and use for matching
Expand Down Expand Up @@ -215,7 +214,8 @@ Help & debug options:
--writer-threads Maximum number of ROMs to write in parallel [number] [default: 4]
--write-retry Number of additional retries to attempt when writing a file has failed (
0 disables retries) [number] [default: 2]
--disable-cache Disable the file and archive entry checksum cache [boolean]
--disable-cache Disable the file checksum cache [boolean]
--cache-path Location for the file checksum cache [string]
-v, --verbose Enable verbose logging, can specify up to three times (-vvv) [count]
-h, --help Show help [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.6.3",
"version": "2.7.0",
"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 aef5adb

Please sign in to comment.