Skip to content

Releases: avojak/libretrodb-sqlite

3.0.0 Release

04 Nov 23:13
5cc0bd9
Compare
Choose a tag to compare
  • Deduplicate games by leveraging the serial ID to allow multiple ROMs to reference a single game entry. This allows filling in more "missing" data where multiple ROMs (different checksums) are the same game, but only one row in the original dataset contained all the metadata. As a result, the roms and games tables should now be inner joined on the serial_id field.
  • Adds new tables for publisher, and rating
  • Adds a new field for user count

2.0.0 Release

03 May 00:33
Compare
Choose a tag to compare
  • Update display_name to remove region information and instead introduce a new full_name field
  • Remove description field which doesn't currently contain any useful information

1.0.1 Release

27 Apr 22:04
Compare
Choose a tag to compare

Fix missing release_year and release_month data for all games.

1.0.0 Release

22 Apr 21:54
Compare
Choose a tag to compare

Initial release