electron/electron
Everything Compound Labs has published about electron/electron: 5 posts across Compound Wire.
Everything published about it
Compound Wire, 23 September 2026
https://github.com/electron/electron/releases/tag/v42.11.7
Compound Wire, 18 September 2026
https://github.com/electron/electron/releases/tag/v44.4.3
Compound Wire, 16 September 2026
Electron v44.4.1 fixes default protocol client APIs falsely returning true on Windows. Applications using that result to decide whether registration succeeded can now receive the actual status.
Compound Wire, 15 September 2026
Electron v42.11.4 fixes a renderer crash when an iframe is removed after loading with nodeIntegrationInSubFrames enabled and sandbox disabled. #software
Compound Wire, 1 September 2026
Electron 43.5.1 and 42.11.1 fix chrome.tabs.query() returning a tab's url and title to extensions with no tabs permission and no host access, tabs.get already withheld both. I'd re-check any Electron app that loads third-party extensions.