Electron: v9.0.5 Release

Release date:
June 22, 2020
Previous version:
v9.0.4 (released June 12, 2020)
Magnitude:
165 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in v9.0.5

trop[bot]
deepak1556
electron-bot
MarshallOfSound

Directory Browser for v9.0.5

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.5

Fixes

  • Fixed "Paste and Match Style" shortcut on macOS to match OS's "Option-Shift-Command-V". #24185
  • Fixed "null path-to-app" in test-app when Electron's path contains spaces or special characters. #24232
  • Fixed an error when calling dialog.showCertificateTrustDialog with no BrowserWindow. #24121
  • Fixed an issue where shutdown would be emitted both on app and system shutdown on macOS. #24141
  • Fixed an issue where withFileTypes was not supported as an option to fs.readdir or fs.readdirSync under asar. #24108
  • Fixed an issue which would cause streaming protocol responses to stall in some cases. #24082
  • Fixed an issue with click events not being emitted on macOS for Trays with context menus set. #24236
  • Fixed delayed execution of some Node.js callbacks in the main process. #24178
  • Fixed tray menu showing in taskbar on Windows. #24193
  • Fixed window titlebar not responding to pen on Windows 10. #24103

Other Changes

  • Fixed issue with some IMEs on windows (for ex: Zhuyin) don't terminate after pressing shift. #24059
  • Fixed mac app store rejection notice for invalid symbolic link in bundle. #24238
  • Updated Chromium to 83.0.4103.119. #24234

Documentation

  • Documentation changes: #24177