chore: release v0.8.42 - #3988
Merged
Merged
Conversation
- Studio preview works for projects whose path has non-Latin-1 characters (#3982) - Studio render downloads use RFC 6266 headers for non-Latin-1 filenames (#3984) - check --json reports HDR auto-promotion; render prints one warning (#3985) - Forced --sdr renders tone-map HDR sources before extraction (#3981) - Render/preview workers no longer survive as orphans after Ctrl-C or parent exit; cancellation reaches final artifact promotion; HYPERFRAMES_RENDER_DETACHED=1 for intentionally detached renders (#3974) - HDR preflight test coverage for held tails (#3963) Co-Authored-By: Miguel Ángel <miguel.sierra@heygen.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
- #3982 entry: a Studio preview server crash for compositions whose file path has non-Latin-1 characters (the project directory is not involved) Co-Authored-By: Miguel Ángel <miguel.sierra@heygen.com>
- #3982 entry: the uncaught ETag TypeError took the preview server down, so call it a Studio preview server crash rather than a preview failure Co-Authored-By: Miguel Ángel <miguel.sierra@heygen.com>
miguel-heygen
approved these changes
Sep 16, 2026
Merged
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.
Publishes the fixes merged to
mainsince v0.8.41 (2026-09-15):Content-Dispositionwith an ASCII fallback and UTF-8filename*).check --jsonnow reports HDR auto-promotion (triggering asset and resulting output pipeline), andrenderprints exactly one warning when it fires.--sdrrenders tone-map HDR sources before frame extraction, fixing the cool color cast versus the Studio preview on Linux.HYPERFRAMES_RENDER_DETACHED=1opts a render out of parent tracking for intentionally detached runs.This PR changes only package/plugin versions, the changelog, and release notes. No source files change. Version bump produced by
bun run set-version 0.8.42; the file set matches the v0.8.41 release PR (#3966) exactly, and no0.8.41remains in any package.json or plugin.json.Compare: v0.8.41...release/v0.8.42
Merging this PR publishes: the workflow creates the v0.8.42 tag, publishes npm, and cuts the GitHub release.
— Miga