Electron Releases

Filter by channel Filter by major release

Release Notes for v11.4.3

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

Release Notes for v11.4.2

Fixes

  • Fixed an issue where the thumbar disappeared after win.hide() on Windows. #28391 (Also in 10, 12, 13)
  • Fixed bug where TouchBarPopover and TouchBarGroup were no longer rendering. #28412 (Also in 12)
  • Fixed crash when exiting app with active nodejs worker_threads. #28471
  • Fixed service worker not working with custom protocol. #28353 (Also in 12, 13)

Documentation

  • Documentation changes: #28364