* Fixed startup db check
* Relation tables are created automatically for IGDB metadata
* Removed JSON dependency from filters
* Removed JSON searches from Game library queries
* Gaseous now runs without error on MariaDB
* Fixed static database name bug
* Updated docker files and README
* Removed import block from LibraryScan (#150)
* Cache objects from database in memory to improve performance (#151)
* IGDB objects are now cached in memory
* Completed caching of PlatformMaps
* Check for null during cache clean (#153)
* Moved Bios info to the root of the platform map, started adding more content to the platform map to support collection naming options
* Major updates to the PlatformMap.json
* Added support for RetroPie directory structures and adding relevant BIOS files
* MAME DAT's can now be imported, beginning of DB updates
* Fixed various database bugs that occur during upgrade from earlier versions
* Removed collation and MySQL specific options from database scripts
* fix: added visual feed back for mass rom matching
* chore(deps): EmulatorJS version bump
* chore(deps): nuget package version bump
* feat: added cover art to the emulator
* ci: updated .gitignore
* ci: remove .DS_Store files
* feat: updated the about box, and labeled the IGDB user score
* chore(deps): EmulatorJS version bump
* feat: start of collections build, and styling changes
* fix: updated PlatformMap.json file with more platforms and fixed SNES extensions
* feat: more progress on romsets
* doc: updated readme to include new screenshots and discord link
* fix: repairs an issue where the author column in signatures was too narrow
* chore(deps): EmulatorJS version bump
* feat: Collection build code mostly complete
* fix: renamed collection classes to avoid conflicts in Swagger
* Re-wrote collection builder to correct major bugs and performance
* Completed collection builder and zipper
* API changes completed
* Fixed some last minute Collections API bugs
* Collections mostly complete. Todo: delete button
* Completed collections build
* feat: API support for uploading ROM’s
* fix: downloads of files larger than approx 300MB would cause an out of memory error
* fix: resolved broken bios path
* feat: added an upload button
* feat: EmulatorJS support - importing of BIOS files #15
* feat: added Bios controller to make Bios files available to the emulator, also resolved SNES identification issues (see: #25)
* feat: added firmware selector to emulator screen
* refactor: moved EmulatorJS to a subfolder
* feat: added firmware image availability page
* feat: added EmulatorJS support for Mega Drive, NES, and N64 (see: #15)
* doc: updated attribution in README.MD to include EmulatorJS
* ci: updated action to include submodules