Passware Password Recovery Kit Standard 歷史舊版本 Page6

最新版本 Megacubo 17.1.3 (64-bit)

Passware Password Recovery Kit Standard 歷史版本列表

Passware Password Recovery Kit Standard 是一個易於使用的工具,可以恢復 MS Office 文件,存檔,PDF 文檔,Windows 管理員,電子郵件帳戶和其他密碼。恢復 MS Word,Excel,Outlook Express,網頁瀏覽器等的密碼。使用 NVIDIA 和 AMD GPU 以及多核 CPU 來顯著加速密碼恢復。掃描計算機並找到所有受密碼保護... Passware Password Recovery Kit Standard 軟體介紹


Node.js 17.0.0 (64-bit) 查看版本資訊

更新時間:2021-10-20
更新細節:

What's new in this version:

Notable Changes:
Deprecations and Removals:
- (SEMVER-MAJOR) dns: runtime deprecate type coercion of dns.lookup options
- doc: deprecate (doc-only) http abort related
- (SEMVER-MAJOR) module: subpath folder mappings EOL
- (SEMVER-MAJOR) module: runtime deprecate trailing slash patterns

OpenSSL 3.0:
- Node.js now includes OpenSSL 3.0, specifically quictls/openssl which provides QUIC support. With OpenSSL 3.0 FIPS support is again available using the new FIPS module. For details about how to build Node.js with FIPS support please see BUILDING.md.
- While OpenSSL 3.0 APIs should be mostly compatible with those provided by OpenSSL 1.1.1, we do anticipate some ecosystem impact due to tightened restrictions on the allowed algorithms and key sizes
- If you hit an ERR_OSSL_EVP_UNSUPPORTED error in your application with Node.js 17, it’s likely that your application or a module you’re using is attempting to use an algorithm or key size which is no longer allowed by default with OpenSSL 3.0. A command-line option, --openssl-legacy-provider, has been added to revert to the legacy provider as a temporary workaround for these tightened restrictions
- For details about all the features in OpenSSL 3.0 please see the OpenSSL 3.0 release blog

V8 9.5:
- The V8 JavaScript engine is updated to V8 9.5. This release comes with additional supported types for the Intl.DisplayNames API and Extended timeZoneName options in the Intl.DateTimeFormat API.

Readline Promise API:
- The readline module provides an interface for reading data from a Readable
stream (such as process.stdin) one line at a time

The following simple example illustrates the basic use of the readline module:
- import * as readline from 'node:readline/promises'
- import { stdin as input, stdout as output } from 'process'
- const rl = readline.createInterface({ input, output })
- const answer = await rl.question('What do you think of Node.js? ')
- console.log(`Thank you for your valuable feedback: ${answer}`)
- rl.close()

Other Notable Changes:
- (SEMVER-MAJOR) dns: default to verbatim=true in dns.lookup()
- (SEMVER-MAJOR) errors: print Node.js version on fatal exceptions that cause exit
- deps: upgrade npm to 8.1.0
- (SEMVER-MINOR) fs: add FileHandle.prototype.readableWebStream()
- (SEMVER-MAJOR) lib: add structuredClone() global
- (SEMVER-MAJOR) lib: expose DOMException as global
- (SEMVER-MAJOR) stream: finished should error on errored stream

NVIDIA Canvas 1.0.0.235 Beta 查看版本資訊

更新時間:2021-10-18
更新細節:

Node.js 16.11.1 (64-bit) 查看版本資訊

更新時間:2021-10-13
更新細節:

What's new in this version:

HTTP Request Smuggling due to spaced in headers (Medium):
- The http parser accepts requests with a space (SP) right after the header name before the colon. This can lead to HTTP Request Smuggling (HRS). More details will be available at CVE-2021-22959 after publication.

HTTP Request Smuggling when parsing the body (Medium):
- The parse ignores chunk extensions when parsing the body of chunked requests. This leads to HTTP Request Smuggling (HRS) under certain conditions. More details will be available at CVE-2021-22960 after publication.

