Skip to content

v2.0.2

Choose a tag to compare

@kdroidFilter kdroidFilter released this 18 Jul 19:17
f70af80

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.