release: prepare Nova 1.4.2 - #276
Merged
Merged
Conversation
Bumps the Android app to versionName 1.4.2 and versionCode 44, promotes the Unreleased changelog entries into a dated 1.4.2 section with the release packaging and validation notes, adds the Google Play changelog for versionCode 44, and moves the release metadata test to the new identity. Nova 1.4.2 is the matched client for Polaris 1.4.2: per-game encoder selection in Play Setup and SHM capture treated as topology rather than a health failure.
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
Prepares Nova 1.4.2, the matched client for Polaris 1.4.2. No client code changes beyond #274, which is already on master; this is the release identity, the changelog, the store notes, and the test that pins them.
app/build.gradle: versionName 1.4.2, versionCode 44, so it installs cleanly over 1.4.1/43.CHANGELOG.md: the Unreleased entries (per-game encoder selection in Play Setup; SHM capture as topology rather than a health failure) become## 1.4.2 - 2026-09-04with the release packaging and validation notes in the house format;## Unreleasedstays as an empty heading.scripts/extract_release_notes.py v1.4.2extracts it cleanly.fastlane/metadata/android/en-US/changelogs/44.txt: Google Play notes, 461 code points.NovaReleaseMetadataTest: pins moved to 1.4.2/44 and the new changelog heading, plus the 1.4.2 host/client boundary sentence.Tagging follows through
bin/release.shon the merged master head; the tag build signs and publishes the three ABIs with their SHA-256 sidecars.Exact candidate
Commit:d3de90d635926aebb8c40e298ba7b836587561ceTree:540cb533431798feeeeac2d1598502afe6ab30d2Parent:20488d88f00aff0dc78c7a15cc677093758a496dBase:20488d88f00aff0dc78c7a15cc677093758a496dVerification
:app:testNonRoot_gameDebugUnitTest --tests com.papi.nova.NovaReleaseMetadataTest: 3/3 (JUnit report on disk, not a silently filtered run)bash scripts/check-public-docs.sh: cleanbash scripts/check-public-surface.sh: cleanpython3 scripts/extract_release_notes.py v1.4.2: extracts the sectiongit diff --check: cleanNot covered here: the full JVM suite, strict lint, and three-ABI release assembly run in CI on this PR;
bin/release.shruns them again locally before it tags. The Retroid Pocket 6 smoke of the published APK follows the tag build.