
Electron 是一个使用 JavaScript、HTML 和 CSS 构建跨平台的桌面应用程序。它基于 Node.js 和 Chromium,被 Atom 编辑器和许多其他应用程序使用。Electron 兼容 Mac、Windows 和 Linux,可以构建出三个平台的应用程序。
Electron v35.1.0 更新内容如下:
Features
- 已添加
ffmpeg.dll
以延迟加载配置。#46172
Fixes
- 修复了 macOS 上子进程的 NODE_OPTIONS 解析问题。#46244
- 修复了在 Linux 上调用
webContents.print()
时发生的崩溃。#46147 - 修复了在 frameless windows 中
system-context-menu
会错误触发所有区域的问题。 #46178 - 修复了
webContents.printToPDF()
在跨进程子框架无法按预期工作的问题。 #46257 - 修复了在 Wayland 窗口上调整边框大小无法按预期工作的问题。#46224
- 修复了调用
pushNotifications.registerForAPNSNotifications()
后收到的 tokens 的 token formatting 问题。#46148 - 修复了在 Linux 上取消 PipeWire screenshare source 选择时发生崩溃的问题。#46234
- 修复了解析 NODE_OPTIONS 时读取越界字符串导致崩溃的问题。#46248
Other Changes
- 在 macOS 上不请求缩略图时,desktopCapturer.getSources 的性能得到改善。# 46249
- 将 Chromium 更新至 134.0.6998.165。#46196
更新说明:https://github.com/electron/electron/releases/tag/v35.1.0
还没有评论,来说两句吧...