Electron Releases

Filter by channel Filter by major release

Release Notes for v24.5.1

Fixes

  • Fixed an issue where passing webContents.print(null) could incorrectly trigger an error. #38640 (Also in 25, 26)
  • Fixed an issue with potential use-after-free of child windows on close and reparent. #38677 (Also in 25, 26)
  • Fixed visibility of menu bar when exiting full screen. #38681 (Also in 23, 25, 26)

Other Changes

  • Backported fix for b:251677220, 1431532. #38711
  • Security: backported fix for 1447430.
    • Security: backported fix for CVE-2023-3079. #38654
  • Security: backported fix for CVE-2023-2933.
    • Security: backported fix for CVE-2023-2932.
    • Security: backported fix for CVE-2023-2931.
    • Security: backported fix for 1444195.
    • Security: backported fix for CVE-2023-2936.
    • Security: backported fix for CVE-2023-2935.
    • Security: backported fix for CVE-2023-2934
    • Security: backported fix for CVE-2023-2930. #38536

Release Notes for v24.5.0

Features

  • Added setUSBProtectedClassesHandler to allow access to protected USB classes with WebUSB. #38498 (Also in 25)

Fixes

  • Fixed an issue where <datalist> popups are positions incorrectly in BrowserViews. #38608 (Also in 23, 25, 26)