Release Ultimate USB companion as 2.3 RC3 - #16
Conversation
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4d1ac47367
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| -D NEONPOCKET_RCC6_UI_EXTENSIONS=1 | ||
| -D NEONPOCKET_ULTIMATE=1 | ||
| -D NEONPOCKET_ULTIMATE_VERSION='"2.3.0-rc.2"' | ||
| -D NEONPOCKET_ULTIMATE_VERSION='"2.3.0-rc.3"' |
There was a problem hiding this comment.
Update the on-device release alert to RC3
When a user selects the Ultimate version/about entry, this RC3 build still displays Ultimate 2.3 RC2 / MC 1.17.0+RX because UltimateUIScreen.cpp:1113 hard-codes the previous release label instead of using NEONPOCKET_ULTIMATE_VERSION. Thus the BLE, USB, and Web RC3 images contain the new metadata marker but report RC2 through the on-device UI, making installed-version identification unreliable.
Useful? React with 👍 / 👎.
Bumps the shared Ultimate version contract to 2.3.0-rc.3 after adding the native-USB companion target. Regenerates the deterministic WebUI asset and aligns the signed NPU workflow, on-device metadata, documentation, and release filenames.\n\nLocal WebUI build/verification passed; exact BLE/Web/USB firmware builds will run in GitHub Actions.