Electron 8.2.4 现已发布,主要更新内容包括有:
Fixes
- 修复了将 Electron 作为节点运行时 Promise 超时问题。#23234
- 修复了如果在显示自定义上下文菜单时托盘被破坏,则可能发生的使用后使用错误。#23181
- 修复了没有
nativeWindowOpen: true 的 windows 可以调用非本地打开路径的问题。 #23225 - 修复了 Node.js 的
script.runInNewContext() 中contextCodeGeneration 参数的错误使用。#23147 - 修复了将 contextBridge 与 sandbox=true 一起使用时的内存泄漏。#23231
Other Changes
- 将 Chromium 更新为 80.0.3987.165。#23217
更新说明:https://github.com/electron/electron/releases/tag/v8.2.4 |