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 Page53 | 2024 軟體跟著走

WhatsApp for Windows 歷史舊版本 Page53

最新版本 [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)


Spyder Python 4.2.1 查看版本資訊

更新時間:2020-12-18
更新細節:

Duet Display 1.9.2.7 查看版本資訊

更新時間:2020-12-17
更新細節:

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

更新時間:2020-12-17
更新細節:

Xojo 2020 Release 2.1 查看版本資訊

更新時間:2020-12-16
更新細節:

What's new in this version:

Bug Fixes:
- Build: if main app tries to start a worker without the required Helpers folder (that contains the workers) then it sends a message to the Error event instead of causing a NilObjectException: At end of build process, the entire build folder is removed if any worker had a build error; when Show Build Folder is enabled, only the primary build folder is shown.
- Build: Universal builds that include separate x86_64 and arm64 plugins parts are now correctly merged/structured to be able to work on older macOS versions.
- Build: Building a Universal app without Builds Folder enabled now correctly replaces the old App. Building a Universal console app now correctly merges the plugin parts (if the plugin included a separate x86-64 and arm64 part).
- Build: Removed the macOS photos entitlement from iOS projects.
- Compiler: Resizing an Array of Structures no longer crashes for macOS ARM builds
- Crashes & Assertions » Failed Assertion: Linux - Color.SelectedFromDialog no longer raises a failed assertion on if the prompt supplied is an empty string
- Crashes & Assertions » IDE Unhandled Exception: Fixed a NilObjectException that could occur when attempting to identify build errors in the Worker Console project
- Crashes & Assertions » IDE Unhandled Exception: Display a rendering error if the MobileApplication.DefaultiPhoneLayout or DefaultiPadLayout is blank (instead of causing an IDE NilObjectException).
- Crashes & Assertions » IDE Unhandled Exception: Changing the super of a control to a control type that is not compatible with the current project type no longer crashes the IDE
- Database Plugins » ODBC: ODBCDatabase no longer fails to connect (with Actual Technologies ODBC drivers for example)
- Framework » All: Ptr method offsets are now capable of addressing values larger than Int32 for 64-bit builds, instead of crashing
- Framework » All: Fixed an iOS Introspection issue to allow changing a property value, invoking a Constructor with parameters and invoking a method with parameters
- Framework » All: ParseJSON no longer raises a Failed Assertion when passed an empty string
- Framework » All: Fixed TextHeight / TextAscent returning wrong values in PDFGraphics when a new Font is set
- Framework » All: ReplaceB/String.ReplaceBytes no longer raises failed assertion when the replacement string is an empty string
- Framework » Console: Now the DateTimePicker control uses the standard border width under Windows
- Framework » Desktop: DateTimePicker control Height changed to 22 points on Windows
- Framework » Desktop: Now it is possible to set a new DateTime object to the SelectedDate property on macOS; no matter the Regional settings the user may be using
- Framework » Desktop: Now the DateTimePicker control honors the Top value when displayed in Text mode on macO
- Framework » Desktop: Now the DateSelected property returns a valid/updated DateTime object on Windows
- Framework » Desktop: TabPanel.RemovePanelAt no longer throws an OutOfBoundsException if the Tab to be removed actually exists
- Framework » Desktop: Do not call Worker Error event when Worker Helper quits normally
- Framework » Desktop: Fixed a bug in PDF where Rectangles/Ovals wheren't drawn if origin at 0,0 and/or size equals the size of the page
- Framework » Linux: Listbox border is no longer cut-off on the right/bottom edges
- Framework » Linux: No longer leaks objects/memory when Gtk related objects (like Controls, Windows, MenuItems, etc.) are destructed with Normalized Control Sizes enabled
- Framework » Web: WebDatePicker week start day is now Sunday for the en-US locale
- Framework » Web: Fixed an issue which caused debugged web apps to stop in the debugger multiple times during startup
- Framework » Web: WebListbox.RemoveRowAt now throws an OutOfBoundsException if the row parameter is after the last row in the list
- Framework » iOS » Mobile: Adding non-UI controls to iOS project no longer crashes on run
- Framework » iOS » Mobile: Global.Speak is now System.Speak
- Framework » iOS » Mobile: UDPSocket usage no longer causes app to terminate after unlocking phone
- Framework » iOS » Mobile: Runtime module methods (like ObjectCount, MemoryUsed, etc.) are now accessible for iOS
- Framework » iOS » Mobile: Graphics.Font now returns a Font object instead of iOSFont
- Framework » iOS » Mobile: Graphics FontSize, Bold and Italic have been removed. Please use the equivalent functionality found in the Font class instead
- Framework » iOS » Mobile: Fixed an issue where MobileScreen.Closing was firing incorrectly for non-modal views
- Framework » macOS: Brush/gradient offsets are now control relative
- IDE » Auto Complete: Fix a regression which caused autocomplete to omit project items after IsA
- IDE » Auto Complete: Fixed an autocomplete regression which caused the code editor to only suggest event definition names on lines that began with RaiseEvent regardless of where you were on the line.
- IDE » Graphics: Enumeration and Attribute editor add/remove buttons now transition properly between OS light and dark modes.
- IDE » Library: WebSDK controls now use the correct icon in the library.
- IDE » Miscellaneous: macOS Universal builds no longer fails when the App name is a constant.
- RBScript: XojoScript no longer crashes due to incorrectly generating AVX instruction code for CPUs that don’t support it.

