Electron Releases - v1.2.4

npm install electron@v1.2.4
yarn add electron@v1.2.4

Release Notes

Changelog:

  • Update to Chrome 51.0.2704.103. #6134
  • Add support for child windows. #6140
  • Add tray.getBounds() API. #6159
  • Add quit, togglefullscreen roles to MenuItem. #6154 #6166
  • Fix members of protocol module not being set. #6095
  • Fix devtools extensions not showing up on first load. #6115
  • Fix output in renderer process not being redirected to the main process. #6130
  • Fix <webview> tag having wrong size when transform style is applied. #6128
  • Fix crash when releasing contexts in renderer process. #6144
  • Fix rejection of remote Promise being treated as unhandled rejection in the main process. #6151
  • Fix color of menu bar not being updated when system theme changes. #6161
  • Fix wrong role when menu.insert(item) is used. #6169

macOS

  • Add systemPreferences.subscribeLocalNotification(event, callback) and systemPreferences.unsubscribeLocalNotification(id) APIs. #6150
  • Fix frameless window not showing in Window menu. #6089, #6097
  • Fix crash when calling win.setProgressBar after app.dock.setIcon. #6091
  • Fix context menu always choosing first item by default. #6110
  • Fix Delete not working as accelerator. #6168

Linux

  • Fix app indicators using random IDs. #6145
  • Fix message boxes and file dialogs not being modal. #6160

Windows

  • Fix bounds of Tray not respecting scale factor.