Electron v0.33.7

npm
npm install --save-dev electron@0.33.7
yarn
yarn add --dev electron@0.33.7
Google ChromeChromium
45.0.2454.85
Node.jsNode.js
4.1.1
V8V8
4.5.103.29

Release Notes

Changelog:

  • Calling webFrame.setZoomLevel nows also changes the zoom levels of <webview>s in the page.

  • Fix sending special keys with webContents.sendInputEvent.

  • Fix uncaught exception when releasing a remote object in browser process.

  • Fix various problems arounds minimum and maximum sizes of BrowserWindow.

  • Fix postMessage not working for windows opened by window.open.

  • Fix --ppapi-flash-path failed to recognize path with unicode characters.

  • Fix headers' value being converted to lower case in did-get-response-details event.

  • Fix HTTP requests' Accept-Language header not using system locale.

Windows

  • Don't add prefix for console.log outputs.

  • Fix BrowserWindow's size changed after restored from minimized state.

OS X

  • Fix frameless window has wrong initial size when it is not resizable.

  • Fix text-to-speech not working on OS X 10.11.

Linux

  • Fix calling BrowserWindow.setResizable(true) clears size constraints.