From 71d3d66f4a8dc245f6b59a32f617560e5ee974ec Mon Sep 17 00:00:00 2001 From: Vance Ingalls Date: Wed, 23 Sep 2026 23:35:51 -0700 Subject: [PATCH] docs(release): list #4330 in the v0.8.71 release notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The v0.8.71 release PR (#4395) was cut from d1048cf98, but #4330 merged onto main before it, so the squash commit the tag points at — and the packages the publish workflow built from the merge ref — include the data-vfx-chain backdrop capture and the luma-matte/noise kernels. The generated notes never saw that commit. Add it under Features in both notes files, extend the summary sentence, and put Runtime in the docs entry's tags the way the generator would have. Co-Authored-By: Claude Fable 5.1 --- docs/changelog.mdx | 8 ++++++-- releases/v0.8.71.md | 6 +++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 9f7aab292e..64b2888d33 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -11,9 +11,13 @@ Recent HyperFrames releases, including user-facing features, fixes, and migratio -Apps that embed Studio's timeline can now import its component styles on their own, so clips and their labels look the same as in Studio. Studio also refreshes its file tree when files change outside it, and video probing handles files that report no stream duration. +Apps that embed Studio's timeline can now import its component styles on their own, so clips and their labels look the same as in Studio. Studio also refreshes its file tree when files change outside it, and video probing handles files that report no stream duration. Effects chains gain a backdrop capture for adjustment-layer effects and two new two-source kernels, luma matte and noise. + +## Features + +- **Runtime:** Data-vfx-chain backdrop capture and two-source kernels (luma-matte, noise) ([84e36fc16](https://github.com/heygen-com/hyperframes/commit/84e36fc16afcc9d5979f92b50b230bf0b8c29bb9), [#4330](https://github.com/heygen-com/hyperframes/pull/4330)). ## Fixes diff --git a/releases/v0.8.71.md b/releases/v0.8.71.md index 81f26b0643..21c54e68ab 100644 --- a/releases/v0.8.71.md +++ b/releases/v0.8.71.md @@ -2,7 +2,11 @@ Released on 2026-09-24. -Apps that embed Studio's timeline can now import its component styles on their own, so clips and their labels look the same as in Studio. Studio also refreshes its file tree when files change outside it, and video probing handles files that report no stream duration. +Apps that embed Studio's timeline can now import its component styles on their own, so clips and their labels look the same as in Studio. Studio also refreshes its file tree when files change outside it, and video probing handles files that report no stream duration. Effects chains gain a backdrop capture for adjustment-layer effects and two new two-source kernels, luma matte and noise. + +## Features + +- **Runtime:** Data-vfx-chain backdrop capture and two-source kernels (luma-matte, noise) ([84e36fc16](https://github.com/heygen-com/hyperframes/commit/84e36fc16afcc9d5979f92b50b230bf0b8c29bb9), [#4330](https://github.com/heygen-com/hyperframes/pull/4330)). ## Fixes