Releases: andrebrait/1g1r-romset-generator
1.9.11
1.9.10
Add a few regions and codes that were missing (thanks to @regiregi22)
1.9.9
Fix byte operations on headered files
1.9.8
Fix header detection
1.9.7
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
Fix a crash on Windows due to subfolder check being done differently now
More work for cross-platform path handling
Use pathlib
's standard way of making relative paths
Fix file path handling on Windows
This fixes file scanning on Windows under certain circumstances
Performance improvements for scanning zip files, better debug logs
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
Mostly small fixes and improvements on the --debug
mode.