release: promote develop → main for v0.10.1 (landing video hotfix)#892
Merged
Conversation
chore: sync main → develop after v0.10.0
The 4K upscale (#862) re-encoded ornn-intro.mp4 to H.264 Level 6.0 at 5184px wide. That exceeds the hardware decoder limits of phones and most laptops (~Level 5.1 / 4096px — Level 6.x targets 8K and is essentially never hardware-supported on mobile), so those devices cannot decode the stream and the hero freezes on the poster frame. It plays only on the author's desktop, whose GPU/software path handles Level 6.0 — which is why the regression was invisible in local review. Revert ornn-intro.mp4 and ornn-intro-poster.jpg to their pre-4K (#859) bytes: 2592x1080, H.264 High Level 5.0, ~19MB, faststart, no audio. Same 2.4:1 framing and burned-in caption band; on a blurred full-bleed decorative background the resolution drop is imperceptible while playback now works on every phone and laptop. The 65MB -> 19MB drop also helps on mobile data. No HeroVideo component change — the bug was purely the asset spec. Regression of #862.
Patch bump (fixed group ornn-api + ornn-web) for the landing hero video decode fix.
…eo-decode fix(web): landing hero video frozen on phones — revert 4K to decodable 1080p H.264 (#870)
Curated user-facing notes for the landing hero video decode fix. Dated 20260606 (next-day) because v0.10.0 already shipped a 20260605 notes file this same UTC day, and the release workflow picks the most recent dated file by filename sort.
Docs/CI-only PR; satisfies check-changeset without adding a version bump.
…0606 docs: v0.10.1 release notes (#890)
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.
Promotes
develop→mainto cut v0.10.1.Carries one product change since v0.10.0: the landing hero video decode fix (#870) — reverts the 4K (H.264 Level 6.0 / 5184px, undecodable on phones & most laptops) asset to a universally-decodable 1080p (2592×1080, H.264 High Level 5.0) encode.
Pending changeset:
fix-870(patch) → v0.10.1. Release notes:.github/release-notes-20260606.md.On merge, the changeset-release workflow opens the
release/v0.10.1bump PR; squash-merge that, then it tags + publishes the GitHub Release and opens the post-release sync PR (merge as a merge commit).Closes #890.