Releases: nilp0inter/MiSTer_WebMenu
Releases · nilp0inter/MiSTer_WebMenu
v0.5.0
Features
- Game catalog. Scan filesystem for ROMs (based on RetroArch Database). #11
- Display ROMs screenshots in menu. #11
- Filter found ROMs by name and/or folder. #11
- Launch ROMs automatically via keyboard emulation. #12
Fixes
- Avoid crash when no MRA/RBF are found. #15
- Find mame ROMs under "games/{mame, hbmame}". #15
- Find RBF files in the SD root. #15
- Find RBF files under "_*/cores". #15
Known Bugs & Limitations
- RBF files supporting MRA files are shown in the interface. This may be confusing to new users. See #16
- Only Zip files containing one file can be loaded automatically. Zip files with more than one file are detected but incorrectly loaded. #19
- Auto-loader doesn't support CD-based systems yet.
- Curent ROM load method is based on a virtual keyboard. Any input from the user during the load process will result in a load failure. Don't mess with the controller during the load process.
Thanks
- @yavimaya and @Pezz82 for testing the release candidates
- @molnara for bug reporting and testing
- @Locutus73 for helping me with a virtual keyboard code example
v0.5.0rc6
feat: a better folder navigation for big filesystems
v0.5.0rc5
feat: run content on custom core
v0.5.0rc4
feat: load games from the web (missing some platforms)
v0.5.0rc3
feat: load game loader script on boot
v0.5.0rc2
fix: add debug trace on rbf/mra scan
v0.5.0rc1
feature: implement game folders scanning
v0.4.2rc2
fix: look for roms in games/{mame,hbmame}. Closes #17
v0.4.2rc1
fix: Avoid null on empty lists. Scan SD root for RDF. Scan "cores" su…