Droplr 歷史版本列表
Droplr 是 Windows PC 的一體化屏幕截圖和文件共享工具。節省時間併升級您的在線對話 Droplr. 瀏覽器和桌面的美滿婚姻。 Droplr 是如何捕捉的,它是如何溝通的,它是如何收集的。而且很簡單。阻擋屏幕上的圖像或視頻,並在幾秒鐘和幾秒鐘內讓它們共享。標籤丟棄與簡單的組織關鍵字。沒有凌亂的文件夾或在這裡頭痛。清理您的桌面與 Droplr.Droplr 特點:Share掐斷您的屏幕... Droplr 軟體介紹更新時間:2022-08-25
更新細節:
What's new in this version:
Notable changes:
- Bootstrap: implement run-time user-land snapshots via --build-snapshot and --snapshot-blob
- This patch introduces --build-snapshot and --snapshot-blob options for creating and using user land snapshots
To generate a snapshot using snapshot.js as an entry point and write the snapshot blob to snapshot.blob:
- Echo "globalThis.foo = 'I am from the snapshot'" > snapshot.js
- Node --snapshot-blob snapshot.blob --build-snapshot snapshot.js
To restore application state from snapshot.blob, with index.js as the entry point script for the deserialized application:
- Echo "console.log(globalThis.foo)" > index.js
- Node --snapshot-blob snapshot.blob index.js
- # => I am from the snapshot
Users can also use the v8.startupSnapshot API to specify an entry point at snapshot building time, thus avoiding the need of an additional entry script at deserialization time:
- Echo "require('v8').startupSnapshot.setDeserializeMainFunction(() => console.log('I am from the snapshot'))" > snapshot.js
- Node --snapshot-blob snapshot.blob --build-snapshot snapshot.js
- Node --snapshot-blob snapshot.blob
- # => I am from the snapshot
Other notable changes:
Crypto:
- (SEMVER-MINOR) allow zero-length IKM in HKDF and in webcrypto PBKDF2
- (SEMVER-MINOR) allow zero-length secret KeyObject
Deps:
- upgrade npm to 8.18.0 (npm team) #44263 - Adds a new npm query command
Doc:
- add Erick Wendel to collaborators
- add theanarkh to collaborators
- add MoLow to collaborators
- add cola119 to collaborators
- deprecate --trace-atomics-wait
Http:
- (SEMVER-MINOR) make idle http parser count configurable
Net:
- (SEMVER-MINOR) add local family
Src:
- (SEMVER-MINOR) print source map error source on demand
Tls:
- (SEMVER-MINOR) pass a valid socket on tlsClientError
更新時間:2022-08-22
更新細節:
更新時間:2022-08-22
更新細節:
更新時間:2022-07-27
更新細節:
What's new in this version:
doc:
- add F3n67u to collaborators
- deprecate coercion to integer in process.exit
- (SEMVER-MINOR) deprecate diagnostics_channel object subscribe method
events:
- (SEMVER-MINOR) expose CustomEvent on global with CLI flag
- (SEMVER-MINOR) add CustomEvent
http:
- (SEMVER-MINOR) add drop request event for http server
lib:
- (SEMVER-MINOR) improved diagnostics_channel subscribe/unsubscribe
util:
- (SEMVER-MINOR) add tokens to parseArgs
更新時間:2022-07-18
更新細節:
What's new in this version:
- DVR improvements for sites backed by cloudflare
- Improved HLS protocol retries
- Misc fixes and improvements
更新時間:2022-07-18
更新細節:
What's new in this version:
- DVR improvements for sites backed by cloudflare
- Improved HLS protocol retries
- Misc fixes and improvements
更新時間:2022-07-14
更新細節:
What's new in this version:
- Experimental ESM Loader Hooks API
- Node.js ESM Loader hooks now support multiple custom loaders, and composition is achieved via "chaining": foo-loader calls bar-loader calls qux-loader (a custom loader must now signal a short circuit when intentionally not calling the next)See the ESM docs for details.
- Real-world use-cases are laid out for end-users with working examples in the article Custom ESM loaders: Who, what, when, where, why, how.
更新時間:2022-07-08
更新細節:
What's new in this version:
- (SEMVER-MAJOR) src,deps,build,test: add OpenSSL config appname
- (SEMVER-MAJOR) src,doc,test: add --openssl-shared-config option
- Node.js now reads nodejs_conf section in the openssl config
- deps: update archs files for quictls/openssl-3.0.5+quic
- deps: upgrade openssl sources to quictls/openssl-3.0.5+quic
更新時間:2022-06-29
更新細節:
What's new in this version:
- RMC > Updated DVR support for Prime Video after recent changes to that site
更新時間:2022-06-29
更新細節:
What's new in this version:
- RMC > Updated DVR support for Prime Video after recent changes to that site