Electron Releases - v23.1.1

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

Release Notes

Fixes

  • Corrects an issue with HTML fullscreen when BrowserWindow fullscreening is disabled. #37367 (Also in 24)
  • Fixed potential private API usage for MAS builds on macOS. #37363 (Also in 24)
  • Fixed window could not go back to maximized state when restored on Linux. #37359 (Also in 24)

Other Changes

  • Security: backported fix for chromium:1408392. #37297
  • Updated Chromium to 110.0.5481.104. #37333

Documentation

  • Documentation changes: #37290