Electron Releases

Filter by channel Filter by major release

Release Notes for v24.4.0

Features

  • Added several new cursor values to the cursor-changed event. #38364 (Also in 25)
  • Added support for Mica and Acrylic background effects on Windows. #38361 (Also in 25)

Fixes

  • Fixed an issue where getNormalBounds() returns incorrect bounds for transparent maximized windows on Windows. #38349 (Also in 23, 25)

Other Changes

  • Updated Chromium to 112.0.5615.204. #38350

Release Notes for v24.3.1

Fixes

  • Fixed an issue where BrowserWindow.isMaximized() could incorrectly return true for minimized or fullscreened windows on macOS. #38308 (Also in 23, 25)
  • Fixed an issue where BrowserWindow.isVisible() would incorrectly return true for minimized windows on Windows. #38313 (Also in 23, 25)
  • Fixed an issue where accessing BrowserWindow.id threw an error after the window was destroyed. #38310 (Also in 23, 25)
  • Fixed an issue where calling win.minimize() directly after calling win.maximize(), and then calling win.isMaximized() incorrectly returns true. #38343 (Also in 23, 25)

Other Changes

  • Security: backported fix for 1433328. #38271
  • Updated Chromium to 112.0.5615.183. #38319