Patch NotesUpdate
v1.7.4 - Fix Object Destroyed Electron Crash
MC
Mission Control Team1 Min Read
Deployment sequence initiated for version 1.7.4. This transmission contains critical updates to the core engine and agentic capabilities.
Transmission Details
- Guarded all asynchronous loadURL retries, event listener invocations, and ready-to-show transitions with isDestroyed() checks on BrowserWindow instances.
- Prevents application crashes caused by delayed callbacks firing after a window (Dashboard, HUD, or OSR) has been closed by the user or system.