Electron Releases

Filter by channel Filter by major release

Release Notes for v18.3.6

Fixes

  • Fixed a crash when calling BrowserWindow.setEnabled(). #34973 (Also in 19, 20)
  • Fixed a potential crash when changing window settings after initializing WCO with an invalid titleBarStyle. #34873 (Also in 17, 19, 20)
  • Fixed alwaysOnTop BrowserWindow option for X11 Linux. #34911 (Also in 19, 20)
  • Fixed an issue where BrowserWindows on macOS were incorrectly marked as resizable. #34907 (Also in 19, 20)
  • Fixed an issue where Windows Control Overlay buttons did not respect maximizable/minimizable/closable states of a BrowserWindow. #34720 (Also in 17, 19, 20)
  • Fixed an issue where calling BrowserWindow.setRepresentedFilename on macOS with titlebarStyle: 'hiddenInset' or titlebarStyle: 'hidden' inadvertently moves the traffic light location. #34847 (Also in 19, 20)
  • Fixed an issue where some BrowserWindows opened from new links wouldn't properly load URLs. #34910 (Also in 19)
  • Fixed an issue where the minimize button with WCO enabled would incorrectly be highlighted in some cases. #34838 (Also in 17, 19, 20)
  • Fixed an issue with background colors being improperly applied to BrowserViews on Windows. #33478 (Also in 16)
  • Fixed empty app_id when running under wayland. #34877 (Also in 19, 20)
  • Fixed missing Sec-CH-UA headers and empty navigator.userAgentData. #34758 (Also in 17, 19, 20)
  • Fixed symbol generation on 32-bit Windows release builds. #35096 (Also in 19, 20)
  • Prevent brief display of "Ozone X11" in window title on Linux. #34943

Other Changes

  • Backported fix for CVE-2022-2294. #34882
  • Security: backported fix for 1287804. #35102
  • Security: backported fix for 1333333. #34689
  • Security: backported fix for 1335054. #34687
  • Security: backported fix for 1335458. #34685
  • Security: backported fix for 1336014. #35004
  • Security: backported fix for 1339844. #35002
  • Security: backported fix for 1340335. #35000
  • Security: backported fix for 1340654. #34998
  • Security: backported fix for CVE-2022-2162. #34714
  • Security: backported fix for CVE-2022-2295. #34881

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