WebCam Monitor 歷史版本列表
WebCam Monitor 一直監視你的家,辦公室,或任何位置。此網絡攝像頭監控軟件可檢測動作或噪音,並觸發可記錄事件視頻和音頻的警報,通過電子郵件或短信通知您,或發出聲音警報。它也可以在預先設定的時間間隔開始記錄,以保持事件記錄. 就像將相機連接到 PC 一樣簡單。使用配置嚮導,您的監控系統可以在幾分鐘內啟動並運行。您的監控系統每天 24 小時值守 - 也可以使用強大的內置調度程序啟動和停用每... WebCam Monitor 軟體介紹更新時間:2020-07-30
更新細節:
What's new in this version:
deps:
- upgrade npm to 6.14.7
dgram:
- (SEMVER-MINOR) add IPv6 scope id suffix to received udp6 dgrams
src:
- (SEMVER-MINOR) allow preventing SetPromiseRejectCallback
- (SEMVER-MINOR) allow setting a dir for all diagnostic output
worker:
- (SEMVER-MINOR) make MessagePort inherit from EventTarget
zlib:
- switch to lazy init for zlib streams
更新時間:2020-07-23
更新細節:
What's new in this version:
- Fixed exceptions thrown with language packs enabled: IDEA-242047
- Fixed a couple of issues with ERB files: RUBY-26376, RUBY-26377
更新時間:2020-07-22
更新細節:
更新時間:2020-07-11
更新細節:
更新時間:2020-07-01
更新細節:
What's new in this version:
Notable Changes:
V8 engine is updated to version 8.3:
- This version includes performance improvements and now allows WebAssembly
- modules to request memories up to 4GB in size
Initial experimental implementation of EventTarget:
- This version introduces an new experimental API EventTarget, which provides a DOM interface implemented by objects that can receive events and may have listeners for them
- It is an adaptation of the Web API EventTarget
更新時間:2020-06-03
更新細節:
What's new in this version:
Fixed:
- TLS session reuse can lead to host certificate verification bypass (High)
- HTTP/2 Large Settings Frame DoS (Low)
- napi_get_value_string_*() allows various kinds of memory corruption (High)
更新時間:2020-06-02
更新細節:
更新時間:2020-05-20
更新細節:
What's new in this version:
- (SEMVER-MINOR) repl: deprecate repl._builtinLibs
- (SEMVER-MINOR) repl: deprecate repl.inputStream and repl.outputStream
- (SEMVER-MINOR) cli: add --trace-atomics-wait flag
- (SEMVER-MINOR) repl: improve repl autocompletion for require calls
- (SEMVER-MINOR) repl: show reference errors during preview
- (SEMVER-MINOR) fs: add .ref() and .unref() methods to watcher classes
- (SEMVER-MINOR) http: expose http.validate-header-name/value
- (SEMVER-MINOR) async_hooks: move PromiseHook handler to JS
更新時間:2020-05-14
更新細節:
更新時間:2020-05-06
更新細節:
What's new in this version:
Track function calls with assert.CallTracker (experimental):
- assert.CallTracker is a new experimental API that allows to track and later
- verify the number of times a function was called. This works by creating a
- CallTracker object and using its calls method to create wrapper functions
- that will count each time they are called
Console groupIndentation option:
- The Console constructor (require('console').Console) now supports different group indentations
- This is useful in case you want different grouping width than 2 spaces