Add Maestro build tag to Help scene version number#6084
Closed
j0ntz wants to merge 1 commit into
Closed
Conversation
Appends a -m suffix to the version string shown in the Help modal when the app is a Maestro test build, so QA/devs can tell at a glance that a Maestro build is installed.
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Contributor
Author
6 tasks
Contributor
Author
|
Superseded by #6105, which consolidates this and 11 other small GUI task branches into one PR/branch per the umbrella task's instructions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


CHANGELOG
Does this branch warrant an entry to the CHANGELOG?
Dependencies
none
Requirements
If you have made any visual changes to the GUI. Make sure you have:
Description
Appends a
-msuffix to the version string shown in the Help modal footer when the app is a Maestro test build (ENABLE_MAESTRO_BUILD), so QA/devs can tell at a glance that a Maestro build is installed rather than a normal debug build.Asana task
Note
Low Risk
Display-only change in the Help modal; no auth, payments, or wallet logic affected.
Overview
The Help modal footer version string now appends a
-msuffix when the app is a Maestro test build (isMaestro()), so QA and devs can tell at a glance that a Maestro install is running instead of a normal debug build. Build number display is unchanged.CHANGELOG updated for the unreleased section.
Reviewed by Cursor Bugbot for commit ff384fc. Bugbot is set up for automated code reviews on this repo. Configure here.