File Details
v2026.3.31.3
- R
- Mar 31, 2026
- 276.46 KB
- 89
- 12.0.1
- Retail
File Name
Wheelson-v2026.3.31.3.zip
Supported Versions
- 12.0.1
Wheelson
v2026.3.31.3 (2026-03-31)
Full Changelog Previous Releases
- fix: resolve slow UI updates for non-host players (#121) (#125)
Three fixes for non-host responsiveness:- LeaveSession now calls UpdateUI() after clearing state, so the
leaver's UI immediately reflects the exit instead of showing stale
lobby data. - HandleSessionUpdate re-applies local spec overrides after rebuilding
the player list from host data. This prevents in-flight SESSION_UPDATE
messages from reverting spec changes the non-host just made. Also
clears joinPending when the local player appears in the host's player
list (implicit ACK), avoiding false "may not have been received"
warnings. - JOIN_ACK timeout increased from 5s to 10s to accommodate
ChatThrottleLib delays in larger lobbies.
Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com
- LeaveSession now calls UpdateUI() after clearing state, so the