Node.js 16.11.0 (64-bit) 查看版本資訊

更新時間:2021-10-09
更新細節:

What's new in this version:

crypto:
- update root certificates

deps:
- upgrade npm to 8.0.0
- update nghttp2 to v1.45.1
- update V8 to 9.4.146.19

tools:
- update certdata.txt

Wing IDE 101 8.0.4.0 查看版本資訊

更新時間:2021-09-29
更新細節:

What's new in this version:

Features:
- Document using sitecustomize to automatically start debug
- Add Close Unmodified Others to the editor tab's context menu to close unmodified files other than the current file

Fixed:
- icon rendering when Windows 10 scaling factor is 150%
- the debugger on some Windows systems
- goto definition on an attribute of an object whose type is specified with a type hint
- auto entered invocation args for builtin dict or a derived class

Node.js 16.10.0 (64-bit) 查看版本資訊

更新時間:2021-09-23
更新細節:

What's new in this version:

Changed:
- (SEMVER-MINOR) crypto: add rsa-pss keygen parameters
- deps: upgrade npm to 7.24.0
- deps: update Acorn to v8.5.0
- doc: add Ayase-252 to collaborators
- (SEMVER-MINOR) fs: make open and close stream override optional when unused
- (SEMVER-MINOR) http: limit requests per connection
The maximum number of requests a socket can handle before closing keep alive connection can be set with server.maxRequestsPerSocket
- (SEMVER-MINOR) src: add --no-global-search-paths cli option
Adds the --no-global-search-paths command-ine option to not search modules from global paths like $HOME/.node_modules and $NODE_PATH.
- (SEMVER-MINOR) src: make napi_create_reference accept symbol
- (SEMVER-MINOR) stream: add signal support to pipeline generators

Node.js 16.9.1 (64-bit) 查看版本資訊

更新時間:2021-09-11
更新細節:

What's new in this version:

- this release fixes a regression introduced by the V8 9.3 update in Node.js 16.9.0

Node.js 16.9.0 (64-bit) 查看版本資訊

更新時間:2021-09-07
更新細節:

What's new in this version:

- (SEMVER-MINOR) crypto: add RSA-PSS params to asymmetricKeyDetails
- (SEMVER-MINOR) module: support pattern trailers
- (SEMVER-MINOR) stream: add stream.compose

Wing IDE 101 8.0.3.0 查看版本資訊

更新時間:2021-09-01
更新細節:

What's new in this version:

Features:
- The Django settings module for testing may be set with --settings=<name> in
the Run Args on the Testing page of the Project Properties dialog

Fixed:
- Fix failure to reformat code on remote hosts and containers, leaving the editor r/o
- Fix opening projects on some Windows systems
- Fix inspecting data when the Resolve Properties preference is not checked
- Fix searching in files with non-ascii characters
- Fix including the default run directory in the python path when no entry point
or initial directory is set
- Fix autocomplete list after typing 'def' in a derived class
- Fix running tests with activated env python executable
- Add directory of manage.py to sys.path before loading settings when running
Django tests
- Fix goto definition on self.__class__
- Fix analysis of __name__ on class objects
- Fix using a single quoted pathname for a python executable
- Fix using an activate command pathname with a space

Wing IDE 101 8.0.2.0 查看版本資訊

更新時間:2021-08-02
更新細節:

What's new in this version:

Fixed:
- Fix display of icons in the Project tool
- Fix Python Shell intermittent failures
- Fix updating code warnings after editing
- Fix goto-definition and refactoring command on code in f-strings
- Fix failure to start on Debian 10
- Recognize Django template files immediately when they are opened
- Fix analysis failures when the Analyze Calls preference is checked
- Fix drawing the splash screen at startup on Linux
- Disallow installation on Windows 7 and earlier
- Fix internal debug logging on Windows
- Fix dialogs in macOS fullscreen mode
- Fix copying recent-projects over from an older Wing installation