Skip to content

release: promote develop → main for v0.10.1 (landing video hotfix)#892

Merged
chronoai-shining merged 7 commits into
mainfrom
develop
Jun 5, 2026
Merged

release: promote develop → main for v0.10.1 (landing video hotfix)#892
chronoai-shining merged 7 commits into
mainfrom
develop

Conversation

@chronoai-shining

Copy link
Copy Markdown
Collaborator

Promotes developmain to 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.1 bump 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.

chronoai-shining and others added 7 commits June 5, 2026 14:14
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.
@chronoai-shining chronoai-shining merged commit a88e88f into main Jun 5, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant