v0.3.1
Fixed
- Auto-update no longer leaves the old process running: shutdown requests from background goroutines now post
WM_CLOSEto the UI thread instead of callingPostQuitMessageon the wrong thread, ensuring the main message loop exits and the single-instance mutex is released before the updated executable starts.