Electron Releases

Filter by channel Filter by major release

Release Notes for v1.1.2

Changelog:

  • Add BrowserWindow.setIcon(icon) API. #5624
  • Add Session.allowNTLMCredentialsForDomains(domains) API, and mark app.allowNTLMCredentialsForDomains(domains) as deprecated. #5638
  • Fix error description of did-fail-load event being empty. #5634
  • Fix require('electron') being able to be overridden by npm modules. #5662
  • Fix remote module not handling rejection of Promise in the main process. #5666

Windows

  • Improve icon resolution when using ICO icons. #5624
  • Fix crashReporter not working. #5646

OS X

  • Add offsetX parameter to BrowserWindow.setSheetOffset(offsetY[, offsetX]) API. #5603
  • Fix the usages of private APIs in MAS build. electron/libchromiumcontent#212
  • Fix BrowserWindow.setAspectRatio(ratio) not correctly implemented. #5644

Linux

  • Fix the binary of ffmpeg not stripped. #5668

Release Notes for v1.1.1

Changelog:

  • Disable <webview> tag when nodeIntegration is off in host window. #5559
  • Add --disable-http2 command line switch. electron/brightray#222
  • Add webFrame.getResourceUsage() and webFrame.clearCache() APIs. #5413
  • Add buttonLabel option to dialog.showOpenDialog(options) and dialog.showSaveDialog(options). #5509
  • Fix Invalid package error when there is asar path in the command passed to child_process.exec. #5571
  • Fix <webview> tag not inheriting host window's zoom level. #5616

OS X

  • Enable Mac App Store sandboxing without using temporary-exception. #5584, #5601
  • The callback of systemPreferences.subscribeNotification(event, callback) now accepts event and userInfo parameters. #5582
  • Fix context menu not showing all items when opened near the lower bound of display. #5518
  • Fix using titleBarStyle option makes the top of window draggable. #5557

Windows

  • Link statically with Visual C++ libraries. #5538, #5602

Linux