Electron v8.0.0 现已发布,该版本更新内容如下:
Breaking Changes
80.0.3987.86
(New since Electron 7: Chromium 79, 80)12.13.0
(New since Electron 7: Node 12.9, 12.10, 12.11, 12.12, 12.13)8.0
(New since Electron 7: V8 7.9, 8.0)Features
--enable-api-filtering-logging
命令行开关。#20335app.getApplicationNameForProtocol()
。#21117credits
和iconPath
的app.setAboutPanelOptions()
支持。#19420BrowserWindow.moveAbove(mediaSourceId)
。#18926contents.getAllSharedWorkers()
并contents.inspectSharedWorkerById(workerId)
以允许检查特定的共享工作程序。#20389Notification()
options 的timeoutType
属性,以允许用户设置 Linux 和 Windows 通知的超时类型。#20153Fixes
crashReporter.getUploadedReports
。#20428Documentation
更多详细信息可查阅发布说明: https://github.com/electron/electron/releases/tag/v8.0.0
(文/开源中国)