Add a release picker to the retro console bundle updater - #724
Conversation
The Console Cores section always pulled the rolling "latest" tag, so a bad bundle could only be undone by unpacking an older archive by hand. RetroBundle now resolves bundle-info.json and retro-consoles.tzst from any release tag, lists the available tags from the GitHub releases API, and persists the chosen channel. The settings group gains a Release dropdown that defaults to Latest; picking a dated release re-checks against that tag and installs it over the bundle directory through the existing verify/extract path.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
[Feature Request / Bug] Support for multi-touch combo actions when overlapping touch gamepad buttons Currently, when two touch gamepad buttons are mapped on top of each other (overlapped) in the input controls editor, pressing the overlapping area only triggers one button. The touch layout does not register both button inputs simultaneously. |
The Console Cores section always pulled the rolling "latest" tag, so a bad bundle could only be undone by unpacking an older archive by hand.
RetroBundle now resolves bundle-info.json and retro-consoles.tzst from any release tag, lists the available tags from the GitHub releases API, and persists the chosen channel. The settings group gains a Release dropdown that defaults to Latest; picking a dated release re-checks against that tag and installs it over the bundle directory through the existing verify/extract path.