Microsoft Malicious Software Removal Tool 歷史版本列表 Page18

最新版本 Megacubo 17.4.3 (64-bit)

Microsoft Malicious Software Removal Tool 歷史版本列表

Microsoft Windows 惡意軟件刪除工具檢查 Windows 10,8.1,Windows Server 2012 R2,Windows 8,Windows Server 2012,Windows 7,Windows Vista 計算機,並幫助刪除特定的流行惡意軟件(包括 Blaster,Sasser 和 Mydoom)的感染。當檢測和刪除過程完成時,該工具將顯示一個描述結果的報告,包... Microsoft Malicious Software Removal Tool 軟體介紹

Microsoft Malicious Software Removal Tool (32-bit)Microsoft Malicious Software Removal Tool (64-bit)


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

更新時間:2022-04-21
更新細節:

What's new in this version:

Features:
- Enabled systemPreferences.subscribe{Local|Workspace}Notification to take a null value for the event parameter

Fixed:
- Fixed crash when img without alt is shown with accessibility features enabled
- Fixed crash when opening gtk file dialogs due to mismatched versions

Other Changes:
- Updated Chromium to 100.0.4896.127

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

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

What's new in this version:

Fixed:
- Apply senderFrame details to ipcMain port event
- Fixed an issue where Escape keyboard events would not be properly propagated to the parent window after entering fullscreen and then exiting it again on Windows
- Fixed the built-in PDF renderer
- shell.openExternal() now reports more detailed errors on Windows

Other Changes:
- Backported fix for chromium:1297731, b/218211225

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

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

What's new in this version:

- Updated Chromium to 100.0.4896.75

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

更新時間:2022-04-06
更新細節:

What's new in this version:

Features:
- Added BrowserWindow method to change the button color, symbol color, and height of a window with WCO enabled

Fixed:
- a potential crash in Browser.getFocusedWindow() when child windows are closed
- an issue where new bounds set via setBounds was not correctly applied if the user was moving or resizing the window concurrently on Windows
- an issue where the the window bounds would incorrectly change if BrowserWindow.unmaximize was called on a window whose user bounds were maximized
- incorrect return value of app.requestSingleInstanceLock() when setting non-existent user data folder
- issues with frameless window animations and styling

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

更新時間:2022-04-06
更新細節:

What's new in this version:

Fixed:
- a potential crash in Browser.getFocusedWindow() when child windows are closed
- an issue where the the window bounds would incorrectly change if BrowserWindow.unmaximize was called on a window whose user bounds were maximized
- behavior of BrowserWindow.maximize on macOS for not shown windows
- incorrect return value of app.requestSingleInstanceLock() when setting non-existent user data folder
- issues with frameless window animations and styling
- potential crash while generating accessibility trees for certain images

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

更新時間:2022-03-30
更新細節:

What's new in this version:

Fixed:
- crash when WindowButtonsProxy references cleared NSWindow
- crash when running under Wayland caused by calling X11 functions

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

更新時間:2022-03-30
更新細節:

What's new in this version:

Fixed:
- an issue where Pointer Lock behavior could not be properly exited
- crash when WindowButtonsProxy references cleared NSWindow
- crash when running under Wayland caused by calling X11 functions

Other Changes:
- Updated Chromium to 100.0.4896.60

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

更新時間:2022-03-29
更新細節:

What's new in this version:

- Added nativeTheme.inForcedColorsMode API to allow detecting forced color mode

Fixed:
- initialize asar support in worker threads
- maximizing frameless windows by double-clicking on a draggable (title bar) region
- slowness when using child_process.spawn and related methods on macOS Big Sur and newer
- the IncrementCapturerCount regression introduced by 13.0.0-beta.21

Other Changes:
- Updated Chromium to 98.0.4758.141

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

更新時間:2022-03-29
更新細節:

What's new in this version:

- Removed the old BrowserWindowProxy-based implementation of window.open. This also removes the nativeWindowOpen option from webPreferences.

Features:
Additions:
- Added 'focus' and 'blur' events to WebContents
- Added BrowserWindow method to change the button color, symbol color, and height of a window with WCO enabled
- Added nativeTheme.inForcedColorsMode API to allow detecting forced color mode
- Added Substitutions menu roles on macOS: showSubstitutions, toggleSmartQuotes, toggleSmartDashes, toggleTextReplacement
- Added first-instance-ack event to the app.requestSingleInstanceLock() flow, so that users can pass some data back from the second instance to the first instance
- Added height option for Windows Control Overlay
- Added ses.setCodeCachePath() API for setting code cache directory
- Added rawHeaders to IncomingMessage
- Added support for more color formats in setBackgroundColor
- Added warning that preload scripts will be sandboxed by default beginning in Electron 20
- Support obsolete blowfish ciphers bf-{cbc,cfb,ecb} through the Node.js crypto API

Fixed:
- a V8 crash that could happen randomly in non-sandboxed renderer processes
- a bug where BrowserWindow.fromWebContents would return undefined during the browser-window-created event
- an issue where First Party Sets were not correctly loaded on app launch
- an issue where new bounds set via setBounds was not correctly applied if the user was moving or resizing the window concurrently on Windows
- an issue where pages would not properly print on macOS due to a rendering failure
- initialize asar support in worker threads
- the IncrementCapturerCount regression introduced by 13.0.0-beta.21

- Updated Chromium to 100.0.4896.56
- Updated node types version
- Chore: backport EPROTOTYPE fixes from libuv

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

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

What's new in this version:

Features:
- Added ses.setCodeCachePath() API for setting code cache directory

Fixed:
- Fire 'show' event when a BrowserWindow is shown via maximize()
- a network service crash that could occur when using setCertificateVerifyProc
- an issue where BrowserView layout bounds where limited to it's visible bounds
- an issue where Chrome DevTools settings didn't persist between loads
- an issue where clicking "Open in Containing Folder" in the Sources tab in Devtools caused a crash
- broken event loop in renderer process when process reuse is enabled on windows platform
- crash in the render process on reload with pending node fs.promises
- drag regions on WCO windows on Windows
- incorrect external memory allocation tracking in nativeImage module
- Theoretical fix for a crash we're seeing when closing multiple child windows at the same time on macOS
- an issue where adding/removing display changes the BrowserWindow size
- an issue where moving a window created in a scaled display to a regular display would increase the window size