TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.

TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.
 WhatsApp for Windows 軟體舊版本 Download Page30 | 2024 軟體跟著走

WhatsApp for Windows 歷史舊版本 Page30

最新版本 [var.version]

WhatsApp for Windows 歷史版本列表

官方 WhatsApp for Windows 桌面應用程序允許您隨時隨地保持聯繫 - 無論您的手機還是家中的電腦或工作。該應用程序本身與 WhatsApp Web 非常相似,它本來就是一個擴展程序  的手機:該應用程序鏡像從您的移動設備的對話和消息. 選擇版本:WhatsApp for Windows 0.2.7315(32 位)WhatsApp for Windows 0.2.731... WhatsApp for Windows 軟體介紹

WhatsApp for Windows (32-bit)WhatsApp for Windows (64-bit)


Natron 2.4.1 查看版本資訊

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

What's new in this version:

Changed:
- Default number of render threads is more reasonable on multi-core systems: min(num_cores, RAM/3.5Gb)
- Fix checkerboard drawing on macOS Catalina and later
- Fix undoing "Reset to default" on parameters
- Fix NodeGraph manipulation and navigation issues1
- Fix Retina/High-DPI display issues on macOS, Windows and Linux/X11
- Fix multi-dimensional parameter linking (bug introduced in 2.4.0
- Fix bug where any argument containing an integer between commas would be interpreted as a frame range
- Python: app.saveProject and app.saveProjectAs now do project variable substitution, as in app.saveProjectAs("[Variable]/output.ntp")
- Fix ASCII curve import
- New color selection dialog for RGB and RGBA knobs
- Fix histogram smoothing (was 5 times too strong)
- Add Python functions guiApp.copySelectedNodes and guiApp.pasteNodes

Plugins:
- Transform, CornerPin, Position and Ramp nodes now display the motion path
- HueCorrect now has the ability to do hue vs. hue adjustments, with an option to change the background curve guide
- Merge: Fix behavior on most operators when A is not connected or A's RoD and B's RoD are disjoint
- Reformat: fix bugs when "turn" is checked with Resize Type = None or Type = Scale
- Write: Remove file first when overwriting
- Mirror: Fix crash
- SeNoise: Add option for colored noise

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

What's new in this version:

- Main: OCCT will properly recognize system information on computers using Turkish language

Sandboxie Plus 0.9.8c (64-bit) 查看版本資訊

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

What's new in this version:

Added:
- added explicit lines on Plus installer to delete empty shell registry keys at uninstall time

Fixed:
- template sections not showing in editor
- autodelete box content broken in the previous build
- crash in "Browse Content" window
- issue with icon resolution on Windows 7
- invalid "No Inet" status in the status column
- Windows Explorer search box not working
- Waterfox phishing template
- issue with Chinese translation files on Plus installer
- autorun registry key path on Plus installer
- memory corruption in SbieSvc.exe

SoftEther VPN Gate Client Plugin 2021.10.25 build 9760 查看版本資訊

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

TablePlus 4.8.0 Build 182 查看版本資訊

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

WhatsApp for Windows 2.2140.12.0 (64-bit) 查看版本資訊

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

Playnite 9.6 查看版本資訊

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

What's new in this version:

Fixed:
- Opening game links doesn't work in specific cases
- Localization updates

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

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

What's new in this version:

Fixed distribution for native addon builds:
- This release fixes an issue introduced in Node.js v17.0.0, where some V8 headers were missing from the distributed tarball, making it impossible to build native addons. These headers are now included.

Fixed stream issues:
- Fixed a regression in stream.promises.pipeline, which was introduced in version 16.10.0, is fixed. It is now possible again to pass an array of streams to the function.
- Fixed a bug in stream.Duplex.from, which didn't work properly when an async generator function was passed to it

Playnite 9.5 查看版本資訊

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

What's new in this version:

Fixed:
- Crash when shutting down Playnite
- Crash when importing emulated games
- Cannot type comma character in "Supported File Types" field
- Overriding emulator arguments in game action configuration isn't working properly
- Some folder links ignore custom folder open command settings
- Local file paths don't open properly when in a game link
- Crash when adding new Developer or Publisher
- Crash when importing emulated games

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