Electron Releases

Filter by channel Filter by major release

Release Notes for v2.0.4

Bug Fixes

  • Fixed crashes in V8 garbage collector. #13421
  • Fixed issue where cookies and credentials were being captured in netlog. #13537
  • Fixed dyld: Symbol not found: _CIDetectorTypeText error introduced in 2.0.3. #13404

macOS

  • Fixed crash on startup on macOS 10.9 due to linking with CoreBluetooth. #13545
  • Fixed tray.setContextMenu crash. #13516

Windows

  • Fixed windows causing repaint issues when DWM composition is disabled. #12501

Release Notes for v2.0.3

Bug Fixes

  • Fixed crashes with natively compiled modules. #13260
  • Mark browser window affinity as experimental. #13295
  • Enabled WebFrame method forwarding in sandboxed renderers (#12538). #13076
  • Fixed issue starting Electron with Node options. #13324
  • Fixed passing the boolean value of enableAutoSize in webContents.setSize(options). #13330
  • [SECURITY] Added temporal index bounds check for WebRTC. #13305

macOS

  • Fixed tray title not inverting when highlighted. #13262
  • Fixed to allow lookup of videodecoder service to fix HW video decoding on macOS 10.13. #13275, #13345
  • Fixed issue allowing bundles to be selected in open file. #13277
  • Fixed to set mac protocol to none after calling app.removeAsDefaultProtocolClient. #13325