Skip to content

electron v4.1.1

Compare
Choose a tag to compare
@electron-bot electron-bot released this 20 Mar 23:09
· 44 commits to 4-1-x since this release

Release Notes for v4.1.1

Fixes

  • Added a check for invalid menu index to prevent out-of-range crashes on insertion. #17461
  • Fixed an issue where Notification objects constructed in the main process would randomly not be shown to the user. #17483
  • Fixed crash when nativeImage.createFromBuffer() is called with invalid buffer. #17373