Velora 0.10.4
Fixes the in-app updater hanging on "Installing…".
Fix: The About → "Install & Relaunch" flow deadlocked the main thread — it called NSApp.terminate synchronously from inside a dispatch-main block, so .terminateLater's reply (and every watchdog) was starved on the non-reentrant main queue and the app pinned on "Installing…" until the swap helper timed out. Terminate is now scheduled from a CFRunLoop timer (the same context menu-Quit uses), with a background hard-exit backstop that the deadlock cannot starve.
Also includes the 0.10.1–0.10.3 microphone-picker and HUD fixes.