Electron v25.9.2
npm
npm install --save-dev electron@25.9.2
yarn
yarn add --dev electron@25.9.2
Release Notes
Fixes
Fixed an issue where fully occluded windows would return an empty image from
webContents.capturePage()
on Windows and Linux. #40186 (Also in 26, 27, 28)Fixed an issue with webContents interaction with fullscreen and WCO on macOS. #40220 (Also in 26, 27, 28)
Other Changes
Security: backported fix for 1486316.
Security: backported fix for CVE-2023-5218.
Security: backported fix for 1472365.
Security: backported fix for 1472366. #40210