The new Hasheous client has been integrated into Gaseous to take
advantage of the new updates to Hasheous that bring improved matching
and community contributions.
* Update to .net8.0 LTS (closes#271)
* Add ARM docker container support (closes#245)
* Library updates (closes#260 and #261)
* Database updates to support changes in the latest IGDB client version
* Version number will no longer be displayed when built from source
* Saved game icon now displays on game cover art in library
* Fixed casing error on save state download icon
* Migrate EJS from submodule to 7z download during docker build
* Updated README and gitignore
* Resized library search buttons
* Export to JSON now triggers the download rather than display of a formatted platform map
* More bug fixes
* Update PlatformMap for Amiga CDTV and CD32, and ColecoVision
* Fixed default platform setting for library scan
* Refactor of rematcher
* Temp unzips are no longer deleted immediately - now kept and cleaned up after 5 minutes
* Library Scan now spawns worker processes to perform scans in parallel. Number of workers is limited by MaxWorkers default = 4
* More logging
* More null reference checks
* Overhaul of ROM and MediaGroup handling in web page
* Minor collections updates
* Newlines are now replaced with breaks in HTML on Game summary page
* 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
* 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: 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