Electron v0.29.2

npm
npm install --save-dev electron@0.29.2
yarn
yarn add --dev electron@0.29.2
Google ChromeChromium
43.0.2357.65
Node.jsNode.js
2.3.1
V8V8
4.3.61.21

Release Notes

Changelog:

  • Pressing backspace won't trigger a navigation back anymore.

  • The node-integration option of the window opened by window.open now inherits opener window's option by default.

  • Fix reversed PageUp and PageDown accelerators.

  • Fix name not working in window.open.

  • Fix wrong time zone in pepper plugins.

  • Fix calling window.moveTo and window.resizeTo causing exceptions in the main process.

  • Check whether object is alive before calling its methods.

Windows

  • Fix fullscreen flag of BrowserWindow not working.

  • Fix -webkit cursors not working.

Linux

  • Fix HTTPS websites not loading.