Electron Releases - v12.0.9

npm install electron@v12.0.9
yarn add electron@v12.0.9

Release Notes

Fixes

  • Fixed will-resize and will-move events not scaling the emitted newBounds rectangle to the appropriate Windows display scale factor. #29226 (Also in 11, 13)
  • Fixed incorrect value of document.focus when opening multiple windows on macOS. #29235