Releases: electron/electron
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 electron@37.0.0-beta.1
.
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 electron@37.0.0-alpha.7
.
Release Notes for v37.0.0-alpha.7
electron v37.0.0-alpha.6
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 electron@37.0.0-alpha.6
.
Release Notes for v37.0.0-alpha.6
Fixes
- Fixed an issue where the 'suspend' and 'resume' events could be emitted in duplicate. #47188 (Also in 36)
- Fixed opening package paths as directory when
treatPackageAsDirectory
is enabled on macOS. #47108 (Also in 35, 36)
Other Changes
electron v36.3.1
electron v36.3.0
Release Notes for v36.3.0
Features
- Added
innerWidth
andinnerHeight
options for window.open. #47038 (Also in 35, 37) - Added sublabel functionality for menus on macOS >= 14.4. #47040 (Also in 35, 37)
- Added support for
screen.dipToScreenPoint(point)
andscreen.screenToDipPoint(point)
on Linux X11. #47125 (Also in 35, 37) - Added support for node option
--experimental-network-inspection
. #47030 (Also in 35, 37)
Fixes
- Fixed an issue where the 'suspend' and 'resume' events could be emitted in duplicate. #47189 (Also in 37)
- Fixed opening package paths as directory when
treatPackageAsDirectory
is enabled on macOS. #47109 (Also in 35, 37)
Other Changes
electron v37.0.0-alpha.5
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 electron@37.0.0-alpha.5
.
Release Notes for v37.0.0-alpha.5
Features
- Added
innerWidth
andinnerHeight
options for window.open. #47039 - Added sublabel functionality for menus on macOS >= 14.4. #47042
- Added support for node option
--experimental-network-inspection
. #47031
Other Changes
- Updated Chromium to 138.0.7177.0. #47085
electron v36.2.1
Release Notes for v36.2.1
Fixes
- Fixed a possible crash using the WebView tag and calling focus. #47037 (Also in 35, 37)
- Fixed an issue where the window flickers with either a light or dark color before loading the desired background color. #47053 (Also in 35, 37)
- Fixed crash in xdg portal version detection on startup. #47024 (Also in 35, 37)
- Restored previous window-hiding behavior of
win.setContentProtected()
on Windows. #47032 (Also in 35, 37)
Other Changes
- Updated Chromium to 136.0.7103.93. #46974