Electron Releases

Filter by channel Filter by major release

Release Notes for v16.2.2

Fixes

  • Fixed an issue where the the window bounds would incorrectly change if BrowserWindow.unmaximize was called on a window whose user bounds were maximized. #33552 (Also in 17, 18)
  • Fixed behavior of BrowserWindow.maximize on macOS for not shown windows. #33535 (Also in 15, 18)
  • Fixed incorrect return value of app.requestSingleInstanceLock() when setting non-existent user data folder. #33590 (Also in 17, 18, 19)

Other Changes

  • Security: backported fix for chromium:1260129. #33524
  • Security: backported fix for chromium:1311641. #33605