Release Comparison

From:
To:

Dependency Changes

Google ChromeChromium
136.0.7103.177
Node.jsNode.js
22.17.1
22.19.0Updated
V8V8
13.6.233.17
13.6.233.17No Change

Combined Release Notes

Version Timeline
v36.7.4
v36.8.0
v36.8.1
v36.9.0
v36.9.0 includes changes from 3 versions since v36.7.4

Features

  • 36.8.0
    • 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

  • 36.8.1
    • Fixed an issue where shell.openPath was not non-blocking as expected. #48087 (Also in 37, 38)

    • Fixed potential deadlock inside app.getLoginItemSettings on macOS. #48095 (Also in 37)

  • 36.8.0
    • Fixed a crash possible when calling webContents.loadURL() from a failed webContents.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 a ERR_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

  • 36.8.0
    • Updated Node.js to v22.18.0. #47934