Electron v25.4.0
npm
npm install --save-dev electron@25.4.0
yarn
yarn add --dev electron@25.4.0
Release Notes
Features
Fixes
Fixed a potential crash when re-parenting a BrowserWindow whose first parent has been destroyed. #39308 (Also in 26)
Fixed an issue on Windows 10 where the title bar was not correct after changing native theme. #39314 (Also in 26)
Fixed an issue where
chrome.i18ndid not work properly with Chrome Extensions Manifest V3. #39329 (Also in 26)Fixed an issue where service workers could not run Chrome APIs in Chrome Extensions Manifest V3. #39312 (Also in 26)
Fixed an issue where the pageVisibility API returned incorrect values in some situations when
backgroundThrottlingwas disabled. #39299 (Also in 26)