chore: release 0.1.5#70
Merged
Merged
Conversation
Patch release bundling the four upstream-PR cherry-picks (#69) plus the test-side unknown reduction series (#66, #67, #68). Per-PR notes: - #66 — tighten error-event listener signatures (test/) - #67 — replace test mocks with FfmpegCommandThis; widen lib event / config types to match impl (ReportingError export, codecData variadic, ScreenshotsConfig mixed-array, writeToStream with PipeOptions first arg) - #68 — replace remaining test mock interfaces with FfmpegCommandThis, drop the test-side `as` casts - #69 — cherry-pick four upstream bug fixes: scientific-notation seek/duration argv (upstream fluent-ffmpeg#1131), `-loglevel +level` progress (upstream fluent-ffmpeg#928), filenames-event array copy (upstream fluent-ffmpeg#1017), codecData audio_details / video_details init (upstream fluent-ffmpeg#1301) Internal-only refactors (#66 / #67 / #68) widen four public type declarations that were previously inaccurate (all type-only widenings — consumers' previously-narrower code keeps compiling). The four cherry-picked fixes are pure bug fixes; #69's CHANGELOG entry calls out one de facto type-only behaviour change (option-list internal representation for seek/duration args now uniformly stores strings). See CHANGELOG.md for full per-fix notes including upstream PR refs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Patch release bundling the test-side `unknown` reduction series and the four upstream-PR cherry-picks merged since 0.1.4.
Items to Confirm / Review
Verification
🤖 Generated with Claude Code