chore: release v0.4.45#628
Closed
jrusso1020 wants to merge 1 commit intomainfrom
Closed
Conversation
Collaborator
Author
|
Closing — pushing version bump directly to main per release process. |
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.
Release v0.4.45 — patch bump of all
@hyperframes/*packages (andhyperframesCLI) from v0.4.44.Merging this PR triggers the publish workflow, which tags
v0.4.45and publishes to npm under thelatestdist-tag.Changes since v0.4.44
Render robustness (#627)
0e541673) —readyState >= 2on<video>readiness checks (was >= 1) so slow-decoding clips don't paint a black first frame;-bf 0for libx264/nvenc/qsv/vaapi h264 paths to eliminate negative-DTS freezes in VS Code preview, several browser<video>impls, and some HW decoders.2f96d5c7) —path.join(projectDir, "../assets/foo")previously escaped the project root and silently froze sub-comp<video>at frame 0; now mirrors browser-style..clamping with a stderr warning on extraction misses.b836941f,39bc3749,6fb782fc) — newer libavformat builds (and our ownhyperframes remove-background) write the alpha sidecar tag asALPHA_MODE(uppercase), which we previously misclassified as no-alpha. Default to codec-based alpha capability when the tag is missing.f4ecf969) — extend-bf 0to GPU h264 paths, detect mid-path..traversal in sub-comp sources, dedupe stderr warnings, replacestartsWith("/")withisAbsolute()for Windows compatibility in the HDR probe path.remove-backgroundquality (#627)remove-background(688052d3).5fca4bec,b8b82fa8).Test infrastructure
7d1d8ead) — symmetric PSNR comparison should always sample within the duration both videos cover; previously the harness used the rendered duration alone, which could land the last checkpoint on a frame that didn't exist in the snapshot when encoder/mux flags shifted container metadata duration. Repaired the regression run after the encoder change above.Skills (does not ship to npm)
hyperframes-cliinto a newhyperframes-mediaskill (refactor(skills): split asset preprocessing out of hyperframes-cli #619) — TTS / transcribe / remove-background guidance moved out of the CLI dev-loop skill so agents auto-load only what's relevant to the task.All commits since v0.4.44 are fixes or internal changes — no public API changes.