Releases: electron/electron
electron v38.0.0-alpha.9
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@38.0.0-alpha.9
.
Release Notes for v38.0.0-alpha.9
Fixes
- Fixed a bug where
app
extensions filters didn't allow for selecting app bundles in macOS file dialogs. #47841 (Also in 36, 37)
Other Changes
- Updated Chromium to 140.0.7301.0. #47849
electron v38.0.0-alpha.8
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@38.0.0-alpha.8
.
Release Notes for v38.0.0-alpha.8
Fixes
- Fixed an issue where certain operations performed in a window close callback could trigger a crash. #47812 (Also in 36, 37)
- Fixed an issue where the accent border was drawn on all windows regardless of the window's active focused status. #47802
- Fixed applying background material correctly when creating windows on Windows, restored animations, and also fixed the issue where dynamically setting the background material had no effect. #47814
Other Changes
- Updated Node.js to v22.17.1. #47775
electron v38.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@38.0.0-alpha.7
.
Release Notes for v38.0.0-alpha.7
Fixes
- Fixed a child process crash on macOS when the running application is replaced with one that has a newer implementation triggering the sandbox. #47783 (Also in 37)
- Fixed a crash when adding the
-electron-corner-smoothing
CSS rule to a stylesheet with no associated document. #47785 (Also in 37) - Fixed an issue where
require('node:sqlite')
didn't work. #47757 (Also in 36, 37)
Other Changes
- Updated Chromium to 140.0.7281.0. #47559
electron v37.2.3
Release Notes for v37.2.3
Fixes
- Fixed a child process crash on macOS when the running application is replaced with one that has a newer implementation triggering the sandbox. #47784 (Also in 38)
- Fixed a crash when adding the
-electron-corner-smoothing
CSS rule to a stylesheet with no associated document. #47792 - Fixed an issue where
require('node:sqlite')
didn't work. #47756 (Also in 36, 38)
electron v37.2.2
electron v35.7.2
electron v38.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@38.0.0-alpha.6
.
Release Notes for v38.0.0-alpha.6
electron v36.7.1
Release Notes for v36.7.1
Fixes
- Fixed a crash when calling
desktopCapturer.getSources
with an empty thumbnail size. #47651 (Also in 37, 38) - Fixed an issue where child windows could crash if they were opened from a fullscreen parent and have
roundedCorners
set tofalse
. #47683 (Also in 37, 38) - Fixed an issue where printing PDFs with
webContents.print({ silent: true })
would fail. #47624 (Also in 37) - Fixed an issue where the window required restart in order to recognize system accent color setting change. #47657 (Also in 37, 38)
electron v38.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@38.0.0-alpha.5
.
Release Notes for v38.0.0-alpha.5
Fixes
electron v37.2.1
Release Notes for v37.2.1
Fixes
- Fixed a crash when calling
desktopCapturer.getSources
with an empty thumbnail size. #47653 (Also in 36, 38) - Fixed an issue where child windows could crash if they were opened from a fullscreen parent and have
roundedCorners
set tofalse
. #47682 (Also in 36, 38) - Fixed an issue where the window required restart in order to recognize system accent color setting change. #47656 (Also in 36, 38)