Electron v25.3.2

npm
npm install --save-dev electron@25.3.2
yarn
yarn add --dev electron@25.3.2
Google ChromeChromium
114.0.5735.248
Node.jsNode.js
18.15.0
V8V8
11.4.183.27

Release Notes

Fixes

  • Fixed desktopCapturer thumbnail generation after screen sharing is cancelled on Wayland. #39245 (Also in 26)

  • Fixed an issue where macOS traffic lights could malfunction on child windows in some circumstances. #39244 (Also in 24, 26)

  • Fixed an issue where non-resizable windows incorrectly enabled the fullscreen/maximize button on initial window creation on macOS. #39228 (Also in 24, 26)

  • Fixed asar integration for node:child_process imports. #39235 (Also in 24, 26)

Other Changes

  • Updated Chromium to 114.0.5735.248. #39181