Changes:
- Framework » Desktop: Fixed a bug were PDFDocument rendered lines with half the pen size in the x or y coordinates when those values were set to zero, this is because half of the line is drawn outside the page bounds.
- Framework » Windows: Fix: Now the SearchField control selects all the text when it gets the focus (on Windows). Fix: The control height is set to the by default 22 points.
- IDE » Debugger:  A link to view all Controls embedded on a MobileScreen is now available when debugging the MobileScreen object.
- IDE » Debugger:  Global variables list now supports viewing all MobileScreens when debugging iOS projects.

New Items:
-IDE » Build Automation: CopyFilesSteps can now be specified by architecture.
-IDE » Build Automation: Build steps now have an Architecture option which allows you to specify if they should run for Intel or ARM builds. - Make it possible to intercept the build process with an IDE script with the name "XojoBuildPressed.xojo_script".
-IDE » Miscellaneous: Windows IDE: error messages for plugins that fail to load now contain the actual DLL file that failed. This can be seen in the debug log or in the Loaded Plugins section in the About Box.

Tableau Desktop 2020.4.0 查看版本資訊

更新時間:2020-12-15
更新細節:

What's new in this version:

Resolved Issues:
- CEILING() function could return incorrect results when using a scalar or a constant as the argument
- Creating an extract from an OData connection could fail after navigating to a worksheet
- "Error code: 6EA18A9E. Unable to create extract" could occur with text files when selecting a merged mismatched field as a matching field between two logical tables
- A table calculation could disappear from the view after the data source was published to Tableau Server
- In the Relationship dialog, when a linking field was changed from an integer to a string, the dialog displayed the correct type but the query used the original data type which could result in a "type mismatch" error
- The Data Quality Warnings would not refresh for a workbook if the data source connection is opened or a workbook with the connection is opened before signed into Tableau Server
- The calculated field set in a title of a Viz is displayed as "All" when using a discrete date dimension for a table across or table down calculation
- When a workbook contained a file union, any subsequent workbook open attempts could fail because the column name would not exist in the data source due to a language translation
- An error would occur stating, "Invalid SET statement in the triggered action," when an attempt to connect to Teradata with a username that contained an apostrophe was performed
- It was not possible to edit an axis range of a continuous bin when the range is fixed to set either the fixed start or fixed end to a decimal number

Balabolka 2.15.0.764 查看版本資訊

更新時間:2020-12-14
更新細節:

What's new in this version:

- Fixed the using of online TTS services
- Resources for Bulgarian language were updated

MediBang Paint Pro 26.0 (64-bit) 查看版本資訊

更新時間:2020-12-14
更新細節:

What's new in this version:

- Showed the most popular ART street posts in the network panel
- Added a filter. (Channel Operation/ Change Transparent Color/ Change Nontransparent Color)
- Defects fixed and improved

Balabolka 2.15.0.763 查看版本資訊

更新時間:2020-12-13
更新細節:

What's new in this version:

- Added the button "Add Folder" to the window "Extract Text from Files". It allows to search files in subfolders
- Fixed the using of Yandex SpeechKit

Alarm Clock Pro 13.0.1 查看版本資訊

更新時間:2020-12-12
更新細節:

What's new in this version:

Alarm Clock Pro 13.0.1
- Upgrade Notes: This upgrade is free for users owning an active subscription or a non-subscription "lifetime license." No action is required other than downloading the new version from our web site and unlocking as normal with an e-mail address. For all other users, orders for the current version can be purchased on our web site.
- Bug Fix: Fixed offset in main window because of a corrupt toolbar object in the IDE. Fixed by deleting object, and undoing the delete. Strange, but it worked
- Bug Fix: Toolbar styles resorted to correct type


Alarm Clock Pro 12.1.2
Bug Fix:
- Fixed sorting of world time zones in drop down menu in World Clock to correctly sort by GMT offset


Alarm Clock Pro 12.1.1
Bug Fix:
- Fixed crash creating world clock


Alarm Clock Pro 12.1.0
- Modification: Upgraded to API 2.0 for major improvements overall


Alarm Clock Pro 12.0.1
- This upgrade is free for users owning an active subscription or a non-subscription "lifetime license." No action is required other than downloading the new version from our web site and unlocking as normal with an e-mail address. For all other users, orders for the current version can be purchased on our web site.
- Bug Fix: Error saving temporary files.


Alarm Clock Pro 12.0
- Minor bug fixes

JRiver Media Center 27.0.43 (64-bit) 查看版本資訊

更新時間:2020-12-12
更新細節:

What's new in this version:

- Fixed: Firing an MCC 22003 on a not found index would crash
- New: MCC 22003 with an index of 12 shows Cloudplay
- New: Added a Cloudplay toolbar button