The Bat! Professional (64-bit) 歷史版本列表
球棒!專業 64 位是一個安全的電子郵件客戶端軟件,旨在保護您與第三方的通信。最好的安全電子郵件客戶端軟件。自 1998 年以來不斷提高!球棒!通過多種加密流保護您的信息,並且可以選擇在磁盤上加密郵件,也可以在通過 SSL / TLS 連接的通信過程中進行加密。免費的全球電子郵件服務提供商將您的信息保存在雲中,免受 Web 客戶端的影響,The Bat!專業確保您的數據保持私密。球棒!電子郵件客戶... The Bat! Professional (64-bit) 軟體介紹更新時間:2020-07-02
更新細節:
更新時間:2020-07-02
更新細節:
更新時間: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-22
更新細節:
更新時間:2020-06-04
更新細節:
What's new in this version:
- new: DxBadFormat parameter to allow working around misreported DirectX desktop duplication format
- fixed: an issue preventing connections to VNC Server in some circumstances with audio enabled
- fixed: Networking issue which can cause fallback to TCP connections
更新時間: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-05-20
更新細節:
更新時間:2020-05-20
更新細節:
更新時間: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-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