Skip to content

Releases: rommapp/romm

v1.7.1

15 Apr 01:09
520e703
Compare
Choose a tag to compare

Added

  • New UI feel with the new RomM color palette

Changed

  • Roms size is now human readable (full scan needed in order to adapt the changes)

Fixed

  • Fixed a bug where multi file roms could break the scan if the rom name have a dot.

v1.7

14 Apr 14:11
541744f
Compare
Choose a tag to compare

Added

  • More options and flexibility to prevent files/folders to be scanned. Check config.yml example
  • Config file example added to docker/config.example.yml

Changed

  • Rom details page revamped
  • RomM logo revamped

v1.6.5

12 Apr 22:53
c85e066
Compare
Choose a tag to compare

Added

  • Multiple games gallery display modes

Changed

  • Some fixes and improvements

v1.6.4

12 Apr 13:57
43a722a
Compare
Choose a tag to compare

Added

  • Now RomM allows to fix missmatched games by searching by IGDB id manually
  • WonderSwan and WonderSwan Color support added

v1.6.3

11 Apr 23:14
82cfd36
Compare
Choose a tag to compare

Added

  • Support for multi file games: Now RomM can scan a folder with the game name and all of its files inside the folder. No need to match the folder with the files inside. Download feature can download a zip with the entire game and all of the files or just the desired ones.
  • Some UI tweaks

v1.6.2

04 Apr 14:37
e85c5e6
Compare
Choose a tag to compare

Added

  • Support for commodore64

Fixed

  • Searching in IGDB for games in not supported platforms doesn't raise an error anymore

v1.6.1

04 Apr 10:47
fb1d301
Compare
Choose a tag to compare

Added

  • Now sqlite database location needs to be binded to /romm/database. Check docker-compose example.
  • Now resources location (games cover) needs to be binded to /romm/resources. Check docker-compose example.
  • More platforms support. Check platforms support
  • Now RomM version appears in the bottom of the settings panel

Fixed

  • Download feature is now fixed for RomM structucture 1

Changed

  • Library path binding changed from /library to /romm/library. Check docker-compose

v1.6

31 Mar 12:52
c26cfbf
Compare
Choose a tag to compare

Added

  • Smart scan: now RomM will only scan the changes in the filesystem, making the scan process too much faster. Added an option to force a full scan.
  • Now game files can be renamed after the name matched in IGDB, keeping the tags.

v1.5.1

30 Mar 23:32
b6a5fd4
Compare
Choose a tag to compare

Fix

  • Delete game now works properly

v1.5

30 Mar 16:11
e2f4290
Compare
Choose a tag to compare

Breaking change

In order to make the new features structure to work, it is mandatory this time to drop all the database. This will only make you need to re-scan, but you won't lose the cover changes or file changes you made.

I apologize for the inconveniences this may cause, as this is a new software, it may change a little bit the first weeks, at least until I can develop a proper way to migrate between versions. I hope you can understand these initial wipes in order to make a better tool.

Added

  • Now RomM folder structure is more flexible to match two different patrons by priority. This change makes RomM Emudeck compatible at least with single file games platforms. Check folder structure

  • Added config file support to exclude folders and specific extension files to be scanned. To reload config file RomM reload is needed. Check config.

  • Added tags support for region, revision/version and generic tags. Tags must have the right prefix to allow RomM scan them properly. Check tags.