From f9b47d0836bf057028cd6c23b988ae9bbbdf4b1c Mon Sep 17 00:00:00 2001 From: Christian Emmer <10749361+emmercm@users.noreply.github.com> Date: Sun, 23 Jul 2023 22:40:41 -0400 Subject: [PATCH] v1.8.0 (#503) --- README.md | 32 ++++++++++++++++-------------- package-lock.json | 2 +- package.json | 2 +- scripts/auto-changelog-release.hbs | 5 +++++ 4 files changed, 24 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 89865ab6f..1bd4ba9ad 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ $ igir --help | $$ | $$ __\$$ | $$ | $$__| $$ | $$ | $$| \ | $$ | $$ $$ ROM collection manager | $$ | $$ \$$$$ | $$ | $$$$$$$\ - _| $$_ | $$__| $$ _| $$_ | $$ | $$ v1.7.1 + _| $$_ | $$__| $$ _| $$_ | $$ | $$ v1.8.0 | $$ \ \$$ $$| $$ \| $$ | $$ \$$$$$$ \$$$$$$ \$$$$$$ \$$ \$$ @@ -99,6 +99,8 @@ ROM output options: -D, --dir-dat-name Use the DAT name as the output subdirectory [boolean] --dir-letter Append the first letter of the ROM name as an output subdirectory [boolean] + --dir-letter-limit Limit the number ROMs in letter subdirectories, splitting into multipl + e if necessary [number] -O, --overwrite Overwrite any files in the output directory [boolean] --overwrite-invalid Overwrite files in the output directory that are the wrong filesize, c hecksum, or zip contents [boolean] @@ -127,21 +129,21 @@ ROM filtering options: AUS, BRA, CAN, CHN, DAN, EUR, FRA, FYN, GER, GRE, HK, HOL, ITA, JPN , KOR, MEX, NOR, NZ, POR, RUS, SPA, SWE, TAI, UK, UNK, USA, WORLD) [string] - --only-bios Filter to only BIOS files [boolean] - --no-bios Filter out BIOS files [boolean] - --no-device Filter out MAME devices [boolean] - --no-unlicensed Filter out unlicensed ROMs [boolean] - --only-retail Filter to only retail releases, enabling all the following options + --no-bios Filter out BIOS files, opposite of --only-bios [boolean] + --no-device Filter out MAME devies, opposite of --only-device [boolean] + --no-unlicensed Filter out unlicensed ROMs, opposite of --only-unlicensed [boolean] + --only-retail Filter to only retail releases, enabling all the following "no" opt + ions [boolean] + --no-demo Filter out demo ROMs, opposite of --only-demo [boolean] + --no-beta Filter out beta ROMs, opposite of --only-beta [boolean] + --no-sample Filter out sample ROMs, opposite of --only-sample [boolean] + --no-prototype Filter out prototype ROMs, opposite of --only-prototype [boolean] + --no-test-roms Filter out test ROMs, opposite of --only-test-roms [boolean] + --no-aftermarket Filter out aftermarket ROMs, opposite of --only-aftermarket [boolean] - --no-demo Filter out demo ROMs [boolean] - --no-beta Filter out beta ROMs [boolean] - --no-sample Filter out sample ROMs [boolean] - --no-prototype Filter out prototype ROMs [boolean] - --no-test-roms Filter out test ROMs [boolean] - --no-aftermarket Filter out aftermarket ROMs [boolean] - --no-homebrew Filter out homebrew ROMs [boolean] - --no-unverified Filter out un-verified ROMs [boolean] - --no-bad Filter out bad ROM dumps [boolean] + --no-homebrew Filter out homebrew ROMs, opposite of --only-homebrew [boolean] + --no-unverified Filter out unverified ROMs, opposite of --only-unverified [boolean] + --no-bad Filter out bad ROM dumps, opposite of --only-bad [boolean] One game, one ROM (1G1R) options: -s, --single Output only a single game per parent (1G1R) (required for all opti diff --git a/package-lock.json b/package-lock.json index a7d4452bf..57c532454 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "igir", - "version": "1.7.1", + "version": "1.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 35faf0bdd..3fcf65783 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "igir", - "version": "1.7.1", + "version": "1.8.0", "description": "🕹 A video game ROM collection manager to help filter, sort, patch, archive, and report on collections on any OS.", "keywords": [ "1g1r", diff --git a/scripts/auto-changelog-release.hbs b/scripts/auto-changelog-release.hbs index 20d723dbf..e12a9f264 100644 --- a/scripts/auto-changelog-release.hbs +++ b/scripts/auto-changelog-release.hbs @@ -19,3 +19,8 @@ {{/each}} {{/if}} {{/each}} + + + igir, and other open-source projects like it, are a labor of love. They wouldn't be nearly as meaningful without the community supporting them. Constructive feedback and general positivity will always be welcome. Be kind to others, and be kind to yourselves. +
❤️ Christian
+