Prepare v5.2.0-beta4 - #13226
Merged
Merged
Conversation
Add the 28 PRs (plus the Japanese translation commit) merged since the v5.2.0-beta3 tag to the change log - the fragmented MP4/DASH subtitle support, the source view find/replace, the go to first/last line shortcuts, the beta 3 regression fixes reported by GrampaWildWilly, and the CrispEmbed/OmniVoice/ffmpeg updates - and bump the version in Se.cs. Co-Authored-By: Claude Opus 5 <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.
Opens the v5.2.0-beta4 change log section and bumps
Se.Version.Coverage
28 PRs merged since the
v5.2.0-beta3tag, enumerated by ancestor-checking every merged PR's merge commit against the tag (git merge-base --is-ancestor <sha> v5.2.0-beta3) rather than readinggit log, plus one direct commit to main (the Japanese translation, 45b2f85). Every merge commit inv5.2.0-beta3..mainmaps to a PR in the list, so nothing was squash-merged past the sweep.Credits come from each PR's linked issue author: fraternl (#13117), AliNet1974 (#13160), GrampaWildWilly (#13185, #13190, #13191, #13187, #13194, #13207), subof (#13196), perkesfurmah-collab (#13205), DarkSwan86 (#12970), Shaima-Almarzooqi (#12087), plus the translation PR authors.
Not listed, per the usual convention: internal-only work (#13176 was beta3's own prep; the English.json regeneration in 17f5c08; the
LanguageFileFormatStringTestsregression guard).Not touched
English.json,Polish.jsonandKorean.jsonstill carry"version": "v5.2.0-beta3"in their header. That stamp comes from the English regeneration pass, and the beta1/beta2/beta3 prep commits left it alone too - flagging it in case you want the regeneration run before tagging.Verification
dotnet build src/ui/UI.csproj -c Releasesucceeds (1 pre-existing nullable warning inPickMp4TrackViewModel.cs).The change log date reads 5th of August 2026 - adjust if the tag slips to another day.
🤖 Generated with Claude Code