Releases: electron/electron
Releases · electron/electron
electron v36.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@36.0.0-alpha.6
.
Release Notes for v36.0.0-alpha.6
Fixes
- Fixed a crash that could occur when dragging and dropping files into the browser. #46312 (Also in 35)
- Fixed an issue where
navigationHistory.restore()
failed to restore theuserAgent
if it was overridden. #46299 (Also in 34, 35) - Fixed build failure when building with printing disabled. #46284 (Also in 34, 35)
electron v35.1.2
electron v34.4.1
Release Notes for v34.4.1
Fixes
- Fixed an issue where
navigationHistory.restore()
failed to restore theuserAgent
if it was overridden. #46298 (Also in 35, 36)
Other Changes
- Security: backported fix for CVE-2025-2783. #46304
electron v33.4.8
electron v36.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@36.0.0-alpha.5
.
Release Notes for v36.0.0-alpha.5
Features
- Added
BrowserWindow.isSnapped()
to indicate whether a given window has been arranged via Snap. #46226 - Added
ffmpeg.dll
to delay load configuration. #46173 (Also in 34, 35)
Fixes
- Fixed NODE_OPTIONS parsing for child processes on macOS. #46243 (Also in 34, 35)
- Fixed an issue where
webContents.printToPDF()
didn't work as expected with cross-process subframes. #46259 (Also in 34, 35) - Fixed an issue where the resizing border didn't work as expected on Wayland windows. #46225 (Also in 33, 34, 35)
- Fixed an issue with token formatting for tokens received after calling
pushNotifications.registerForAPNSNotifications()
. #46149 (Also in 34, 35) - Fixed crash on Linux when PipeWire screenshare source selection is cancelled. #46235 (Also in 35)
- Fixed crash with out-of-bounds string read when parsing NODE_OPTIONS. #46247 (Also in 34, 35)
Other Changes
- Improved performance of desktopCapturer.getSources when not requesting thumbnails on macOS. #46251 (Also in 34, 35)
- Updated Chromium to 136.0.7067.0. #46017
Documentation
- Documentation changes: #46208
electron v35.1.1
electron v35.1.0
Release Notes for v35.1.0
Features
Fixes
- Fixed NODE_OPTIONS parsing for child processes on macOS. #46244 (Also in 34, 36)
- Fixed a crash seen on Linux when calling
webContents.print()
. #46147 (Also in 36) - Fixed an issue where
system-context-menu
incorrectly fired for all regions in frameless windows. #46178 (Also in 33, 34, 36) - Fixed an issue where
webContents.printToPDF()
didn't work as expected with cross-process subframes. #46257 (Also in 34, 36) - Fixed an issue where the resizing border didn't work as expected on Wayland windows. #46224 (Also in 33, 34, 36)
- Fixed an issue with token formatting for tokens received after calling
pushNotifications.registerForAPNSNotifications()
. #46148 (Also in 34, 36) - Fixed crash on Linux when PipeWire screenshare source selection is cancelled. #46234 (Also in 36)
- Fixed crash with out-of-bounds string read when parsing NODE_OPTIONS. #46248 (Also in 34, 36)
Other Changes
electron v34.4.0
Release Notes for v34.4.0
Features
Fixes
- Fixed NODE_OPTIONS parsing for child processes on macOS. #46242 (Also in 35, 36)
- Fixed an issue where
system-context-menu
incorrectly fired for all regions in frameless windows. #46175 (Also in 33, 35, 36) - Fixed an issue where
webContents.printToPDF()
didn't work as expected with cross-process subframes. #46258 (Also in 35, 36) - Fixed an issue where the resizing border didn't work as expected on Wayland windows. #46223 (Also in 33, 35, 36)
- Fixed an issue with token formatting for tokens received after calling
pushNotifications.registerForAPNSNotifications()
. #46150 (Also in 35, 36) - Fixed build failure when building with printing disabled. #46286 (Also in 35, 36)
- Fixed crash with out-of-bounds string read when parsing NODE_OPTIONS. #46246 (Also in 35, 36)
Other Changes
electron v33.4.7
electron v36.0.0-alpha.4
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@36.0.0-alpha.4
.
Release Notes for v36.0.0-alpha.4
Fixes
- Fixed a crash seen on Linux when calling
webContents.print()
. #46146
Documentation
- Documentation changes: #46103