Electron v30.5.1

npm
npm install --save-dev electron@30.5.1
yarn
yarn add --dev electron@30.5.1
Google ChromeChromium
124.0.6367.243
Node.jsNode.js
20.16.0
V8V8
12.4.254.20

Release Notes

Final Release of Electron 30

⚠️ Electron 30.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.

Fixes

  • Fixed an issue where defaultPath did not work for all users on Linux when creating an open file dialog. #43631 (Also in 31, 32, 33)

  • Restored Chromium default Content-Disposition header parsing. #43671 (Also in 31, 32, 33)