SAM Broadcaster PRO 歷史版本列表 Page32

最新版本 Firefox Developer Edition 118.0b1 (64-bit)

SAM Broadcaster PRO 歷史版本列表

SAM Broadcaster PRO 是您完整的在線廣播解決方案!立即開始您的互聯網廣播事業– 專業素質在一小部分的價格。加入 150 個國家的 20 萬個電台! SAM Broadcaster PRO 內置先進的音頻處理器將使您的車站聽起來不可思議!具有均衡器,門控自動增益控制,立體聲擴展器,低音均衡器,5 波段處理器,2 波段處理器和削波器。多頻段處理器包含一個 Compress... SAM Broadcaster PRO 軟體介紹

SAM Broadcaster PRO (32-bit)SAM Broadcaster PRO (64-bit)


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

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

What's new in this version:

Assert:
- Legacy mode deprecation (DEP0089) is revoked

Crypto:
- The outputLength option is added to crypto.createHash
- The maxmem range is increased from 32 to 53 bits

N-api:
- Added APIs for per-instance state management

Report:
- Network interfaces get included in the report

Src:
- V8.getHeapCodeStatistics() is now exported

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

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

Mullvad VPN 2019.6 查看版本資訊

更新時間:2019-07-15
更新細節:

What's new in this version:

- Add simplified Chinese translations

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

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

What's new in this version:

Notable changes:
- build: Experimental support for building Node.js on MIPS architecture is back
- child_process: The promisified versions of child_process.exec and child_process.execFile now both return a Promise which has the child instance attached to their child property
- deps: Updated libuv to 1.30.1, Support for the Haiku platform has been added, The maximum UV_THREADPOOL_SIZE has been increased from 128 to 1024, uv_fs_copyfile() now works properly when the source and destination files are the same
- process: A new method, process.resourceUsage() was added. It returns resource usage for the current process, such as CPU time
- src: Fixed an issue related to stdio that could lead to a crash of the process in some circumstances
- stream: Added a writableFinished property to writable streams. It indicates that all the data has been flushed to the underlying system #28007.
- worker: Fixed an issue that prevented worker threads to listen for data on stdin
- meta: Added Jiawen Geng to collaborators

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

更新時間:2019-06-28
更新細節:

What's new in this version:

Build:
- The startup time is reduced by enabling V8 snapshots by default

Deps:
- Updated V8 to 7.5.288.22
- The numeric separator feature is now enabled by default
- Updated OpenSSL to 1.1.1c

Inspector:
- The --inspect-publish-uid flag was added to specify ways of the inspector web socket url exposure

N-api:
- Accessors on napi_define_* are now ECMAScript-compliant

Report:
- The cpu info got added to the report output

Src:
- Restore the original state of the stdio file descriptors on exit to prevent leaving stdio in raw or non-blocking mode

tools,gyp:
- Introduce MSVS 2019

Util:
Inspect:
- Array grouping became more compact and uses more columns than before
- Long strings will not be split at 80 characters anymore. Instead they will be split on new lines

Worker:
- worker.terminate() now returns a promise and using the callback is deprecated

Mullvad VPN 2019.5 查看版本資訊

更新時間:2019-06-18
更新細節:

What's new in this version:

- Add Norwegian translations

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

更新時間:2019-06-05
更新細節:

UVI Workstation 3.0.5 查看版本資訊

更新時間:2019-05-29
更新細節:

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

更新時間:2019-05-23
更新細節:

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

更新時間:2019-05-22
更新細節:

What's new in this version:

Intl:
- Update ICU to 64.2. This adds support for Japanese Era (Reiwa) (Ujjwal Sharma)
- Fixes a bug in ICU that affected Node.js 12.0.0 in the case where new Date().toLocaleString() was called with a non-default locale (Steven R. Loomis)

C++ API:
- Added an overload EmitAsyncDestroy that can be used during garbage collection