Skip to content

ROM Analyzer 1.1.0

Latest

Choose a tag to compare

@Pobega Pobega released this 17 Dec 18:29
· 4 commits to main since this release

What's Changed

Too much to list for this release, since it's our first official Github release. But to cover the basics:

  • Threading support added
    • --threads/-t <n> to specify the number of threads.
  • CHD and Zip optimizations
    • We now only read the first 128kb of the files to lower memory consumption.
  • Added more RomAnalyzerError types
    • More useful for anyone wanting to use this as a library in their code.
  • JSON output ('--json/-j`)
    • Useful for calling to the rom analyzer binary in a scripted fashion.

Full Changelog: https://github.com/Pobega/ROM-Analyzer/commits/1.1.0