Releases: rommapp/romm
v3.3.0-rc.1
What's Changed
- UI complete redesign by @zurdi15 in #934
- Covers are now fetch in their 1080p version by @zurdi15 in #934
- Now sibling roms can have different covers by @zurdi15 in #934
- Screenshots are fetch in their big version by @zurdi15 in #934
- Setup wizard added for new RomM installations by @zurdi15 in #976
- Added collections by @zurdi15 in #964
- Add favourites collection as special collection by @zurdi15 in #977
- SteamGridDB integration. Roms and collections can be edited with a SteamGridDB cover by @zurdi15 in #960
- Enhanced scan logs by @zurdi15 in #965
- Select main sibling added for merged roms in gallery by @zurdi15 in #963
- Allow users to edit their own profile by @zurdi15 in #975
- Fixed firmware drawer permissions by @zurdi15 in #956
- Added total filesize endpoint by @adamantike in #969
- Improved Docker image size by @adamantike in #947
- Install redis instead of building in Dockerfile by @gantoine in #945
- Fix section links and improve grammar/spelling in README.md by @TylerVigario in #914
- Add trunk.io checks by @gantoine in #868
- Add parallel-n64 to cores by @gantoine in #923
- Use core icon when showing version by @gantoine in #922
- Add interactive table of contents by @Nicmorris1820 in #924
- Added linuxserver/mariadb as alternative by @need4swede in #926
- Added large carousel on screnshot click by @zurdi15 in #932
- Resources structure migrated from
resources/{platform_slug}/{rom_name}
toresources/roms/{platform_id}/{rom_id}
. - Disabled zip compression on streaming multi-file download to increase speed by @adamantike in #983
- Prevent mass-purging of roms during scan if filesystem is not correctly mounted by @gantoine in #987
- Fixes and improvements everywhere
New Contributors
- @adamantike made their first contribution in #947
- @TylerVigario made their first contribution in #914
- @Nicmorris1820 made their first contribution in #924
- @need4swede made their first contribution in #926
- @lepture made their first contribution in #931
Full Changelog: 3.2.0...3.3.0-rc.1
v3.3.0-beta.3
What's Changed
- Setup wizard added for new RomM installations by @zurdi15 in #976
- Added collections by @zurdi15 in #964
- Add favourites collection as special collection by @zurdi15 in #977
- SteamGridDB integration. Roms and collections can be edited with a SteamGridDB cover by @zurdi15 in #960
- Enhanced scan logs by @zurdi15 in #965
- Select main sibling added for merged roms in gallery by @zurdi15 in #963
- Allow users to edit their own profile by @zurdi15 in #975
- Fixed firmware drawer permissions by @zurdi15 in #956
- Added total filesize endpoint by @adamantike in #969
- Improved Docker image size by @adamantike in #947
New Contributors
- @adamantike made their first contribution in #947
Full Changelog: 3.3.0-beta.2...3.3.0-beta.3
v3.3.0-beta.2
What's Changed
Full Changelog: 3.3.0-beta.1...3.3.0-beta.2
v3.3.0-beta.1
What's Changed
- Fix section links and improve grammar/spelling in README.md by @TylerVigario in #914
- Add trunk.io checks by @gantoine in #868
- Add parallel-n64 to cores by @gantoine in #923
- Use core icon when showing version by @gantoine in #922
- Add interactive table of contents by @Nicmorris1820 in #924
- Ddded linuxserver/mariadb as alternative by @need4swede in #926
- Feature/large carousel by @zurdi15 in #932
- Refactor/main layout by @zurdi15 in #934
New Contributors
- @TylerVigario made their first contribution in #914
- @Nicmorris1820 made their first contribution in #924
- @need4swede made their first contribution in #926
- @lepture made their first contribution in #931
Full Changelog: 3.2.0...3.3.0-beta.1
v3.2.0
BIOS file support
We've added the ability to mount (or upload) your BIOS/firmware files for any of the supported platforms. On top of that, when playing in browser with our EmulatorJS integration, you'll now be able to select both a BIOS file to load, and a core (when the system supports more then 1 core). Refer to the EmulatorJS for the complete list of available cores for each system.
Sharable & private notes
When viewing a game, you might notice a new tab called "Notes"; this is your notepad, a blank space to jot down just about anything. With full Markdown support, you have complete control over the style and layout of your note.
You're also able to make the note "public" (using the little eye icon next to the pencil), that is visible to every logged-in user on your instance. And if they do the same, you'll get access to their note, for easy sharing of tips and tricks.
Performance improvements
On collections of 1000+ games/platforms with 250+ roms, we've measured a 10x to 20x improvement in load times. RomM should now feel faster regardless of the size of your collection, with smoother gallery navigation, faster loading of games on scroll, and real pagination support in the list view.
What's Changed
- Games notes by @gantoine in #828
- Copy download link dialog by @zurdi15 in #846
- Firmware/BIOS support by @gantoine in #830
- Upgraded front packages and adapted code by @zurdi15 in #847
- Python package changes by @gantoine in #844
- Fixed gallery play button for not supported platforms by @zurdi15 in #848
- Fixed updating user images and ignore firmware files based on config by @gantoine in #851
- Purge platforms correctly on scan by @gantoine in #858
- Ruff-only pre-commit hooks by @gantoine in #855
- Added amiibo platform icon by @Casuallynoted in #869
- Fixed emulatorjs game loading when game have non-ascii characters in the name by @vincywindy in #872
- Fix search by ID for mobygames by @gantoine in #863
- Platform fetch performance improvements by @gantoine in #857
- Fixed uploading images for roms and users by @gantoine in #874
- Fixed rom download by @vincywindy in #876
- Improved general performance (10x faster load at home page and galleries) by @gantoine in #875
- Fixed scan view selectors by @zurdi15 in #878
- Whats new link fixed by @zurdi15 in #880
- Only scan platform when selected by @gantoine in #882
- Improved performance of Rom DB fetch by @gantoine in #883
New Contributors
- @vincywindy made their first contribution in #872
- @Deekerman a special shoutout for being a right PITA
v3.2.0-rc.4
v3.2.0-rc.3
What's Changed
- Fixed uploading images for roms and users by @gantoine in #874
- Fixed rom download by @vincywindy in #876
- Improved general performance (10x faster load at home page and galleries) by @gantoine in #875
- Fixed scan view selectors by @zurdi15 in #878
Full Changelog: 3.2.0-rc.2...3.2.0-rc.3
v3.2.0-rc.2
What's Changed
- Fixed updating user images and ignore firmware files based on config by @gantoine in #851
- Purge platforms correctly on scan by @gantoine in #858
- Ruff-only pre-commit hooks by @gantoine in #855
- Added amiibo platform icon by @Casuallynoted in #869
- Fixed emulatorjs game loading when game have non-ascii characters in the name by @vincywindy in #872
- Fix search by ID for mobygames by @gantoine in #863
- Platform fetch performance improvements by @gantoine in #857
New Contributors
- @vincywindy made their first contribution in #872
Full Changelog: 3.2.0-rc.1...3.2.0-rc.2
v3.2.0-rc.1
What's Changed
- Games notes by @gantoine in #828
- Copy download link dialog by @zurdi15 in #846
- Firmware/BIOS support by @gantoine in #830
- Upgraded front packages and adapted code by @zurdi15 in #847
- Python package changes by @gantoine in #844
- Fixed gallery play button for not supported platforms by @zurdi15 in #848
Full Changelog: 3.1.0-rc.3...3.2.0-rc.1
v3.1.0
Important
- The volume bound to
/romm/logs
needs to be removed, as it is no longer used - Binding a volume/folder for
/romm/config
is now required
What's Changed
- Run the backend under Gunicorn by @psych0d0g in #756
- Mobygames API support by @gantoine in #661
- Add additional platform icons (astrocade, pc-fx, etc.) by @Casuallynoted in #764
- Store fixtures in redis with indexes by @gantoine in #763
- Fix content disposition header by @gantoine in #767
- Fix nightly scans resetting igdb/moby IDs by @gantoine in #785
- Renamed some non-IGDB platform icons to work with Mobygames slugs by @Casuallynoted in #787
- Fixed viewer role UI permissions by @zurdi15 in #794
- Track last login and active times for users by @gantoine in #797
- Improved multi-select games by @zurdi15 in #799
- Improved custom art management by @zurdi15 in #796
- Fixed readme links by @zurdi15 in #800
- Added more configuration for external redis by @HellLord77 in #811
- Add platform + general upload roms dialog added by @zurdi15 in #804
- Added a button to copy download link by @zurdi15 in #810
New Contributors
- @HellLord77 made their first contribution in #811
Full Changelog: 3.0.3...3.1.0