Update romm to version 3.8.1 (#2351)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
Alexander L. 2025-03-18 13:01:33 +01:00 committed by GitHub
parent fc61f6392f
commit d8ae02c0f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 25 additions and 3 deletions

View File

@ -9,7 +9,7 @@ services:
server:
user: "1000:1000"
image: rommapp/romm:3.7.3@sha256:45bfde6088e217b0f050064ca2146bbbf052a559112567cf129e17f52fd07f5b
image: rommapp/romm:3.8.1@sha256:9a732c9efb4ea70d6cc5818c7d732a4a990fd06b3e1e90600023459942270463
volumes:
- ${APP_DATA_DIR}/data/resources:/romm/resources
- ${APP_DATA_DIR}/data/redis:/redis-data

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: romm
category: media
name: RomM
version: "3.7.3-1"
version: "3.8.1"
tagline: A beautiful, powerful, self-hosted rom manager
description: >-
👾 RomM (ROM Manager) allows you to scan, enrich, browse and play your game collection with a clean and responsive interface.
@ -36,4 +36,26 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
This update fixes a bug that prevented the app from working on older versions of umbrelOS.
⚠️ It is recommended that you complete a quick scan of your RomM library BEFORE updating. To do this, navigate to the scan page in the RomM app by selecting the bottom icon in the left sidebar.
You can also navigate to the scan page at http://umbrel.local:4002/scan
This update brings a lot of new features and improvements to RomM:
- Screenscraper.fr integration as a metadata provider alternative to MobyGames
- New autogenerated collections based on genre, franchise, developer and game mode
- Added official muOS app support for Anbernic devices to connect directly to your RomM server
- Kiosk mode for read-only access, perfect for public displays
- Improved EmulatorJS with reliable autosaving and multi-disk game support
- Redesigned file hashing system for better multi-file game handling
- Enhanced folder structure support, properly handling deeply nested folders
- Refreshed UI with modern design, transition effects, and improved responsiveness
- Fixed issues with multi-disk games, MySQL compatibility, and metadata handling
- Added new platform icons and improved configuration options via environment variables
- Added Japanese locale
- Filtering by tag now shows games across all platforms
- Improved virtual gamepad layout on mobile for emulatorjs
- Enhanced firmware endpoint functionality
- Various bug fixes and performance improvements
For full release notes, visit https://github.com/rommapp/romm/releases