Releases: rommapp/romm
Releases · rommapp/romm
v1.8.2
v1.8.1
v1.8
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.
v1.7.1
v1.7
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
v1.6.4
v1.6.3
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
v1.6.1
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