chore(release): prepare Nova 1.4.3 - #282
Merged
Merged
Conversation
Bumps the Android app to versionName 1.4.3 and versionCode 45 so it installs cleanly over 1.4.2. The Unreleased changelog bullets become the 1.4.3 section with a one line summary: the matched client for Polaris 1.4.3 carries the portrait launch crash fix, the coded artwork search failures, the complete resolution and FPS lists, and the Command Center and NovaHUD polish. The Google Play notes for versionCode 45 say the same in under 500 characters, and NovaReleaseMetadataTest pins the new identity.
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.
Summary
CHANGELOG.md: the Unreleased bullets become## 1.4.3 - 2026-09-05with a one line summary; the section names the matched Polaris 1.4.3, the portrait launch crash fix (fix(game): tolerate a configuration change before the controller exists #277), the coded artwork search failures (fix(artwork): say why an artwork search failed #278), the complete resolution and FPS lists (fix(settings): offer native and custom resolutions and FPS in the modern lists #280), and the Command Center and NovaHUD polish (feat(command-center): put daily controls first and tidy Doctor, Stream, and HUD copy #281).fastlane/metadata/android/en-US/changelogs/45.txt: Google Play notes, 457 characters.NovaReleaseMetadataTestpins the new identity, heading, and store notes.Exact candidate
Commit:7540c87Tree:74792f726a09f073b51432421e7280a1d5c352cdParent:d361eb6Base:master at d361eb6Verification
python3 scripts/extract_release_notes.py v1.4.3extracts the 1.4.3 section;scripts/test_extract_release_notes.pyOKbash scripts/check-public-docs.shandbash scripts/check-public-surface.sh: clean:app:testNonRoot_gameDebugUnitTest --tests "*NovaReleaseMetadataTest": greenbin/release.shon master after merge runs both check scripts and the three ABI release assembly, then tagsv1.4.3; the tag build signs and publishes the six assets.Matched with papi-ux/polaris#612 (Polaris 1.4.3).