Electron v41.7.2
npm
npm install --save-dev electron@41.7.2
yarn
yarn add --dev electron@41.7.2
Release Notes
Fixes
Fixed an issue on Linux and Windows where frameless windows would shrink when calling
win.center(). Additionally, fixed an issue where frameless windows would appear slightly off-center on Windows. #51919 (Also in 42, 43)Fixed an issue where the "Toggle Developer Tools" menu item failed to function correctly with BaseWindow. #51902 (Also in 42, 43)
Other Changes
Fixed silent data truncation in
Buffer/TextEncoderAPIs and a crash infs.writeFileSyncwith non-ASCII strings on Apple Silicon. #51851 (Also in 42, 43)Security: backported fixes for CVE-2026-9110, CVE-2026-9111, CVE-2026-9114, CVE-2026-9115, CVE-2026-9116, CVE-2026-9117, CVE-2026-9118, CVE-2026-9120, CVE-2026-9121, CVE-2026-9122, CVE-2026-9124, CVE-2026-9126. #51906