Electron v36.8.0

npm
npm install --save-dev electron@36.8.0
yarn
yarn add --dev electron@36.8.0
Google ChromeChromium
136.0.7103.177
Node.jsNode.js
22.18.0
V8V8
13.6.233.17

Release Notes

Features

  • Added support for app.getRecentDocuments() on Windows and macOS. #47925 (Also in 37, 38)

  • Adds the ability to change window accent color on Windows after initial window initialization via {get|set}AccentColor. #48018 (Also in 37, 38)

Fixes

  • Fixed a crash possible when calling webContents.loadURL() from a failed webContents.loadURL() call's catch handler. #48044 (Also in 37, 38)

  • Fixed an issue where importing from electron/utility in an ESM file threw an error at runtime. #48020 (Also in 37, 38)

  • Fixed an issue where importing from electron/utility threw a ERR_MODULE_NOT_FOUND error at runtime. #47987 (Also in 37, 38)

  • Fixed an issue where the accent border was drawn on all windows regardless of the window's active focused status. #48012 (Also in 37, 38)

Other Changes

  • Updated Node.js to v22.18.0. #47934