Electron Releases

Filter by channel Filter by major release

Release Notes for v0.24.0

Changelog:

  • Atom Shell is renamed to Electron.
  • Add position and id attribute to MenuItem.
  • Add did-get-response-details event to WebContents and <webview> tag.
  • Fix WebContents.reloadIgnoringCache not ignoring cache.
  • Fix a crash when calling WebContents.getUrl.

Mac

  • Fix using VoiceOver.
  • Fix shell.moveItemToTrash return wrong value.

Release Notes for v0.23.0

Changelog:

  • Chromium is statically linked to atom-shell.
  • Node(io.js) is dynamically linked to atom-shell.
  • Upgrade to io.js v1.6.3.
  • Add devtools-focused event for BrowserWindow.
  • Add page-title-set event for WebContents and <webview> tag.
  • Fix process.title not changeable.

Mac

  • Fix crash when quitting a fullscreen app.

Windows

  • Add 64bit build.
  • __Renaming atom.exe no longer breaks native modules.