Electron Releases - v7.1.10

npm install electron@v7.1.10
yarn add electron@v7.1.10

Release Notes

Fixes

  • Fixed BrowserWindow.setFocusable(true) not working on Windows. #21855
  • Fixed set-cookie header not passed in net module. #21770
  • Fixed an issue where custom stream protocols would sometimes not complete responses when the data stream ended. #21758
  • Fixed crash when restoring minimized hidden window on Windows. #21820
  • Fixed issue where non-zero size pixels in CSS styles could be rounded down to zero size pixels. #21857
  • Fixed memory leak when using javascript generator functions. #21773

Other Changes

  • Fixed potential hang when sending synchronous IPC messages on process shutdown. #21776