DriverMax 歷史舊版本 Page3

最新版本 Select Version

DriverMax 歷史版本列表

DriverMax 是一個新的工具,可以找到並為您的計算機下載最新的驅動程序更新。沒有更多的搜索光盤或網絡上罕見的驅動程序或插入一個安裝 CD 一個接一個。只需創建一個免費帳戶,登錄並開始下載所需的更新。為超過 2,300,000 個設備更新,備份和恢復過期,丟失或錯誤的驅動程序! 您也可以將所有當前的驅動程序(或只是那些工作正常)導出到壓縮文件。重新安裝 Windows 後,你將擁有一個地方的一... DriverMax 軟體介紹


Electron 7.2.2 (64-bit) 查看版本資訊

更新時間:2020-04-15
更新細節:

What's new in this version:

Fixes:
- Fixed a potential crash on invalid zoomFactor values when setting the zoom factor of a webpage
- Fixed an occasional crash when closing all BrowserWindows
- Security: Backported fix for CVE-2020-6426: inappropriate implementation in V8
- Security: backported a fix for crbug.com/1065094
- Security: backported fix for a potential buffer overrun in WebRTC audio encoding
- Security: backported fix for site isolation bypass in dedicated workers
- Security: backported the fix to CVE-2020-6452: potential container-overflow in MediaStream mojo

Other Changes:
Security:
- Backport fix for buffer underflow in DWrite
- Backported fix for use after free in file chooser
- backport fix for CVE-2020-6451: Use after free in WebAudio
- backport fix for use after free in VideoEncodeAccelerator
- backported fix for CVE-2019-20503: Out of bounds read in usersctplib
- backported fix for CVE-2020-6422: Use after free in WebGL
- backported fix for CVE-2020-6423: Use after free in audio
- backported fix for CVE-2020-6427: Use after free in audio
- backported fix for CVE-2020-6428: Use after free in audio
- backported fix for CVE-2020-6429: Use after free in audio
- backported fix for CVE-2020-6449: Use after free in audio
- backported fix for use-after-poison in WebAudio (crbug.com/1023810)
- backported fix for use-after-poison in WebAudio

Electron 8.2.2 (64-bit) 查看版本資訊

更新時間:2020-04-14
更新細節:

What's new in this version:

Fixed:
- a crash that could happen when attempting to access a session during shutdown
- an occasional crash when closing all BrowserWindows
- occasional WebFrame crashes caused by removed iframes

Changes:
- Security: backported fix for CVE-2020-6423: Use after free in audio

Electron 8.2.1 (64-bit) 查看版本資訊

更新時間:2020-04-07
更新細節:

What's new in this version:

Fixes:
- Accessing the screen module before the ready event no longer makes it impossible to access the screen module
- Added workaround for nativeWindowOpen hang
- Enable offscreen rendering
- Fixed an issue where native macOS dialogs sometimes failed to show after modal close
- Fixed issue where prefers-color-scheme would not be updated / set correctly when your OS was in dark mode

Changes:
- Updated Chromium to 80.0.3987.163

Electron 8.2.0 (64-bit) 查看版本資訊

更新時間:2020-03-25
更新細節:

What's new in this version:

Features:
- Added new useSessionCookies flag to net requests to allow them to use the session cookie store
- Fixed issue where SameSite cookies would not be attached to outgoing requests from the net module
- Added disableDialogs option to WebPreferences

Fixes:
- Fixed a crash that could occur when sending arrays over IPC
- Fixed a potential crash on invalid zoomFactor values when setting the zoom factor of a webpage
- Fixed issue where mutating the global Object prototype could cause internal Electron logic to throw errors
- Returns a more graceful error when adding duplicate items to a single TouchBar instance

Other Changes:
- Updated Chromium to 80.0.3987.158

Electron 7.2.1 (64-bit) 查看版本資訊

更新時間:2020-03-24
更新細節:

What's new in this version:

Fixes:
- Reverted "fix: better window hierarchy checks"

Electron 7.2.0 (64-bit) 查看版本資訊

更新時間:2020-03-24
更新細節:

What's new in this version:

Features:
- Added new useSessionCookies flag to net requests to allow them to use the session cookie store
- Fixed issue where SameSite cookies would not be attached to outgoing requests from the net module
- Exposing methods required by capturing a hidden webContents

Fixes:
- Better window hierarchy checks
- Fixed ARIA role="tree" for macOS VoiceOver
- Fixed a crash that could occur when sending arrays over IPC
- Fixed a potential crash on devices which had not connected any printers to their network
- Fixed an occasional segfault with modal windows being closed or destroyed
- Fixed issue where mutating the global Object prototype could cause internal Electron logic to throw errors
- Fixed some properties not working in webview tags

Electron 8.1.1 (64-bit) 查看版本資訊

更新時間:2020-03-10
更新細節:

What's new in this version:

Fixes:
- DeviceId from navigator.mediaDevices.enumerateDevices is now consistent across reloads

Other Changes:
- Updated Chromium to 80.0.3987.141

Electron 8.1.0 (64-bit) 查看版本資訊

更新時間:2020-03-07
更新細節:

What's new in this version:

Features:
- Added ability to set and get title bar traffic light position on the fly (macOS)
- Added new spellcheck-dictionary-* events on the `session module to help track and debug dictionary initialization
- Allow some NODE_OPTIONs in packaged apps

Fixes:
Fixed process.getProcessMemoryInfo() return wrong private value on macOS
Fixed a potential crash on devices which had not connected any printers to their network
Fixed an occasional segfault with modal windows being closed or destroyed
Fixed issue where repositioned traffic lights would be in the wrong position after the user switches OS theme
Fixed some properties not working in webview tags
MacOS VoiceOver is now able to find its way back into web contents after it navigated "out" of an application
Removed assurance of object identity equality from the contextBridge as it is incapable of handling mutations
Updating the document title while in fullscreen with custom traffic light positions no longer makes the traffic lights invisible

Changes:
- Updated Chromium to 80.0.3987.137. #22548

Electron 8.0.3 (64-bit) 查看版本資訊

更新時間:2020-03-03
更新細節:

What's new in this version:

Fixes:
- Fixed ARIA role="tree" for macOS VoiceOver
- Fixed issue where dictionary files for the spellchecker would be downloaded to the app install directory instead of the user data directory

Other Changes:
- Updated Chromium to 80.0.3987.134
- Updated g_swizzle_imk_input_session for new SDK

Electron 7.1.14 (64-bit) 查看版本資訊

更新時間:2020-02-29
更新細節:

What's new in this version:

- Backported V8 patch to fix bug in type inference

Fixed:
- "will-navigate" event not being emitted for sandboxed contents
- Electron apps getting rejected to Mac App Store
- an OOB access in ReadableStream::Close (https://crbug.com/1045931)
- an integer overflow crash in ICU (https://crbug.com/1044570)
- an issue with safeDialog preferences not being passed properly
- crash with seccomp-bpf sandbox on linux and glibc 2.31