From 2ee8608cc7cc4b83eb2476cc6e6cac59c5338451 Mon Sep 17 00:00:00 2001 From: zurdi zurdo Date: Tue, 4 Apr 2023 09:53:02 +0200 Subject: [PATCH] resources custom location added --- changelog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index bcc8c081b..475f54924 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,8 @@ # v1.6.1 (_04-04-2023_) ## Added - - Now sqlite database location can be binded to ``/romm/database``. Check docker-compose example. + - Now sqlite database location can be binded to ``/romm/database``. Check [docker-compose](docker/docker-compose.example.yml) example. + - Now resources location (games cover) can be binded to ``/romm/resources``. Check [docker-compose](docker/docker-compose.example.yml) example. - More platforms support. Check [platforms support](https://github.com/zurdi15/romm#platforms-support) ## Fixed - Download feature is now fixed for RomM structucture 1 @@ -30,7 +31,7 @@ I apologize for the inconveniences this may cause, as this is a new software, it ## 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) - - 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). + - Added config file support to exclude folders and specific extension files to be scanned. Config file can be binded to ``/romm/config.yml`` .To reload config file RomM reload is needed. Check [config](readme.md#configuration). - Added tags support for region, revision/version and generic tags. Tags must have the right prefix to allow RomM scan them properly. Check [tags](readme.md#📑-tags-support).