Electron: v7.1.10 Release

Release date:
January 22, 2020
Previous version:
v7.1.9 (released January 13, 2020)
Magnitude:
98 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in v7.1.10

MarshallOfSound
trop[bot]
zcbenz
deepak1556
electron-bot

Directory Browser for v7.1.10

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Release Notes for v7.1.10

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