v33.0.0
版本发布时间: 2024-10-15 09:46:11
electron/electron最新发布版本:v33.0.1(2024-10-17 04:53:31)
Release Notes for 33.0.0
Stack Upgrades
- Chromium
130.0.6723.44
- Node
20.18.0
- V8
13.0
Breaking Changes
- Deprecated usage of
textured
BrowserWindowtype
option on macOS. #43133 - Custom protocol URLs that use Windows file paths will no longer work correctly with the deprecated
protocol.registerFileProtocol
and thebaseURLForDataURL
property onBrowserWindow.loadURL
,WebContents.loadURL
, and<webview>.loadURL
. #43977
Features
Additions
- Added a handler,
app.setClientCertRequestPasswordHandler(handler)
, to help unlock cryptographic devices when a PIN is needed. #41205 - Added error event in utility process to support diagnostic reports on V8 fatal errors. #43997
- Added
View.setBorderRadius(radius)
for customizing the border radius of views—with compatibility forWebContentsView
. #42320 - Added Linux support for the Windows Control Overlay API. #41769 (Also in 30, 31, 32)
- Added support for the macOS system picker in
desktopCapturer
andsetDisplayMediaRequestHandler
. #43680 (Also in 32) - Added
DownloadItem.getCurrentBytesPerSecond()
,DownloadItem.getPercentComplete()
,DownloadItem.getEndTime()
. #42805 (Also in 30, 31, 32) - Added a new property
prefersReducedTransparency
tonativeTheme
, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. #42862 (Also in 30, 31, 32) - Added support for responding to auth requests initiated from utility process via
app#login
event. #42631 (Also in 32)
Improvements
- Extended
navigationHistory
API with 2 new functions for better history management. #42014 - Ensured that the
sender-id
hint is set when creating desktop notifications on DBus. #43949 (Also in 31, 32) - Aligned failure pathway in File System Access API with upstream when attempting to open a file or directory in a blocked path. #42561 (Also in 30, 31, 32)
- Enabled zstd compression in net http requests. #43150 (Also in 31, 32)
- Expose
systemPreferences
toutilityProcess
. #42203 (Also in 30, 31, 32)
Fixes
- Fixed a build failure when the
enable_plugins
build flag is false. #44025 - Fixed mouse cursor turning into loading spinner when starting utility process on Windows. #43731
Also in earlier versions...
- Fixed BrowserView auto resize issue. #43636 (Also in 31, 32)
- Fixed
MenuItem.click
handler not settingfocusedWindow
parameter when focused window is aBaseWindow
. #43438 (Also in 31, 32) - Fixed a crash that could occur in some DevTools extensions containing draggable regions. #43179 (Also in 31, 32)
- Fixed a crash when calling
focus
on aWebView
'swebContents
. #43932 (Also in 31, 32) - Fixed a focus issue when calling
BrowserWindow.setTopBrowserView
. #42653 (Also in 30, 31, 32) - Fixed a potential crash when using off screen rendering. #42920 (Also in 30, 31, 32)
- Fixed a potential error when calling
webContents.close()
on a BrowserView. #42633 (Also in 31, 32) - Fixed a potential issue accessing a child window document when overriding browserWindow creation via
setWindowOpenHandler
. #43816 (Also in 31, 32) - Fixed a potential issue with fillable PDF forms saving correctly in some circumstances. #43686 (Also in 31, 32)
- Fixed an error where a minimized or hidden window would thrown an unresponsive error in the main process. #43034 (Also in 32)
- Fixed an issue when dragging to resize when using Window Controls Overlay on Linux. #43744 (Also in 31, 32)
- Fixed an issue where Chromium could crash on a dangling unretained pointer in one of several webRequest functions. #42647 (Also in 31, 32)
- Fixed an issue where High Contrast Mode didn't apply to webContents on Windows. #42853 (Also in 31, 32)
- Fixed an issue where MessagePorts could close unexpectedly with non-cloneable objects sent via
postMessage
. #42535 (Also in 30, 31, 32) - Fixed an issue where
BaseWindow.setTouchBar
didn't work as expected. #43422 (Also in 30, 31, 32) - Fixed an issue where
WebContentsView
s did not show correctly in some circumstances on macOS after being added as child views. #43696 (Also in 31, 32) - Fixed an issue where
defaultPath
did not work for all users on Linux when creating an open file dialog. #43595 (Also in 30, 31, 32) - Fixed an issue where
fetch
-dependent interfaces could be missing in Web Workers withnodeIntegrationInWorker
enabled. #42579 (Also in 30, 31, 32) - Fixed an issue where
navigator.mediaDevices.enumerateDevices
could return broken results in some cases after callingsession.setPermissionCheckHandler
. #42775 (Also in 30, 31, 32) - Fixed an issue where
navigator.mediaDevices.getUserMedia
andnavigator.getUserMedia
should reject with aNotAllowedError
if microphone or camera permissions have been denied at the system level on macOS. #42899 (Also in 30, 31, 32) - Fixed an issue where
navigator.serial.getPorts()
incorrectly returned an empty array in some cases. #43101 (Also in 30, 31, 32) - Fixed an issue where
system-context-menu
was not triggered as expected on Windows when using a frameless BrowserWindow. #43243 (Also in 30, 31, 32) - Fixed an issue where an exception could be thrown on BrowserView after its owner BrowserWindow was closed. #44000 (Also in 31, 32)
- Fixed an issue where calling
BrowserWindow.setBackgroundColor
with some level of transparency could cause a crash. #42824 (Also in 31, 32) - Fixed an issue where calling
desktopCapturer.getSources
on macOS running 14.4 or later would make non-resizable windows resizable. #43013 (Also in 31, 32) - Fixed an issue where calling
window.print()
,webContents.print()
orprintToPDF
from an existing PDF document resulted in a blank page. #43309 (Also in 31, 32) - Fixed an issue where calling
window.showInactive
on macOS did not actually show the window. #43079 (Also in 31, 32) - Fixed an issue where clicking the eyedropper icon did nothing instead of opening an eyedropper for color selection as expected. #43700 (Also in 32)
- Fixed an issue where control could fail to return properly after saving a dialog using showOpenDialogSync on Linux. #42652 (Also in 29, 30, 31, 32)
- Fixed an issue where sources returned by the
desktopCapturer
API andscreen.getAllDisplays()
no longer matched on Windows. #42781 (Also in 31, 32) - Fixed an issue where sources returned by the
desktopCapturer
API andscreen.getAllDisplays()
no longer matched on Windows. #42883 (Also in 31, 32) - Fixed an issue where the File System Access API did not remember the user's last picked directory as expected. #42850 (Also in 30, 31, 32)
- Fixed an issue where the user-specified default path did not work in some circumstances when using Linux dialogs. #42655 (Also in 30, 31, 32)
- Fixed an issue where users would be incorrectly notified of print failure upon intentional cancellation. #43337 (Also in 32)
- Fixed an issue with
resize
events being emitted on Windows when the window was moved but not resized. #43457 (Also in 32) - Fixed behavior when entering/exiting fullscreen fails on macOS. #43112 (Also in 29, 30, 31, 32)
- Fixed bug where camera permissions affected screen sharing. #43543 (Also in 32)
- Fixed closing a window with more than one attached sheet on macOS. #43952 (Also in 31, 32)
- Fixed crash when resolving proxy with
session.resolveProxy
api. #42878 (Also in 30, 31, 32) - Fixed devtools to allow restoring saved dock state on Linux when WCO is enabled. #43499 (Also in 31, 32)
- Fixed electron app in ozone/wayland not being focused when launched from another app. #43546 (Also in 31, 32)
- Fixed issues with the vibrancy view on macOS. #43078 (Also in 31, 32)
- Fixed other apps not being focused when launched from electron ozone/wayland. #43579 (Also in 31, 32)
- Fixed potential use-after-free during view removal on macOS. #43922 (Also in 31, 32)
- Fixed several view hierarchy issues related to web contents view on MacOS. #43033 (Also in 31, 32)
- Fixed the resource leak when using Node.js readable streams as the response body for a custom protocol handler. #43056 (Also in 30, 31, 32)
- Resolved an issue where
desktopCapturer.getSources
never fulfilled its promise in some cases. #43080 (Also in 29, 30, 31, 32) - Restored Chromium default
Content-Disposition
header parsing. #43670 (Also in 30, 31, 32) - Third time isn't always a charm. Fixed the native macOS Screen Share picker invocation triggering a test Chromium green screen. #43810 (Also in 32)
- Fix: fixed the
npm run lint
not working on Windows. #42281 (Also in 31, 32) - Fixed a potential crash when removing notifications on Windows. #43040 (Also in 30, 31, 32)
- Fixed an issue where opening multiple file pickers on Windows via the
input
tag could cause a crash. #42758 (Also in 30, 31, 32) - Fixed crash in gpu process when software compositing is enabled on linux with x11 platform. #42559 (Also in 29, 30, 31, 32)
- Fixed ffmpeg release on x64 macOS. #43093 (Also in 29, 30, 31, 32)
Documentation
Notices
End of Support for 30.x.y
Electron 30.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.
1、 chromedriver-v33.0.0-darwin-arm64.zip 14.92MB
2、 chromedriver-v33.0.0-darwin-x64.zip 15.78MB
3、 chromedriver-v33.0.0-linux-arm64.zip 25.01MB
4、 chromedriver-v33.0.0-linux-armv7l.zip 23.65MB
5、 chromedriver-v33.0.0-linux-x64.zip 25.09MB
6、 chromedriver-v33.0.0-mas-arm64.zip 14.92MB
7、 chromedriver-v33.0.0-mas-x64.zip 15.78MB
8、 chromedriver-v33.0.0-win32-arm64.zip 14.57MB
9、 chromedriver-v33.0.0-win32-ia32.zip 14.7MB
10、 chromedriver-v33.0.0-win32-x64.zip 15.15MB
11、 electron-api.json 1.65MB
12、 electron-v33.0.0-darwin-arm64-dsym-snapshot.zip 709.27MB
13、 electron-v33.0.0-darwin-arm64-dsym.zip 1.81GB
14、 electron-v33.0.0-darwin-arm64-symbols.zip 100.58MB
15、 electron-v33.0.0-darwin-arm64.zip 95.16MB
16、 electron-v33.0.0-darwin-x64-dsym-snapshot.zip 729.11MB
17、 electron-v33.0.0-darwin-x64-dsym.zip 1.61GB
18、 electron-v33.0.0-darwin-x64-symbols.zip 117.41MB
19、 electron-v33.0.0-darwin-x64.zip 99.82MB
20、 electron-v33.0.0-linux-arm64-debug.zip 1.11MB
21、 electron-v33.0.0-linux-arm64-symbols.zip 1.27MB
22、 electron-v33.0.0-linux-arm64.zip 106.09MB
23、 electron-v33.0.0-linux-armv7l-debug.zip 1.11MB
24、 electron-v33.0.0-linux-armv7l-symbols.zip 1.24MB
25、 electron-v33.0.0-linux-armv7l.zip 96.72MB
26、 electron-v33.0.0-linux-x64-debug.zip 183.5MB
27、 electron-v33.0.0-linux-x64-symbols.zip 1.31MB
28、 electron-v33.0.0-linux-x64.zip 101.4MB
29、 electron-v33.0.0-mas-arm64-dsym-snapshot.zip 709.86MB
30、 electron-v33.0.0-mas-arm64-dsym.zip 1.8GB
31、 electron-v33.0.0-mas-arm64-symbols.zip 99.66MB
32、 electron-v33.0.0-mas-arm64.zip 94.28MB
33、 electron-v33.0.0-mas-x64-dsym-snapshot.zip 729.31MB
34、 electron-v33.0.0-mas-x64-dsym.zip 1.6GB
35、 electron-v33.0.0-mas-x64-symbols.zip 116.34MB
36、 electron-v33.0.0-mas-x64.zip 98.86MB
37、 electron-v33.0.0-win32-arm64-pdb.zip 698.09MB
38、 electron-v33.0.0-win32-arm64-symbols.zip 44.55MB
39、 electron-v33.0.0-win32-arm64-toolchain-profile.zip 73.54KB
40、 electron-v33.0.0-win32-arm64.zip 114.75MB
41、 electron-v33.0.0-win32-ia32-pdb.zip 1.21GB
42、 electron-v33.0.0-win32-ia32-symbols.zip 62.61MB
43、 electron-v33.0.0-win32-ia32-toolchain-profile.zip 73.54KB
44、 electron-v33.0.0-win32-ia32.zip 101.83MB
45、 electron-v33.0.0-win32-x64-pdb.zip 1.26GB
46、 electron-v33.0.0-win32-x64-symbols.zip 48.83MB
47、 electron-v33.0.0-win32-x64-toolchain-profile.zip 73.54KB
48、 electron-v33.0.0-win32-x64.zip 109.68MB
49、 electron.d.ts 964.35KB
50、 ffmpeg-v33.0.0-darwin-arm64.zip 540.12KB
51、 ffmpeg-v33.0.0-darwin-x64.zip 572.58KB
52、 ffmpeg-v33.0.0-linux-arm64.zip 1.27MB
53、 ffmpeg-v33.0.0-linux-armv7l.zip 1.06MB
54、 ffmpeg-v33.0.0-linux-x64.zip 1.31MB
55、 ffmpeg-v33.0.0-mas-arm64.zip 540.12KB
56、 ffmpeg-v33.0.0-mas-x64.zip 572.58KB
57、 ffmpeg-v33.0.0-win32-arm64.zip 662.31KB
58、 ffmpeg-v33.0.0-win32-ia32.zip 690.97KB
59、 ffmpeg-v33.0.0-win32-x64.zip 725.54KB
60、 hunspell_dictionaries.zip 32.81MB
61、 libcxx-objects-v33.0.0-linux-arm64.zip 5.4MB
62、 libcxx-objects-v33.0.0-linux-armv7l.zip 2.26MB
63、 libcxx-objects-v33.0.0-linux-x64.zip 5.37MB
64、 libcxxabi_headers.zip 9.09KB
65、 libcxx_headers.zip 1.61MB
66、 mksnapshot-v33.0.0-darwin-arm64.zip 62.71MB
67、 mksnapshot-v33.0.0-darwin-x64.zip 64.58MB
68、 mksnapshot-v33.0.0-linux-arm64-x64.zip 75.69MB
69、 mksnapshot-v33.0.0-linux-armv7l-x64.zip 76.3MB
70、 mksnapshot-v33.0.0-linux-x64.zip 65.6MB
71、 mksnapshot-v33.0.0-mas-arm64.zip 62.71MB
72、 mksnapshot-v33.0.0-mas-x64.zip 64.58MB
73、 mksnapshot-v33.0.0-win32-arm64-x64.zip 74.95MB
74、 mksnapshot-v33.0.0-win32-ia32.zip 66.06MB
75、 mksnapshot-v33.0.0-win32-x64.zip 78.8MB
76、 SHASUMS256.txt 7.42KB