electron v0.35.0
Changelog:
- Show warnings for deprecated APIs, can be turned off with
process.noDeprecation. - Add
electronmodule which includes all public APIs. - The
ipcmodule is deprecated, should useipcRendererin renderer process, andipcMainin main process. - The
ipcRenderermodule adds aneventobject when emitting events, to match the style ofipcMainmodule. - Remove the
-inBrowserWindow's option names. clickedevents inTrayare renamed toclick.- The
Urlin API names is replaced withURL. - Add
documents,downloads,music,pictures,videoskeys toapp.getPath. - Fix memory leak of
webContents.beginFrameSubscription.
Windows
- Add support for toast notifications on Windows >= 8.
OS X
- Add
drag-enter,drag-leave,drag-endanddropevents toTraymodule. - Fix images not showing in notifications on OS X 10.9.