Releases: electron/electron
electron v37.0.0-beta.3
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install [email protected]
.
Release Notes for v37.0.0-beta.3
Other Changes
- Security: backported fix for CVE-2025-5419. #47352
- Updated Chromium to 138.0.7190.0. #47349
electron v35.5.1
Release Notes for v35.5.1
Fixes
- Fixed
addChildView()
crashes when adding a closed WebContentsView. #47339 - Fixed crash in
autoUpdater
on macOS when zip extraction failed. #47299 (Also in 34, 36, 37) - Fixed crash when pausing in loops due to missing context when desugared. #47286
Other Changes
- Security: backported fix for CVE-2025-5419. #47354
electron v34.5.8
electron v36.4.0
electron v37.0.0-beta.2
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install [email protected]
.
Release Notes for v37.0.0-beta.2
Fixes
Documentation
- Documentation changes: #47297
electron v36.3.2
Release Notes for v36.3.2
Fixes
- Fixed an issue where protected transparent windows inappropriately showed a titlebar after visibility change. #47264 (Also in 35, 37)
- Fixed regression with directory selection in macOS dialogs. #47278 (Also in 35, 37)
Other Changes
- Updated Chromium to 136.0.7103.115. #47215
electron v35.5.0
Release Notes for v35.5.0
Features
- Added innerWidth and innerHeight options for window.open. #47045 (Also in 36, 37)
- Added sublabel functionality for menus on macOS >= 14.4. #47041 (Also in 36, 37)
- Added support for
screen.dipToScreenPoint(point)
andscreen.screenToDipPoint(point)
on Linux X11. #47124 (Also in 36, 37) - Added support for node option
--experimental-network-inspection
. #47029 (Also in 36, 37)
Fixes
- Fixed a possible crash in
shell.readShortcutLink
. #47226 (Also in 36) - Fixed an issue where protected transparent windows inappropriately showed a titlebar after visibility change. #47265 (Also in 36, 37)
- Fixed an issue where the 'suspend' and 'resume' events could be emitted in duplicate. #47190 (Also in 36, 37)
- Fixed an issue where the
backgroundMaterial
feature did not work in a frameless window on initial window creation. #47236 (Also in 36) - Fixed opening package paths as directory when
treatPackageAsDirectory
is enabled on macOS. #47110 (Also in 36, 37) - Fixed regression with directory selection in macOS dialogs. #47276 (Also in 36, 37)
Other Changes
- Security: backported fix for 403364367. #47069
- Security: backported fix for CVE-2025-4609.
- Security: backported fix for CVE-2025-4664. #47175
- Updated Node.js to v22.15.1. #47102
electron v34.5.7
Release Notes for v34.5.7
Other Changes
- Security: backported fix for 403364367. #47070
- Security: backported fix for CVE-2025-4609.
- Security: backported fix for CVE-2025-4664. #47176
electron v37.0.0-beta.1
Note: This is a beta release. Please file new issues for any bugs you find in it.
This release is published to npm under the beta tag and can be installed via npm install electron@beta
, or npm install [email protected]
.
Release Notes for v37.0.0-beta.1
Fixes
electron v37.0.0-alpha.7
Note: This is an alpha release. Please file new issues for any bugs you find in it.
This release is published to npm under the alpha tag and can be installed via npm install electron@alpha
, or npm install [email protected]
.