Electron v38.0.0-beta.2
Release Notes
Features
Added
webFrameMain.fromFrameToken(processId, frameToken)to get aWebFrameMaininstance from its frame token. #47942Added 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. #47939Internally switched to using
DIR_ASSETSinstead ofDIR_MODULE/DIR_EXEto 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/utilitythrew aERR_MODULE_NOT_FOUNDerror at runtime. #47989Fixed 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