Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.10.0 #1219

Merged
merged 1 commit into from
Jul 17, 2024
Merged

v2.10.0 #1219

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 19 additions & 12 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.9.2
_| $$_ | $$__| $$ _| $$_ | $$ | $$ v2.10.0
| $$ \ \$$ $$| $$ \| $$ | $$
\$$$$$$ \$$$$$$ \$$$$$$ \$$ \$$

Expand Down Expand Up @@ -113,7 +113,7 @@ Patch input options:
-P, --patch-exclude Path(s) to ROM patch files or archives to exclude from processing (supp
orts globbing) [array]

ROM output options (processed in order):
ROM output path options (processed in order):
-o, --output Path to the ROM output directory (supports replaceable symbols, s
ee below) [string]
--dir-mirror Use the input subdirectory structure for the output directory
Expand All @@ -131,20 +131,27 @@ ROM output options (processed in order):
--dir-game-subdir Append the name of the game as an output subdirectory depending o
n 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 filesi
ze, checksum, or zip contents [boolean]
-C, --clean-exclude Path(s) to files to exclude from cleaning (supports globbing)
[array]
--clean-dry-run Don't clean any files and instead only print what files would be
cleaned [boolean]

ROM zip command options:
ROM writing options:
--rom-fix-extension Read ROMs for known file signatures and use the correct extension (
also affects dir2dat) (supported: .32x, .3dsx, .a78, .fds, .gb, .gb
a, .gbc, .gg, .lnx, .md, .n64, .ndd, .nds, .nes, .pbp, .smc, .smd,
.v64, .z64) [choices: "never", "auto", "always"] [default: "auto"]
-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]

clean command options:
-C, --clean-exclude Path(s) to files to exclude from cleaning (supports globbing) [array]
--clean-dry-run Don't clean any files and instead only print what files would be cleane
d [boolean]

zip command options:
-Z, --zip-exclude Glob pattern of files to exclude from zipping [string]
--zip-dat-name Group all ROMs from the same DAT into the same zip archive, if not exclu
ded from zipping (enforces --dat-threads 1) [boolean]

ROM link command options:
link command options:
--symlink Creates symbolic links instead of hard links [boolean]
--symlink-relative Create symlinks as relative to the target path, as opposed to absolu
te [boolean]
Expand Down Expand Up @@ -213,7 +220,7 @@ One game, one ROM (1G1R) options:
--prefer-pal Prefer PAL ROMs over others [boolean]
--prefer-parent Prefer parent ROMs over clones [boolean]

Report options:
report command options:
--report-output Report output location (formatted with moment.js)
[string] [default: "./igir_%YYYY-%MM-%DDT%HH:%mm:%ss.csv"]

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.9.2",
"version": "2.10.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
Loading