Electron v25.9.4
npm
npm install --save-dev electron@25.9.4
yarn
yarn add --dev electron@25.9.4
Release Notes
Fixes
Fixed an issue where pressing the escape key did not properly trigger PDF presentation mode exit. #40411 (Also in 26, 27)
Fixed rendering on Linux due to broken shader cache compilation with driver updates. #40473 (Also in 27)
Other Changes
Security: backported fix for CVE-2023-5849.
Security: backported fix for CVE-2023-5482. #40437