Electron v35.2.1

npm
npm install electron@35.2.1
yarn
yarn add electron@35.2.1
Google ChromeChromium
134.0.6998.205
Node.jsNode.js
22.14.0
V8V8
13.4.114.21

Release Notes

Fixes

  • Fixed Minimize menu button to follow set window minimizability on Windows. #46715 (Also in 34, 36)

  • Fixed a potential crash in utilityProcess.postMessage when calling with an invalid transferable. #46666 (Also in 36)

  • Fixed case where file dialog filters would get mixed up, if a * filter was included. #46721 (Also in 34, 36)

  • Fixed crash on reconversion with google IME and editcontext on macOS. #46700 (Also in 34, 36)

  • Microtasks are no longer (incorrectly) run by serializing values, including when sending IPC. #46684 (Also in 34, 36)