Electron Releases - v9.3.2

npm install electron@v9.3.2
yarn add electron@v9.3.2

Release Notes

Fixes

  • Fixed CORS not being disabled by webSecurity: false. #25505 (Also in 9, 10, 11)
  • Fixed ready-to-show event not emitted on some machines. #25490 (Also in 9, 10, 11)
  • Fixed a crash in app.importCertificate() on Linux. #25538 (Also in 9, 10, 11)
  • Fixed a crash when closing window in an event listener after exiting fullscreen on macOS. #25605 (Also in 9, 10, 11)
  • Fixed an issue that could cause a normally-exiting process to fail with an "illegal access" message and exit code 7. #25502 (Also in 8, 9, 10, 11)
  • Fixed an issue where an error would be displayed when using webContents.print() if no default was set and no device name provided. #25607 (Also in 9, 10, 11)
  • Fixed crash when application launched from UNUserNotificationCenter notification (via a native node module). #25739 (Also in 9, 10, 11)
  • Fixed crashes caused by attempting to modify destroyed views. #25609 (Also in 9, 10, 11)
  • Fixed memory leak when creating "Services" menu. #25689 (Also in 9, 10, 11)
  • Fixed unsubscribe from observers when window is closing. #25586 (Also in 9, 10, 11)
  • Updated Node root certs to use NSS 3.56. #25364 (Also in 8, 9, 10, 11)

Other Changes

  • Added V8 crash message and location information to crashReport parameters. #24864 (Also in 9, 10)
  • Added a small console hint to console to help debug renderer crashes. #25473 (Also in 9, 10, 11)
  • Fixed resource leak in worker threads. #25663 (Also in 9, 10, 11)
  • Security: backported fix for 1100136. #25658
  • Security: backported fix for 1106612. #25656
  • Security: backported fix for 1114636. #25643

Unknown

  • Fixed extension background page devtools not being openable. #25567 (Also in 9, 10, 11)