diff --git a/changelog.md b/CHANGELOG.md similarity index 94% rename from changelog.md rename to CHANGELOG.md index b0d942363..f47589566 100644 --- a/changelog.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v1.6.3 (_12-04-2023_) + +## 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-04-2023_) ## Added diff --git a/readme-dev.md b/README-DEV.md similarity index 100% rename from readme-dev.md rename to README-DEV.md diff --git a/readme.md b/README.md similarity index 96% rename from readme.md rename to README.md index fc6c998ae..cc340eac9 100644 --- a/readme.md +++ b/README.md @@ -15,6 +15,7 @@ For now, it is only available as a docker [image](https://hub.docker.com/r/zurdi * 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 +* Multiple files games support * Download games directly from your web-browser * Edit your game files directly from your web-browser * Region, revision/version and extra tags support @@ -27,7 +28,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) -* Multiple files games support - [issue #40](https://github.com/zurdi15/romm/issues/40) # Prerequisites @@ -49,9 +49,12 @@ RomM will try to find the structure 1 and if it doesn't exists, RomM will try to │ ├─ rom_1.gba │ ├─ rom_2.gba │ - ├─ gb/ - ├─ rom_1.gb - ├─ rom_1.gb + ├─ ps/ + ├─ my_multifile_game/ + │ ├─ my_game_cd1.iso + │ ├─ my_game_cd2.iso + │ + ├─ rom_1.iso ``` - Structure 2 (priority low) - roms folder inside each platform folder ``` @@ -66,10 +69,13 @@ RomM will try to find the structure 1 and if it doesn't exists, RomM will try to │ ├─ rom_1.gba │ ├─ rom_2.gba | - ├─ gb/ + ├─ ps/ │ ├─ roms/ - │ ├─ rom_1.gb - │ ├─ rom_1.gb + │ ├─ my_multifile_game/ + │ │ ├─ my_game_cd1.iso + │ │ ├─ my_game_cd2.iso + │ │ + │ ├─ rom_1.iso ``` # Preview