Electron Releases

Filter by channel Filter by major release

Release Notes for v22.0.2

Fixes

  • Fixed an RTL issue that could happen in some locales when calling BrowserWindow.setTrafficLightPosition() on macOS. #36851 (Also in 21, 23)
  • Fixed an error when fs.readdir gets null for options. #36849 (Also in 23)
  • Fixed missing headers in libcxx_headers bundle. #36865

Other Changes

  • Security: backported fix for CVE-2023-0129. #36884
  • Updated Chromium to 108.0.5359.179. #36877

Release Notes for v22.0.1

Fixes

  • Changed HTML5 Notifications created with the requireInteraction option to not timeout on Linux and Windows. #36501 (Also in 21)
  • Fixed a crash that could occur when running eval in inline scripts in unsandboxed renderer processes. #36668 (Also in 23)
  • Fixed an issue with incorrect focus ring highlighting when using dialog.showMessageBox(). #36802 (Also in 21, 23)
  • Fixed binary stripping for branded release builds on Linux. #36654 (Also in 21, 23)
  • Fixed warning about duplicate WebSwapCGLLayer symbols when Electron starts on macOS. #36800 (Also in 21, 23)

Other Changes

  • Added node-api: handle no support for external buffers. #36624
  • Backported fix for chromium:1352405. #36517
  • Backported fix for chromium:1352405. #36518
  • Removed unneeded --turbo-profiling-input argument from mksnapshot_args for Linux mksnapshot zips. #36782 (Also in 23)
  • Updated Chromium to 108.0.5359.99. #36613