Electron: v9.0.4 Release

Release date:
June 12, 2020
Previous version:
v9.0.3 (released June 5, 2020)
Magnitude:
116 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

Top Contributors in v9.0.4

trop[bot]
deepak1556
nornagon
zcbenz
electron-bot
codebytere
MarshallOfSound

Directory Browser for v9.0.4

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 v9.0.4

Fixes

  • Added missing support for isComposing KeyboardEvent property. #23996
  • Enable NTLM v2 for POSIX platforms and added --disable-ntlm-v2 switch to disable it. #23934
  • Fix: Allow windows behind macOS elements if "frame" is false. #24033
  • Fixed chrome://media-internals and chrome://webrtc-internals pages not loading. #24058
  • Fixed a crash that could occur when using the ipcRenderer module after blink had released the context. Instead, a JS exception will be thrown. #23978
  • Fixed an issue where rmdir and rmdirSync work with original-fs in an asar context. #23956
  • Fixed no session in webContents of type remote. #24065
  • Fixed: On some Windows machines, especially Windows Insider builds, Electron would crash silently during startup. #24039

Other Changes

  • Updated Chromium to 83.0.4103.104. #24068
  • [a11y] fix incorrect position and size reported for grouped items in a listbox. #24060
  • [a11y] fix incorrect selection item count for listbox with grouped items. #24061