Core FTP (64-bit) 歷史版本列表 Page2

最新版本 Core FTP LE 2.2 Build 1960 (64-bit)

Core FTP (64-bit) 歷史版本列表

核心 FTP 64 位 LE 是基於 Windows 系統的免費 FTP 客戶端軟件。包括 SFTP(SSH),SSL,TLS,IDN,瀏覽器集成,站點到站點傳輸,FTP 傳輸恢復,拖放支持,文件查看和瀏覽等功能的安全 FTP 客戶端軟件。編輯,防火牆支持,自定義命令,FTP URL 解析,命令行傳輸等等. Windows 的 FTP 客戶端軟件為您提供了一種通過 FTP 更新和維護網頁的快速,簡... Core FTP (64-bit) 軟體介紹


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

更新時間:2020-08-19
更新細節:

What's new in this version:

Fixed:
- fix loading shared worker scripts over custom protocol
- fix crash when loading worker scripts with nodeIntegration enabled
- Fixed a crash that could occur when using in-memory sessions
- Fixed an issue where some Node.js methods would not work with URL instances constructed in the renderer process
- Fixed an issue where the Save button did not function in PDF previews
- Fixed inactive windows having active titlebar on Windows
- Fixed missing guid parameter in Linux crash reports
- Increased maximum length for crash keys from 127B to 20KB
- [a11y] fix an issue where voiceover doesn't read the first item selected from a ARIA combobox

Other Changes:
- Backported the fix to CVE-2020-6532: Use after free in SCTP
- Backported the fix to CVE-2020-6537: Type Confusion in V8
- Resolve network issues that prevented RTC calls from being connected due to network IP address changes and ICE. (Chromium issue 1113227)

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

更新時間:2020-08-06
更新細節:

What's new in this version:

Features:
- Added new worldSafeExecuteJavaScript webPreference to ensure that the return values from webFrame.executeJavaScript are world safe when context isolation is enabled

Fixed:
- Fixed a crash that could happen when using hookWindowMessage on Windows
- Fixed crash when navigating from a page with webview that has inherited zoom level
- Save crash reports locally when uploadToServer: false on linux

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

更新時間:2020-08-06
更新細節:

What's new in this version:

Fixed:
- Fixed an issue where suspend/resume were emitted twice on macOS
- Fixed crash when navigating from a page with webview that has inherited zoom level

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

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

What's new in this version:

Fixes:
- Fix: remove unnecessary corner mask overriding to increase window resize performance
- Fixed an issue where VoiceOver was unable to navigate from the top-level window back into the web contents
- Protocol response streams are now destroyed if the request is aborted

Changes:
- Improved the performance of sending JS primitives over the context bridge

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

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

What's new in this version:

Fixed:
- Fix: DCHECK failure in value.IsHeapObject() in objectsdebug.cc. (Chromium security issue 1084820)
- Fix: PDFium Javascript Active Document memory corruption. (Chromium security issue 1091404)
- Fix: XSS on chrome://histograms/ with a compromised renderer. (Chromium security issue 1073409)
- Fix: heap-use-after-free in content::NavigationRequest::OnWillProcessResponseProcessed. (Chromium security issue 1090543)
- Fix: heap-use-after-free in ui::AXTreeSerializerblink (Chromium security issue 1065122)
- Fix: integer overflow in GrTextBlob::Make. (Chromium security issue 1080481)
- Fix: javascript URI sandbox flags aren't propagated in a blank string case. (Chromium security issue 1074340)
- Fix: memcpy-param-overlap in AudioBuffer::copyFromChannel. (Chromium security issue 1081722)
- Fix: remove leaks of post-redirect URL for <script> in the CSP reports and stacktraces of errors (Chromium security issue 1074317)
- Fix: update webrtc root certificate. (Chromium security issue 978779)
- Fix: use-after-free in devtools console. (Chromium security issue 986051)
- Fix: use-of-uninitialized-value in amr_read_header. (Chromium security issue 1065731)
- Fix: usrsctp is called with pointer as network address. (Chromium security issue 1076703)
- Fixed a termination crash on Web Workers with Node.js integration enabled
- Fixed an issue where cpu and heap profiling in Node.js did not work properly with --cpu-prof, --heap-prof, and related CLI flags
- Fixed an issue where macOS window vibrancy active state did not always match the active state of the window
- Fixed broken --trace-sync-io flag in Node.js
- Fixed clipboard.readBuffer returning incorrect value
- Fixed crash when opening app in remote X server
- Fixed unresponsive window when reloading with breakpoint in devtools

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

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

