Electron Releases

Filter by channel Filter by major release

Release Notes for v18.3.0

Fixes

  • Fixed a crash when calling loadExtension on an extension directory that's missing a manifest file. #34304 (Also in 16, 17, 19)
  • Fixed an issue where bounds changes were incorrectly delayed in the case where a window was moved or resized and event.preventDefault was called in either will-resize or will-move on Windows. #34284 (Also in 16, 17, 19)
  • Fixed an issue where running second instances of the same application would cause a deadlock on Windows. #34295 (Also in 19)
  • Fixed potential crash with WebFrameMain when navigating between cross-origin websites. #34293 (Also in 19)
  • Fixed service worker registration with custom protocols. #34291 (Also in 19)

Release Notes for v18.2.4

Fixes

  • Fixed an issue where tray items wouldn't highlight in some scenarios on macOS. #34207 (Also in 16, 17, 19)
  • Fixed crash on startup on old Ubuntu versions. #34155
  • SIGUSR1 is no longer handled when the node_cli_inspect fuse is disabled. #34180 (Also in 16, 17)

Other Changes

  • Backported fix for chromium:1320614. #34202
  • Updated Chromium to 100.0.4896.160. #34171