Skip to content

Releases: andrebrait/1g1r-romset-generator

1.9.11

22 Oct 09:20
a3a2e72
Compare
Choose a tag to compare
  • Add option to handle symbolic links and improvements (#35) (thanks @gvbr)
  • Add support for filtering out Aftermarket ROMs (#38) (thanks @cscribn)
  • Add support for filtering out Homebrew ROMs (#39) (thanks @cscribn)

1.9.10

25 Oct 20:31
1.9.10
1c27305
Compare
Choose a tag to compare

Add a few regions and codes that were missing (thanks to @regiregi22)

1.9.9

27 Jul 17:46
1.9.9
39e9b90
Compare
Choose a tag to compare

Fix byte operations on headered files

1.9.8

27 Jul 16:16
1.9.8
373e492
Compare
Choose a tag to compare

Fix header detection

1.9.7

27 Jul 14:31
1.9.7
c850a18
Compare
Choose a tag to compare

General bug fixes, add alphabetical grouping

Fixed #28 and a crash when in debug mode.
Also made file scanning a bit more resilient.
Added the --group-by-first-letter option to enable grouping ROMs alphabetically.

Ex.:
Roms that start with an A or a will be put in a subfolder a. This is true for all letters in the english alphabet, from a to z.
All other symbols and numbers will be put in a subfolder #.

1.9.6

23 Jun 22:40
1.9.6
4f37b6e
Compare
Choose a tag to compare

Fix a crash on Windows due to subfolder check being done differently now

More work for cross-platform path handling

22 Jun 18:33
1.9.5
d22e5b2
Compare
Choose a tag to compare

Use pathlib's standard way of making relative paths

Fix file path handling on Windows

22 Jun 17:52
1.9.4
2354cf7
Compare
Choose a tag to compare

This fixes file scanning on Windows under certain circumstances

Performance improvements for scanning zip files, better debug logs

21 Apr 14:58
1.9.3
1e1e655
Compare
Choose a tag to compare

The title pretty much says it all 😉

The improvements come from the fact it would read even folders inside zip files, even if that doesn't make much sense 🙃

No mode dependency on distutil, minor improvements

20 Apr 20:33
1.9.2
97f51d8
Compare
Choose a tag to compare

Mostly small fixes and improvements on the --debug mode.