Electron: v7.2.4 Release

Release date:
April 29, 2020
Previous version:
v7.2.3 (released April 16, 2020)
Magnitude:
528 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in v7.2.4

MarshallOfSound
nornagon
ckerr
electron-bot
trop[bot]

Directory Browser for v7.2.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 v7.2.4

Fixes

  • Fixed Promise timeout issue when running Electron as Node. #23324
  • Fixed a use-after-free error that could happen if a Tray was destroyed while showing a custom context menu. #23182
  • Fixed an issue where windows without nativeWindowOpen: true could invoke the non-native-open path. #23224
  • Fixed memory leak when using contextBridge with sandbox=true. #23232
  • MacOS VoiceOver is now able to find its way back into web contents after it navigated "out" of an application. #23174