Electron Releases - v11.4.3

npm install electron@v11.4.3
yarn add electron@v11.4.3

Release Notes

Fixes

  • Fixed a bug where, when a JumpList task description exceeded 260 characters, the JumpList was empty, despite valid entries. #28524 (Also in 12, 13)
  • Fixed a network process crash that could happen when using setCertificateVerifyProc with many concurrent verification requests. #28470 (Also in 12, 13)
  • Fixed failing to request file:// resources when web security is disabled. #28589 (Also in 12, 13)
  • Support wasm-eval csp behind WebAssemblyCSP flag. #28576 (Also in 12, 13)
  • Transparent windows cannot be maximized using the Windows system menu or by double clicking the title bar. #28635 (Also in 12, 13)

Other Changes

  • Security: backported fix for chromium:1196683. #28639