Electron v36.7.3

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

Release Notes

Fixes

  • Fixed a bug where app extensions filters didn't allow for selecting app bundles in macOS file dialogs. #47840 (Also in 37, 38)

  • Fixed an issue where require('node:sqlite') didn't work. #47755 (Also in 37, 38)

  • Fixed an issue where certain operations performed in a window close callback could trigger a crash. #47811 (Also in 37, 38)

Other Changes

  • Updated Node.js to v22.17.1. #47772