Electron Releases

Release Notes for v0.33.0

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.

Release Notes for v0.32.3

Changelog:

  • Add browser-window-created event for app module.
  • Add BrowserWindow.isDevToolsFocused API.
  • Fix process and global objects not available in preload script after the first tick of message loop when node integration is off.
  • Fix devtools-opened event emitted before devToolsWebContents gets created.
  • Fix BrowserWindow.addDevToolsExtension not working.
  • Fix memory leak when calling node::Buffer::New.

OS X

  • Add title-bar-style option for BrowserWindow, which allows creating Yosemite style frameless window.
  • Add activate event for app module.
  • Fix devtools-focused event not working.