release: 6.3.5 - #9
Merged
Merged
Conversation
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.
Cuts 6.3.5.
app/version.txtgoes from 6.3.4 to 6.3.5, and the notes are added. The tag must equalv<version.txt>or the release build fails on purpose, so the bump comes first.No code changes. It ships four commits that are already merged:
a8205458(fix: stop 6.3.4 hanging on launch #8) fixes the 6.3.4 hang on every launch, a self-deadlock between host-list startup and seat discovery.b421f2f4(fix: check MoonlightVibe's own releases for updates, not upstream's #7) makes update checks read MoonlightVibe's own releases instead of upstream's.dbce58a5(ci: prepare SignPath code signing for the Windows release #6) prepares SignPath code signing. It stays inactive, because noSIGNPATH_ORGANIZATION_IDis set, so this release is unsigned like the ones before it.a38630c7(merge: upstream moonlight-qt libdecor livelock fix and AppImage SDL3 update #5) merges two upstream fixes by Cameron Gutman. Both are Linux-only.How it was checked
A Windows build of #8 from CI (run 35100697101) was started on a Windows host. It responded at every check for 30 seconds. The published 6.3.4, started right after, was not responding at every check. In that run the update check read the latest MoonlightVibe release and correctly found nothing newer.
Not yet checked: the macOS build, a client finding a seat by itself, and a launch on a handheld. The notes say so.
🤖 Generated with Claude Code