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