Electron Releases

Filter by channel Filter by major release

Release Notes for v0.25.3

Changelog:

  • Add BrowserWindow.getBounds and BrowserWindow.setBounds API.
  • Log errors happened in preload scripts to devtools.

Mac

  • Send the bounds of tray icon in the clicked event.

Windows

  • Fix WebGL not working.
  • Allow specifying Super as global accelerator.
  • Enable NTLM / Kerberos authentication.

Release Notes for v0.25.2

Changelog:

  • Implement HTML5 fullscreen API.
  • Add page-favicon-updated event for WebContents and <webview> tag.
  • Add dom-ready event for WebContents and <webview> tag.
  • Add getFavicon method for WebContents and <webview> tag.
  • Add inspectElement method for <webview> tag.
  • Callbacks passed to asynchronous asar APIs will be called in the next tick of message loop when error happens.
  • Add APIs to check service workers.
  • Navigation happened in <webview> tag now restarts renderer process.
  • Allow opening links with external protocols in <webview> tag.
  • Reimplement navigation history control with JavaScript.
  • Fix un-handled Promise rejection not reported in devtools.

OS X

  • Fix the non-transparent corners for frameless windows.