Releases: rommapp/romm
Releases · rommapp/romm
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
Fixed
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.