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
Fixed app crash on launch (white screen) — the preload script failed to load in sandbox mode because of an unresolvable import, causing window.api to never be exposed. The entire app, including the operator dashboard, system settings, and updater banner, was broken as a result. This release fixes the preload by inlining the problematic constant
Updates now apply when you quit the app — autoInstallOnAppQuit was previously disabled, which meant that if the renderer was unavailable (e.g. due to the preload crash above), a downloaded update would sit pending forever. It's now enabled so the update installs when you close the app
Fixed release notes showing accumulated history from previous versions in the update prompt
Fixed VirusTotal "View full report" links missing from release notes — the link now reliably appears for all platform scans