Electron Releases - v16.1.0

npm install electron@v16.1.0
yarn add electron@v16.1.0

Release Notes

Features

  • Added height option for Windows Control Overlay. #33061 (Also in 15, 17)

Fixes

  • Fixed an issue where alternateImages did not work properly on macOS. #33106 (Also in 15, 17, 18)
  • Fixed an issue where the Tray could get garbage collected incorrectly under some circumstances. #33075 (Also in 15, 17, 18)
  • Strip crashpad_handler binary on Linux, reducing bundle size. #33174 (Also in 15, 17, 18)

Other Changes

  • Security: backported fix for 1295786. #33169
  • Security: backported fix for chromium:1281908. #33186
  • Security: backported fix for chromium:1289383. #33182