You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes
macOS (Nucleus Tao backend): fixed a startup deadlock — startTray() no longer blocks the calling thread on an init latch while tray_init waits for the GCD main queue. Tray init now runs inline on the caller.
Removed the 100 ms tray_loop polling thread on macOS (events are delivered by the app's own AppKit run loop).
Removed dead JNA-era mouse-hook JNI code on Windows.
Publications are signed only when a signing key is configured, so publishToMavenLocal works out of the box.