New Features:
- roms will automatically download for arcade cores
- updater process now only extracts zipfiles from github that contain openfpga cores, the rest will be skipped
- added a new cli parameter
-a, --all Extract all release assets, instead of just ones containing openFPGA cores.
- You can provide your github personal access token for the github api, to prevent hitting rate limits. Add it to the config object inside
pocket_updater_settings.jsonlike this:
"config": {
"download_assets": true,
"archive_name": "pocket-roms",
"github_token": "MY_TOKEN"
},