Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 18 Mar 17:10
· 28 commits to master since this release

Fixed

  • System tray icon becomes completely unresponsive (right-click menu stops appearing) after the program runs for some time. Root cause: systray.Run() was called from a spawned goroutine without runtime.LockOSThread(), allowing Go's async preemption to migrate the goroutine between OS threads and break the Windows message loop. Fixed by locking the goroutine to its OS thread before entering the systray event loop.

Changed

  • Consolidated PS4, PS5, and Switch Pro controller types into a single PlayStation layout: updated playstation.json to PS5 body shape with touchpad, removed separate playstation5.json and switch_pro.json configs.