Electron 8.5.3 released, a cross-platform desktop application development tool

Electron 8.5.3 has been released. The specific updates are as follows:

Fixes

  • Fixed the ready-to-showissue that the event was not sent out on some devices.
  • Fixed an issue that may cause "illegal access" messages and exit code 7 to appear in a process that exits normally.
  • Fixed loading shared worker scripts via custom protocol
    • Fixed a crash when loading work scripts with nodeIntegration enabled. )
  • Fixed the maximum bleeding problem of frameless windows for other monitors.
  • Fixed a memory leak when using dialog.showMessageBox API on macOS.
  • Now, if the request is aborted, the protocol response stream will be destroyed.
  • The node root certificate is updated to use NSS 3.56.
  • It has been updated to Chrome 80.0.3987.163.

 For more details, please check the update instructions: https://github.com/electron/electron/releases/tag/v8.5.3

Guess you like

Origin www.oschina.net/news/119678/electron-8-5-3-released