From 2c0afcc55a1dff643d0613baa9744aa88aaa1344 Mon Sep 17 00:00:00 2001 From: zurdi zurdo Date: Thu, 30 Mar 2023 18:13:31 +0200 Subject: [PATCH] updated changelog and readme --- changelog.md | 4 ++-- readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 7487083ce..0b956dace 100644 --- a/changelog.md +++ b/changelog.md @@ -2,12 +2,12 @@ **`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. +In order to make the new features 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](readme.md#⚠️-folder-structure) + - 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](readme.md#⚠️-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](readme.md#configuration). diff --git a/readme.md b/readme.md index a278cfde9..d3147fb38 100644 --- a/readme.md +++ b/readme.md @@ -14,6 +14,7 @@ For now, it is only available as a docker [image](https://hub.docker.com/r/zurdi * Scans your game library (all at once or by platform) and enriches it with IGDB metadata * Access your library via your web-browser * Possibility to select one of the matching IGDB results if the scan doesn't get the right one +* EmuDeck folder structure compatibility * Download games directly from your web-browser * Edit your game files directly from your web-browser * Region, revision/version and extra tags support @@ -26,7 +27,6 @@ For now, it is only available as a docker [image](https://hub.docker.com/r/zurdi * Upload games directly from your web-browser - [issue #54](https://github.com/zurdi15/romm/issues/54) * Manage save files directly from your web-browser - [issue #55](https://github.com/zurdi15/romm/issues/55) * Set a custom cover for each game - [issue #53](https://github.com/zurdi15/romm/issues/53) -* EmuDeck folder structure compatibility - [issue #52](https://github.com/zurdi15/romm/issues/52) * Multiple files games support - [issue #40](https://github.com/zurdi15/romm/issues/40) # Prerequisites