Electron: v10.1.3 Release

Release date:
September 28, 2020
Previous version:
v10.1.2 (released September 14, 2020)
Magnitude:
108 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

Top Contributors in v10.1.3

trop[bot]
zcbenz
electron-bot
codebytere
miniak
samuelmaddock

Directory Browser for v10.1.3

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 v10.1.3

Fixes

  • Fixed CORS not being disabled by webSecurity: false. #25503 <span style="font-size:small;">(Also in 9, 10, 11)</span>
  • Fixed ready-to-show event not emitted on some machines. #25476 <span style="font-size:small;">(Also in 9, 10, 11)</span>
  • Fixed a crash in app.importCertificate() on Linux. #25536 <span style="font-size:small;">(Also in 9, 10, 11)</span>
  • Fixed a crash when closing window in an event listener after exiting fullscreen on macOS. #25604 <span style="font-size:small;">(Also in 10, 11)</span>
  • Fixed an issue that could cause a normally-exiting process to fail with an "illegal access" message and exit code 7. #25458 <span style="font-size:small;">(Also in 8, 9, 10, 11)</span>
  • Fixed an issue where an error would be displayed when using webContents.print() if no default was set and no device name provided. #25606 <span style="font-size:small;">(Also in 9, 10, 11)</span>
  • Fixed an issue where multiple calls to window.print() could cause a crash. #25530
  • Fixed an issue where pageRanges was not properly honored when printing. #25597 <span style="font-size:small;">(Also in 10)</span>
  • Fixed crashes caused by attempting to modify destroyed views. #25511 <span style="font-size:small;">(Also in 9, 10, 11)</span>
  • Fixed the remote-debugging-port discovery page showing garbled text. #25601 <span style="font-size:small;">(Also in 10, 11)</span>
  • Updated Node root certs to use NSS 3.56. #25361 <span style="font-size:small;">(Also in 8, 9, 10, 11)</span>

    Other Changes

  • Added a small console hint to console to help debug renderer crashes. #25472 <span style="font-size:small;">(Also in 9, 10, 11)</span>

  • Fixed resource leak in worker threads. #25662 <span style="font-size:small;">(Also in 9, 10, 11)</span>

  • Updated Chromium to 85.0.4183.121. #25559

    Unknown

  • Fixed extension background page devtools not being openable. #25566 <span style="font-size:small;">(Also in 9, 10, 11)</span>