Electron Releases - v17.1.1

npm install electron@v17.1.1
yarn add electron@v17.1.1

Release Notes

Fixes

  • Fixed an issue where alternateImages did not work properly on macOS. #33105 (Also in 15, 16, 18)
  • Fixed an issue where the Tray could get garbage collected incorrectly under some circumstances. #33076 (Also in 15, 16, 18)
  • Fixed an occasional crash on Mac when spawning a child process. #33116 (Also in 18)
  • Fixed broken transparency option in offscreen window rendering. #33052 (Also in 16, 18)

Other Changes

  • Updated Chromium to 98.0.4758.109. #33085