Electron Releases

Filter by channel Filter by major release

Release Notes for v22.3.3

Fixes

  • Fixed an issue where unhandled rejections could cause duplicate logs in some cases. #37502 (Also in 23, 24)

Other Changes

  • Security: backported fix for 1414224. #37483
  • Security: backported fix for CVE-2023-0928. #37481
  • Security: backported fix for CVE-2023-0929. #37479
  • Security: backported fix for CVE-2023-0931. #37477
  • Security: backported fix for CVE-2023-0932. #37485

Release Notes for v22.3.2

Fixes

  • Fixed an issue where minWidth/minHeight and maxWidth/maxHeight would not be enforced if the user set an aspectRatio on macOS. #37458 (Also in 23, 24)
  • Fixed an issue where passing both hasReply and actions to a main process Notification on macOS resulted in the first action being obscured and unavailable. #37447 (Also in 23, 24)
  • Fixed window could not go back to maximized state when restored on Linux. #37360 (Also in 23, 24)

Other Changes

  • Improved error messages for contents.takeHeapSnapshot. #37459 (Also in 23, 24)