Releases: rommapp/romm
Releases · rommapp/romm
v2.1.0
Added
- Added
Scheduler
to run scheduled scans andWatchdog
to perform scans when adding/renamed/deleted any rom from the filesystem. Added a lot of new environment variables to configure both features. Check the readme.md for an explanation of how to configure them. - Added new
REDIS_PASSWORD
environment variable to support secured redis with pasword. Closes #412 - New
Recently Added
section in the dashboard shows the last 15 added roms. Closes #400
Fixed
- Upload rom feature is now working properly.
- Fixed order roms by size in the gallery list view. Fixes #423
Changed
- Now platforms without roms will be hidden in the drawer and the dashboard. Closes #396
v2.0.1
v2.0.0
BREAKING CHANGES
- Exposed port changed from
80
to8080
- You will need to update your docker-compose file to reflect this change
CLIENT_ID
env variable renamed toIGDB_CLIENT_ID
CLIENT_SECRET
env variable renamed toIGDB_CLIENT_SECRET
- Current variable names are deprecated and will stop working in a future release
Added
- Authentication and user management system (#24)
- Check the docker-compose.example.yml for all the needed changes and environment variables
- Gallery bulk selection (#50)
- Uploading rom files
- Uploading custom cover art
- Setting custom name for
roms
folder through theROMS_FOLDER_NAME
environment variable (#356) - Added icons for more platforms
- CD-i, 3DO, Neo Geo Pocket Color, Nintendo 64DD, Satellaview, Playdia, Pippin, Mac
Fixed
- Fixed some checks before renaming a rom to avoid breaking names (#348)
- A LOT of other minor bug fixes
Changed
- Docker image size reduced significantly
- Improved scanning and IGDB requests by returning first the exact match
- Scan now times out at 4 hours to improve scans for larger libraries
- Other minimal changes in platform icons
v1.10
Added
- Rom admin menu added to roms in gallery. Closes #28
- Added ps2/opl naming convention support for roms scanning. Closes #324
Fixed
- Fixed an error caused by the service worker that sometimes intercepts download requests and returns a bad response. Fixes #297
- Fixed rom count in platform selector when deleting/scanning roms. Fixes #325
Changed
v1.9.1
Added
- RomM logs are now stored in
/romm/logs
in docker and path can be binded in docker-compose. Check docker-compose.example.yml. Solves #303
Fixed
- Fixed multipart roms scanning.
- Now platforms folders are case insensitive, allowing to have them lowercase or uppercase. Solves #282
- Fixed a bug that caused the platforms drawer to dissapear after scan.
v1.9
Added
- Region and revision system is now more robust and flexible. Solves #301. Check tags support
Fixed
v1.8.4
v1.8.3
Added
- Added platforms to home page.
- Added the scan log in real time in the scan section.
- Added fast scan button in the gallery to direct scan the current platform. Solves #250
- Added Game and Watch support. Partially solves #245
- Added Amstrad CPC support. Partially solves #245
- Added Game and Gear support. Partially solves #245
- Added PC-98 support. Partially solves #245
- Added Pokemini support. Partially solves #245
- Added DOOM support. Partially solves #245