This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Summary
AI summaryFixed in-app updater hanging on "Installing…" by rescheduling termination to avoid main‑thread deadlocks.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Fixes About → "Install & Relaunch" flow deadlock on main thread. Fixes About → "Install & Relaunch" flow deadlock on main thread. Source: llm_adapter@2026-07-18 Confidence: low |
— |
| Bugfix | Medium |
Fixes in-app updater hanging on "Installing…". Fixes in-app updater hanging on "Installing…". Source: granite4.1:30b@2026-07-18-audit Confidence: low |
— |
Full changelog
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.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Velora
All releases →Beta — feedback welcome: [email protected]