Skip to content

Releases: rommapp/romm

v2.0.1

29 Oct 11:41
fcd072e
Compare
Choose a tag to compare

Fixed

  • Fixed an error that caused to show the wrong roms for one platform if user navigates directly to that platform from a rom details page. Fixes #408

v2.0.0

27 Oct 11:58
dd9be8f
Compare
Choose a tag to compare

BREAKING CHANGES

  • Exposed port changed from 80 to 8080
    • You will need to update your docker-compose file to reflect this change
  • CLIENT_ID env variable renamed to IGDB_CLIENT_ID
  • CLIENT_SECRET env variable renamed to IGDB_CLIENT_SECRET
    • Current variable names are deprecated and will stop working in a future release

Added

  • Authentication and user management system (#24)
  • Gallery bulk selection (#50)
  • Uploading rom files
  • Uploading custom cover art
  • Setting custom name for roms folder through the ROMS_FOLDER_NAME environment variable (#356)
  • Added icons for more platforms
    • CD-i, 3DO, Neo Geo Pocket Color, Nintendo 64DD, Satellaview, Playdia, Pippin, Mac

Fixed

  • Fixed some checks before renaming a rom to avoid breaking names (#348)
  • A LOT of other minor bug fixes

Changed

  • Docker image size reduced significantly
  • Improved scanning and IGDB requests by returning first the exact match
  • Scan now times out at 4 hours to improve scans for larger libraries
  • Other minimal changes in platform icons

v1.10

15 Aug 21:38
19b3dd6
Compare
Choose a tag to compare

Added

  • Rom admin menu added to roms in gallery. Closes #28
  • Added ps2/opl naming convention support for roms scanning. Closes #324

Fixed

  • Fixed an error caused by the service worker that sometimes intercepts download requests and returns a bad response. Fixes #297
  • Fixed rom count in platform selector when deleting/scanning roms. Fixes #325

Changed

  • Improved scanning and IGDB requests logs. Fixes #317
  • Improved downloading process. Fixes #332

v1.9.1

01 Aug 13:40
Compare
Choose a tag to compare

Added

Fixed

  • Fixed multipart roms scanning.
  • Now platforms folders are case insensitive, allowing to have them lowercase or uppercase. Solves #282
  • Fixed a bug that caused the platforms drawer to dissapear after scan.

v1.9

01 Aug 00:53
f818194
Compare
Choose a tag to compare

Added

  • Region and revision system is now more robust and flexible. Solves #301. Check tags support

Fixed

  • Libraries are now paginated to improve performance in large collections. Solves #89 and #280
  • Downloads are now managed in the backend, allowing the web browser to manage the download progression and avoiding memory overload. Solves #266

v1.8.4

19 May 17:17
Compare
Choose a tag to compare

Fixed

  • Fixed broken scan in multi part games. Solves #262

v1.8.3

17 May 11:38
3be865d
Compare
Choose a tag to compare

Added

  • Added platforms to home page.
  • Added the scan log in real time in the scan section.
  • Added fast scan button in the gallery to direct scan the current platform. Solves #250
  • Added Game and Watch support. Partially solves #245
  • Added Amstrad CPC support. Partially solves #245
  • Added Game and Gear support. Partially solves #245
  • Added PC-98 support. Partially solves #245
  • Added Pokemini support. Partially solves #245
  • Added DOOM support. Partially solves #245

Fixed

  • Fixed a bug that caused scan to run twice. Solves #221
  • Improved RomM initial setup logs for bad folder structure configurations. Solves #217
  • Improved gallery loading when switching between view modes.

v1.8.2

08 May 23:53
ed81895
Compare
Choose a tag to compare

Added

  • Atari 2600 support added. Solves #224
  • Atari 7800 support added. Solves #226
  • Atari 5200 support added. Solves #225
  • Sega 32X support added. Solves #223
  • Nintendo Virtual Boy support added. Solves #222

Fixed

  • Fixed potentially malformed urls for covers and screenshots from IGDB. Solves #216
  • Fixed potentially scan fail with some games with large names. Solves #229

v1.8.1

28 Apr 12:54
5ae95bc
Compare
Choose a tag to compare

Added

  • Now it is possible to search a rom match by Name and by ID. Solves #208
  • Now screenshots are displayed in screenshots tab (Complete scan needed in order to fetch screenshots from IGDB). Partially solves #57
  • Now more rom properties can be manually edited. Solves #140

v1.8

26 Apr 01:25
9cf4d04
Compare
Choose a tag to compare

Added

  • Home screen.
  • Config option to associate custom system folders to platforms (Complete scan needed). Check config.yml example. Solves #152.
  • Sega Saturn and Master System support added. Check platforms support. Solves #194.
  • Progress bar when games are being downloaded.

Changed

  • Routes to different RomM sections and games changed now allow share direct links to platforms and games.
  • RomM now can scan subdirectories in a multi-part game. Solves #179.
  • Settings and Scan sections are now in the main drawer menu.
  • Some UI changes.

Fixed

  • Code base stability and speed improved.