This will be the last release on RetroPie 4.5. Version 4.6 released on April 28th and supports Raspberry Pi 4. It also dropped support for Debian Stretch.
Notable features:
- Cheaper VM (PR #16)
- Copy ROMs script using rsync (see Readme:
copy-roms-to-file-share.sh
) (f44195c) - Support scraper credentials (see Readme:
add-scraper-credential.sh
) (22aef88) - Environment variables are now in
$HOME/.retro-cloud.env
and loaded by.bashrc
(instead of being inside it) (2650fbe) - Test script for downloading a freeware ROM and validating that it shows up in the Azure file storage (ab4ef55)
dev/download-freeware-roms.sh
dev/test-az-share.ps1
- Failure management
- Failed setups no longer requires logging into Azure Portal (see Readme:
teardown.sh
) (9b921a5) - Scripts are chattier, so it's easier to see what failed
- Failed setups no longer requires logging into Azure Portal (see Readme:
Notable fixes:
- Fixed breaking changes in Azure API's (529546c)
See PR's: