Electron Releases - v15.5.0

npm install electron@v15.5.0
yarn add electron@v15.5.0

Release Notes

Features

  • Added nativeTheme.inForcedColorsMode API to allow detecting forced color mode. #33360 (Also in 16, 17, 18)

Fixes

  • Fixed maximizing frameless windows by double-clicking on a draggable (title bar) region. #33449 (Also in 16, 17, 18)

Other Changes

  • Backported fix for CVE-2022-1096. #33473
  • Backported fix for chromium:1296876. #33393