Electron Releases - v0.33.0

npm install electron@v0.33.0
yarn add electron@v0.33.0

Release Notes

Changelog:

  • Update to Node.js v4.1.0.
  • Add app.getLocale API.
  • Fix activate-with-no-open-windows emitted at wrong time.
  • Fix mimeType not working in registerStringProtocol and its families.
  • Fix crash when calling vm.createContext.
  • Fix occasional crash when closing devtools.

OS X

  • Fix crash when title-bar-style is set on OS X <= 10.9.
  • Fix crash when opening a new window after closing a window.