Electron Releases

Filter by channel Filter by major release

Release Notes for v5.0.13

Fixes

  • Fixed Electron apps getting rejected to Mac App Store. #20988
  • Fixed context menu disappearing when showing. #21227
  • Fixed issue where reloading the window after calling setBackgroundColor would result in using an older background color setting. #19972

Release Notes for v5.0.12

Fixes

  • Fixed a crash in Menus related to menu.popup(). #20800
  • Fixed crashes when calling webContents.printToPDF() multiple times. #20812
  • Fixed fs.mkdir/mkdirSync hang with {recursive: true} for invalid names with node 12 on windows. #20664
  • Fixed memory leaks caused by callbacks not being released when the remote module is used in sub-frames (<iframe> or scriptable popup). #20816
  • Fixed native module size increase on windows, follow up fix to https://github.com/electron/electron/pull/20614. #20707
  • Fixed native modules size increase with VC++ and node 12 on windows. #20628
  • Fixed parsing of paths with .asar in directory name extensions. #20403
  • [deps/uv] fsevents: fix file event reporting (backport: v12.x). #20433