What's new in this version:

Fixes:
- Fixed a termination crash on Web Workers with Node.js integration enabled
- Fixed an issue where webContents.print() would sometimes hang with invalid settings
- Fixed an issue where cpu and heap profiling in Node.js did not work properly with --cpu-prof, --heap-prof, and related CLI flags
- Fixed an issue where macOS window vibrancy active state did not always match the active state of the window
- Fixed broken --trace-sync-io flag in Node.js
- Fixed clipboard.readBuffer returning incorrect value
- Fixed potentially invalid duplex mode settings on Linux

Other Changes:
- Fix: DCHECK failure in value.IsHeapObject() in objectsdebug.cc
- Fix: XSS on chrome://histograms/ with a compromised renderer
- Fix: crash when executing debugger.sendCommand
- Fix: heap-use-after-free in content::NavigationRequest::OnWillProcessResponseProcessed
- Fix: heap-use-after-free in ui::AXTreeSerializerblink
- Fix: iframe in victim page can detect Scroll To Text Fragment activation
- Fix: integer overflow in GrTextBlob::Make
- Fix: javascript URI sandbox flags aren't propagated in a blank string case
- Fix: memcpy-param-overlap in AudioBuffer::copyFromChannel
- Fix: remove leaks of post-redirect URL for

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

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

What's new in this version:

Features:
- Added new render-process-gone event on app to replace the renderer-process-crashed event
- Added new render-process-gone event to replace the crashed event
- Added support for suspend and resume events to Windows
- Added support for suspend and resume events to macOS
- Added tracing instrumentation to WebContents IPC methods, available with the contentTracing category "electron"
- Expose sessionId associated with a target from debugger module
- Implemented systemPreferences.getMediaAccessStatus() on Windows

Fixes:
- Backported fixes for UAF in extensions (CVE-2020-6454 and NOCVE)
- Fixed an intermittent high-CPU usage problem caused a system clock issue during sleep
- Fixed an issue where some old notifications were not properly removed from the Notification Center on macOS
- Fixed bug on macOS where the main window could be targeted for a focus event when it was disabled behind a modal

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

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

What's new in this version:

Features:
- Added support for MessagePort in the main process
- Added support for suspend and resume events to Windows
- Added support for suspend and resume events to macOS
- Expose sessionId associated with a target from debugger module
- Implemented systemPreferences.getMediaAccessStatus() on Windows

Fixes:
- Fixed an intermittent high-CPU usage problem caused a system clock issue during sleep
- Fixed an issue where some old notifications were not properly removed from the Notification Center on macOS
- Fixed bug on macOS where the main window could be targeted for a focus event when it was disabled behind a modal

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

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

What's new in this version:

Fixes:
- Fixed "null path-to-app" in test-app when Electron's path contains spaces or special characters
- Fixed an issue with click events not being emitted on macOS for Trays with context menus set
- Updated Node root certs to use NSS 3.53

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

更新時間:2020-06-23
更新細節:

What's new in this version:

Fixed:
- "Paste and Match Style" shortcut on macOS to match OS's "Option-Shift-Command-V"
- "null path-to-app" in test-app when Electron's path contains spaces or special characters
- an error when calling dialog.showCertificateTrustDialog with no BrowserWindow
- an issue where shutdown would be emitted both on app and system shutdown on macOS
- an issue where withFileTypes was not supported as an option to fs.readdir or fs.readdirSync under asar
- an issue which would cause streaming protocol responses to stall in some cases
- an issue with click events not being emitted on macOS for Trays with context menus set
- delayed execution of some Node.js callbacks in the main process
- tray menu showing in taskbar on Windows
- window titlebar not responding to pen on Windows 10

Other Changes:
- Fixed issue with some IMEs on windows (for ex: Zhuyin) don't terminate after pressing shift
- Fixed mac app store rejection notice for invalid symbolic link in bundle
- Updated Chromium to 83.0.4103.119