3.2.0 update files#25
Closed
ways15xx wants to merge 2 commits into
Closed
Conversation
Add appearance/color customization system (v3.2) Features: - New Appearance panel with HSV slider color pickers for Background, Accent, and Text colors, with live preview and hex readout - Centrally-linked theming: one color drives the whole app (window, header, panels, server selector, launch button, slider knobs, Settings toggles, and all text with derived secondary opacities) - Color persistence in wauncher_settings.cfg, applied at startup - Reset to Default Theme button that snaps sliders back UI: - Appearance panel: clean 3-column, no-scroll layout - Vector toolbar icons (info, gear, brush, 3-stack server) - Appearance button placed left of Settings - Server selector: EU/NA flag images + cleaner "None" row - Version badge in the Info tab Fixes: - SettingsWindowViewModel.Save() is now merge-based so it no longer wipes saved color_* entries Bumps version to 3.2. Co-Authored-By: Claude Opus 4.8 <[email protected]> @
Previously an offline/unreachable update server caused the patch fetch to wait on the default ~100s HttpClient timeout and then silently return an empty patch list (treated as up to date), so the launcher hung on "Checking for updates..." with no feedback. - Give the ClassicCounter API client a 12s timeout (fail fast) - Patch.GetPatches now throws UpdateServerUnreachableException on a network/timeout/parse failure instead of swallowing it - UpdateService surfaces "Can't connect to update server" in the status bar and clears it on the next successful check Co-Authored-By: Claude Opus 4.8 <[email protected]>
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.
3.2.0 update files