Electron Releases

Filter by channel Filter by major release

Release Notes for v18.3.8

Fixes

  • Added support for --ozone-platform-hint flag on Linux. #35013 (Also in 19, 20)
  • Fixed a Windows Control Overlay issue where a window taken directly from minimized to maximized state could have incorrect hover state. #35072 (Also in 19, 20)

Other Changes

  • Security: backported fix for 1264288. #35236
  • Security: backported fix for CVE-2022-2618. #35274
  • Security: backported fix for CVE-2022-2624. #35270
  • Security: backported fix for chromium:1343889. #35238

Release Notes for v18.3.7

Fixes

  • Fixed WCO not responding to touch events on windows. #35177 (Also in 19, 20)
  • Fixed webContents.getUserAgent() incorrectly returning an empty string unless previously set. #35130 (Also in 17, 19, 20)
  • Fixed an issue in which calling setBounds() after e.preventDefault in a 'will-move' or 'will-resize' event wouldn't change the window's shape until the mouse button was released. #35082 (Also in 19, 20)
  • Fixed context menu not showing all items on macOS when dock is not hidden. #35198 (Also in 19)
  • None. #35171 (Also in 19, 20)

Other Changes

  • Fixed page size always being restricted to 4k on Linux arm64. #35184
  • Security: backported fix for CVE-2022-2478. #35099
  • Security: backported fix for chromium:1334864. #35097