Skip to content

Commit

Permalink
v2.9.0 (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Jun 30, 2024
1 parent 2b3111f commit f6335a6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
14 changes: 9 additions & 5 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.8.2
_| $$_ | $$__| $$ _| $$_ | $$ | $$ v2.9.0
| $$ \ \$$ $$| $$ \| $$ | $$
\$$$$$$ \$$$$$$ \$$$$$$ \$$ \$$
Expand All @@ -80,11 +80,14 @@ Commands (can specify multiple):
ctories (requires --dat)
ROM input options:
-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 (suppo
rts globbing) [array]
--input-min-checksum The minimum checksum level to calculate and use for matching
-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 (
supports globbing) [array]
--input-min-checksum The minimum checksum level to calculate and use for matching
[choices: "CRC32", "MD5", "SHA1", "SHA256"] [default: "CRC32"]
--input-checksum-archives Calculate checksums of archive files themselves, allowing the
m to match files in DATs
[choices: "never", "auto", "always"] [default: "auto"]
DAT input options:
-d, --dat Path(s) to DAT files or archives (supports globbing)
Expand Down Expand Up @@ -221,6 +224,7 @@ 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]
--temp-dir Path to a directory for temporary files [string]
--disable-cache Disable the file checksum cache [boolean]
--cache-path Location for the file checksum cache file [string]
-v, --verbose Enable verbose logging, can specify up to three times (-vvv) [count]
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.8.2",
"version": "2.9.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 f6335a6

Please sign in to comment.