Releases: electron/electron
electron v36.8.0
Release Notes for v36.8.0
Features
- Added support for
app.getRecentDocuments()
on Windows and macOS. #47925 (Also in 37, 38) - Adds the ability to change window accent color on Windows after initial window initialization via
{get|set}AccentColor
. #48018 (Also in 37, 38)
Fixes
- Fixed a crash possible when calling
webContents.loadURL()
from a failedwebContents.loadURL()
call's catch handler. #48044 (Also in 37, 38) - Fixed an issue where importing from
electron/utility
in an ESM file threw an error at runtime. #48020 (Also in 37, 38) - Fixed an issue where importing from
electron/utility
threw aERR_MODULE_NOT_FOUND
error at runtime. #47987 (Also in 37, 38) - Fixed an issue where the accent border was drawn on all windows regardless of the window's active focused status. #48012 (Also in 37, 38)
Other Changes
- Updated Node.js to v22.18.0. #47934
electron v38.0.0-beta.4
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 v38.0.0-beta.4
Fixes
- Fixed a crash possible when calling
webContents.loadURL()
from a failedwebContents.loadURL()
call's catch handler. #48043 (Also in 36, 37) - Fixed an issue where
app.accessibilitySupportEnabled
didn't work as expected. #48060 (Also in 37)
Other Changes
- Updated Chromium to 140.0.7339.2. #47985
electron v37.3.0
Release Notes for v37.3.0
Features
- Added support for
app.getRecentDocuments()
on Windows and macOS. #47923 (Also in 36, 38) - Adds the ability to change window accent color on Windows after initial window initialization via
{get|set}AccentColor
. #48017 (Also in 36, 38) - Internally switched to using
DIR_ASSETS
instead ofDIR_MODULE
/DIR_EXE
to locate assets and resources, and added "assets" as a key that can be queried viaapp.getPath
. #47951 (Also in 38)
Fixes
- Fixed a crash possible when calling
webContents.loadURL()
from a failedwebContents.loadURL()
call's catch handler. #48045 (Also in 36, 38) - Fixed an issue where
app.accessibilitySupportEnabled
didn't work as expected. #48061 (Also in 38) - Fixed an issue where importing from
electron/utility
in an ESM file threw an error at runtime. #48021 (Also in 36, 38) - Fixed an issue where importing from
electron/utility
threw aERR_MODULE_NOT_FOUND
error at runtime. #47988 (Also in 36, 38) - Fixed an issue where the accent border was drawn on all windows regardless of the window's active focused status. #48011 (Also in 36, 38)
- Fixed compilation error when disabling extensions and pdf_viewer. #47994 (Also in 38)
Other Changes
electron v38.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 v38.0.0-beta.3
Fixes
- Fixed an issue where importing from
electron/utility
in an ESM file threw an error at runtime. #48019 - Fixed an issue where windows opened with
window.open
would never be offscreen. #48026 - Fixed compilation error when disabling extensions and pdf_viewer. #47993 (Also in 37)
Documentation
- Documentation changes: #48028
electron v38.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 v38.0.0-beta.2
Features
- Added
webFrameMain.fromFrameToken(processId, frameToken)
to get aWebFrameMain
instance from its frame token. #47942 - Added support for
app.getRecentDocuments()
on Windows and macOS. #47924 (Also in 36, 37) - Adds the ability to change window accent color on Windows after initial window initialization via
{get|set}AccentColor
. #47939 - Internally switched to using
DIR_ASSETS
instead ofDIR_MODULE
/DIR_EXE
to locate assets and resources, and added "assets" as a key that can be queried viaapp.getPath
. #47950 (Also in 37)
Fixes
- Fixed an issue where importing from
electron/utility
threw aERR_MODULE_NOT_FOUND
error at runtime. #47989 - Fixed an issue where video scrubbing would not correctly hold the new position on playback. #47965 (Also in 37)
Other Changes
- Updated Chromium to 140.0.7327.0. #47930
electron v37.2.6
Release Notes for v37.2.6
Fixes
- Fixed a bug where the
Referer
header was not being set correctly when usingwebContents.downloadURL()
. #47865 (Also in 36, 38) - Fixed a crash when calling some
webContents
functions afterwindow.close()
. #47954 (Also in 36, 38) - Fixed an issue on some older Windows versions where
setContentProtection
didn't work as expected. #47887 (Also in 36, 38) - Fixed an issue where an invalid color passed as a string to
accentColor
would result in a white accent color. #47800 (Also in 38) - Fixed an issue where video scrubbing would not correctly hold the new position on playback. #47971 (Also in 38)
- Fixed an issue where windows used dark theme on Linux all the time without reacting to system theme changes. #47920 (Also in 38)
- 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. #47956 (Also in 36, 38)
Other Changes
- Updated Chromium to 138.0.7204.185. #47909
electron v36.7.4
Release Notes for v36.7.4
Fixes
- Fixed a bug where the
Referer
header was not being set correctly when usingwebContents.downloadURL()
. #47866 (Also in 37, 38) - Fixed a crash when calling some
webContents
functions afterwindow.close()
. #47953 (Also in 37, 38) - Fixed an issue on some older Windows versions where
setContentProtection
didn't work as expected. #47888 (Also in 37, 38) - Fixed an issue where an invalid color passed as a string to
accentColor
would result in a white accent color. #47921 (Also in 37, 38) - 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. #47957 (Also in 37, 38)
electron v38.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 v38.0.0-beta.1
Other Changes
- Updated Node.js to v22.18.0. #47936
electron v35.7.4
Release Notes for v35.7.4
- Fix ffmpeg generation on Windows non-x64
electron v38.0.0-alpha.13
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]
.