Skip to content

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 19 Jun 19:34
· 10 commits to main since this release

Fixed

  • Auto-update no longer leaves the old process running: shutdown requests from background goroutines now post WM_CLOSE to the UI thread instead of calling PostQuitMessage on the wrong thread, ensuring the main message loop exits and the single-instance mutex is released before the updated executable starts.