v42.9.3Desktop
electron v42.9.3
Changed 1
- Reduced idle main-process CPU wakeups caused by Node.js timers and immediates
Fixed 4
- Fixed a graphical glitch on Linux where thin borders appeared past the drop shadows on frameless windows when multiple windows were created
- Fixed a memory leak when creating BrowserWindows
- Fixed an issue on Windows where the app process could fail to exit after app.quit() while a shell.openExternal() or shell.openPath() call was still waiting on a system Open with dialog
- Fixed custom V8 snapshots (electron-mksnapshot and the loadBrowserProcessSpecificV8Snapshot fuse) having no effect in the main process on macOS arm64, Linux x64 and Windows x64
From Electron
Release Notes for v42.9.3
Fixes
- Fixed a graphical glitch on Linux where thin borders appeared past the drop shadows on frameless windows when multiple windows were created. #52772 (Also in 43, 44)
- Fixed a memory leak when creating BrowserWindows. #52893 (Also in 43, 44)
- Fixed an issue on Windows where the app process could fail to exit after
app.quit()while ashell.openExternal()orshell.openPath()call was still waiting on a system "Open with" dialog. #52900 (Also in 41, 43, 44) - Fixed custom V8 snapshots (
electron-mksnapshot, and theloadBrowserProcessSpecificV8Snapshotfuse) having no effect in the main process on macOS arm64, Linux x64 and Windows x64. #52876 (Also in 43, 44)