Release Notes
New features:
- Media file matching is now case-insensitive
- Added config option to treat all arcade systems as a single 'arcade' meta-system
- Shuffling of media file order is now configurable
Full Changelog
- Added support for new games systems in Recalbox v9.1
- Media file matching is now case-insensitive
e.g. a rom namedStar Wars.zip
now matches media files namedstar wars.*
- Added config option
shuffle
([slideshow]
section) to control whether matching media are shown in a random order (shuffle = yes
) or in sequential filename order - Added config option
arcade_system_enabled
([media]
section) to treat all arcade systems as a single 'arcade' meta-system - Added link to a short demo video in the README
- Added more sources of marquee images to the media README file
Fixes
- Fixed bugs in install scripts; improved PC script for locating display outputs
- Fixed bug in theme update script
artwork/update.sh
- Fixed typo in artwork converter script
artwork/convert_artwork.py
- Fixed malformed header block in RasPi manual install instructions
Other Changes
- Documentation improvements
- Installation script improvements
- Refactored artwork converter script
- Renamed remote install script for consistency
- systemd unit file (for remote machine use) now starts program with
python3 -m dynquee
- Code linting fixes