chore(release): v2.8.2 — three stability fixes + TZ dropdown#104
Merged
Conversation
Cuts v2.8.2. Three fixes from the live Windows prod box plus the timezone field on the Server Restart panel grows up into a host- resolvable dropdown. No new pages, no schema changes — patch release per docs/RELEASES.md conventions. What lands: - #101 fix(websocket): stop LogCallbackEvent broadcast recursion in shutdown. ThreadStatic re-entrancy guard + suppressFailureLogging fallback to Console.Error so a failed log-broadcast can't fire a fresh LogCallbackEvent and recurse to stack overflow. - #102 fix(restart): skip systemctl probe on Windows; route through OS-aware strategy. New Core/OsRestartStrategy.cs picks per OS; Windows goes straight to in-game shutdown + NSSM AppExit Restart bounce, no more wasted 5s probe or misleading warning. - #103 feat(restart): host-resolvable timezone dropdown + heal-on-read. LoadPersistedSettings heals an unresolvable TZ ID to TimeZoneInfo .Local and persists. New GET /api/server/timezones endpoint feeds a PrimeVue Select in Settings → Server Restart, replacing the free- text input that admins kept filling with strings the host couldn't parse. Version bumps: - src/KitsuneCommand/ModInfo.xml: 2.8.1 → 2.8.2 - frontend/package.json: 2.7.4 → 2.8.2 (reconciles prior drift — frontend version was stuck at 2.7.4 since v2.8.0) - CHANGELOG.md: promote [Unreleased] → [2.8.2] - 2026-06-04 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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 v2.8.2 ~ three stability fixes from the live Windows prod box, plus the timezone field on the Server Restart panel grows up into a host-resolvable dropdown. No new pages, no schema changes ~ patch release per
docs/RELEASES.mdconventions.What lands
fix(websocket)— stopLogCallbackEventbroadcast recursion in shutdown.[ThreadStatic]re-entrancy guard +suppressFailureLoggingfallback toConsole.Errorso a failed log-broadcast can't fire a freshLogCallbackEventand recurse to stack overflow.fix(restart)— skipsystemctlprobe on Windows; route through OS-aware strategy. NewCore/OsRestartStrategy.cspicks per OS; Windows goes straight to in-game shutdown + NSSMAppExit Restartbounce, no more wasted 5s probe or misleading warning.feat(restart)— host-resolvable timezone dropdown + heal-on-read.LoadPersistedSettingsheals an unresolvable TZ ID toTimeZoneInfo.Localand persists. NewGET /api/server/timezonesendpoint feeds a PrimeVueSelectin Settings → Server Restart, replacing the free-text input that admins kept filling with strings the host couldn't parse.Version bumps
src/KitsuneCommand/ModInfo.xmlfrontend/package.jsonCHANGELOG.md[Unreleased]w/ 3 fixes[2.8.2] - 2026-06-04¹ Reconciles prior drift — the frontend version got stuck at 2.7.4 across the v2.8.0/v2.8.1 cycle. This release re-aligns it with
ModInfo.xml.Verify after merge
v2.8.2and push (git tag -a v2.8.2 -m "v2.8.2 — stability fixes + TZ dropdown" && git push origin v2.8.2).github/workflows/release.ymlfires; draft release contains the[2.8.2]sectionx64/libSkiaSharp.dllis present andModInfo.xmlsays2.8.2🤖 Generated with Claude Code