Electron Releases

Filter by channel Filter by major release

Release Notes for v18.3.5

Fixes

  • Fixed a performance problem in crashReporter.start() on macOS. #34640 (Also in 17, 19, 20)
  • Fixed an error where setWindowOpenHandler() would crash if the callback threw an error. #34627 (Also in 19, 20)
  • Fixed an issue where calling w.setWindowButtonVisibility(true) immediately after exiting fullscreen fails to show window buttons. #34673 (Also in 19, 20)
  • Fixed an issue where draggable regions were not recalculated when BrowserView bounds changed on Windows. #34610 (Also in 19, 20)

Other Changes

  • Backported fix for CVE-2022-2010. #34540
  • Fixed an issue where BrowserViews didn't always visually update after call to setBounds. #34641 (Also in 19, 20)
  • On Linux, changed the libgdk-pixbuf dependency to be dynamically linked rather than statically linked. #34601 (Also in 19, 20)
  • Security: Backported fix for CVE-2022-1867. #34631
  • Security: backported fix for 1228661. #34569
  • Security: backported fix for 1306751. #34560
  • Security: backported fix for 1314310. #34558
  • Security: backported fix for 1316578. #34568
  • Security: backported fix for 1317673. #34566
  • Security: backported fix for 1318610. #34556
  • Security: backported fix for 1321078. #34692

Release Notes for v18.3.4

Fixes

  • Fixed an issue where normal bounds would not be appropriately updated if the user minimized with the minimize button. #34485 (Also in 19, 20)
  • Fixed an issue where passing { name: 'All Files', extensions: ['*'] } in the filters param of open or save dialogs on Linux would disallow choosing files without an extension. #34518 (Also in 19, 20)

Other Changes

  • Backported fix for CVE-2022-2011. #34537
  • Security: backported fix for 1227995. #34562
  • Security: backported fix for 1320024. #34554
  • Security: backported fix for 1324864, 1218100. #34534