VyprVPN 歷史版本列表
VyprVPN 為個人電腦提供 Windows,Mac,Android,iOS,電視和路由器時尚,尖端的應用程序,以便您可以在幾秒鐘內保護您的設備。 VyprVPN 應用程序是快速,易於使用和穩定與省時的功能,如一鍵連接,一鍵式服務器選擇和 ping 測試選擇最快的服務器。 VyprVPN 為 PC 提供最快和最安全的 VPN 帳戶!VyprVPN 為 Windows 提供了一鍵式連接和自動連接選... VyprVPN 軟體介紹更新時間:2020-04-15
更新細節:
What's new in this version:
Enhancements:
- Query Results: Added the ability to sum, average, find mininum, and find maximum for selected cells only in addition to all cells
- Firebird: Create Database Tool and Add Connection Tool: Added the ability to create Firebird version 4 / ODS version 13 database files
- File System Browser and Project Browser: Added right-click menu option for Open File Share Connection
- File System Browsser and Project Browser: If there are active database connections, double-clicking a file prompts for whether to open the file and share a current connection
- Added support for Yellowbrick
Changes:
- BigQuery Database Browser: Only datasets under a particular project are shown in the project's tree
- BigQuery Database Browser: SQL generation now includes the project id in the generated SQL
- Toolbar: Show File System Browser button is now shown on the toolbar by default
- Linux: Web browser display: If x-www-browser is available, this command is used to open web browsers on Linux systems
Bug Fixes:
- SQL Editor: Tab names can be incorrect if switching tabs in the middle of adding a new connection tab
- SimpleDB: Inserting or Updating records that have SQL keywords with tick marks does not remove tick marks from keywords prior to sending to SimpleDB
更新時間:2020-04-05
更新細節:
更新時間:2020-03-31
更新細節:
What's new in this version:
Cross-platform web testing:
- TestComplete 14.4 introduces the new cross-platform approach to web testing. You can now record (or create manually) web tests in one of the supported browsers – Chrome, Firefox, Edge, or Internet Explorer – and then run these tests in a wide range of other browsers, including those that you don’t use for test creation, like Opera and Safari. These browsers can work on various platforms, both Windows and non-Windows ones: macOS, Linux, Unix, or mobile Android and iOS.
To create cross-platform tests, you start a new TestComplete project and select a new check box in the Create Project wizard:
What's New in TestComplete 14.40:
- New recording mode
- Click the image to enlarge it
- You can then record a web test as you would normally do this
To address web elements, new tests use CSS selectors and XPath expressions rather than Name Mapping items. This makes these tests browser- and platform-independent:
What's New in TestComplete 14.40:
- Recorded cross-platform web test
- You can run these cross-platform tests on your local computer or in a device cloud that has Selenium Grid installed. You connect to the cloud and run tests there directly from within TestComplete. The device cloud can be –
- A private hub with Selenium Grid configured
- Selenium Grid provided as a service by CrossBrowserTesting
- Selenium Grid provided as a service by any other third-party provider (for example, Sauce Labs or Testing Bot)
If you use the CrossBrowserTesting device cloud, you can easily connect to the needed device from TestComplete. TestComplete offers the new Run Remote Browser operation to do that from keyword tests:
- What's New in TestComplete 14.40: Run Remote Browser operation
In script tests, you can use a new wizard to generate the needed code automatically:
- What's New in TestComplete 14.40: Generate run code for CrossBrowserTesting wizard
- You can copy the generated code and paste it into your script tests
- The new functionality is implemented by the new Device Cloud add-on. It is available in TestComplete Trial for evaluation; as for the commercial version, it is licensed separately from TestComplete.
- For complete information on the new web testing approach, see About Cross-Platform Web Tests
Cross-platform web tests in TestComplete:
- New ML-based grid validations
- TestComplete includes new machine-learning algorithms to recognize tabular controls and extract data from them. This helps you validate the data of any tabular controls, including custom versions of grid controls and tables rendered in charts or in PDF files. In other words, now you can validate the data of those grid controls for which TestComplete doesn’t provide special test objects.
To do this, you use table checkpoints that are clever enough now to recognize tables by their images (the checkpoints support optical character recognition). When creating a table checkpoint, you specify a screen area that has tabular data, or you can allow TestComplete to detect that area automatically. TestComplete will recognize the table, obtain its columns and rows, and verify its data by comparing it with a baseline copy:
- What's New in TestComplete 14.40: Specifying a screen area containing the tabular data that a table checkpoint will verify
ML-Based Grid Validation:
- For complete information, see Working With Grid Controls.
Jira integration improvements:
- Now, in TestComplete, you can create issues of any type supported by your Jira project. Previous versions created items of the Bug type only
- For this purpose, we’ve updated the Create Jira Issue dialog. Now you can specify all the fields needed to create an issue of the selected type, including the custom fields.
- Earlier, the Create Jira Issue dialog was implemented by a script extension. Now, it has become part of TestComplete
- We also created a new JiraSupport script extension that enables you to create and update Jira issues directly from test scripts. The extension appends the Jira scripting object to TestComplete. It has special methods for creating and updating Jira issues. You can find the extension in our GitHub repository.
Smarter self-healing:
- The self-healing functionality now uses improved AI-based algorithms to find a replacement object by its image (earlier, it sought for similar objects by their properties). See Self-Healing Tests for details.
- These new algorithms use code implemented by the Intelligent Quality add-on. So, starting from version 14.40, we offer the self-healing functionality as part of that add-on.
- BDD improvements
Now, you can command TestComplete to treat each Scenario Outline Example as a separate test case. To do this, you use the new project setting. When it is on, the test log shows the results of each Outline Example as test case results:
- Results of executed BDD examples
- Click the image to enlarge it
- Also, the project’s Error handling > On error property now affects each example separately during the test run
- Web testing improvements
- Smarter mapping of web objects. Now, TestComplete does not map intermediate web objects (like DIVs) by their text content if this can make the mapping criteria unstable.
Support for the recent versions of web browsers:
- Mozilla Firefox 74
- Google Chrome 80
- Support for CEF3 79.0.3945 . You can now create and run tests against desktop applications using this and earlier versions of the Chromium Embedded Framework control.
- Support for Electron 8. You can now create, record, and run automated tests for Electron-based applications created with Electron versions 8.0 - 8.1
- In addition, support for Electron versions 6.1 and 7.1 has been introduced
- Mobile testing improvements
- Android testing
- The AndroidDevice object has a new AndroidDevice.DoubleTouch method to simulate a double touch of the device screen at specific screen coordinates
- iOS testing
- TestComplete introduces support for iOS 13.3
- Xamarin.Forms
- Now, in your tests, you can access and interact with controls residing in containers created with the Rg.Plugins.Popup plugin for Xamarin.Forms applications
- Overall improvements
- Improved support for source controls. We’ve updated the format of TestComplete project files to make automatic and manual merging clearer and easier.
- Smarter password support. During test recording, TestComplete now automatically saves the entered passwords to project variables of the Password type and doesn’t display these values in recorded tests. This allows you to keep passwords secure during testing. See Working With Passwords and Other Sensitive Data for details.
- The new Log category of project settings. The project settings that control the test log have been moved to the new Log category. This category also includes the new “Treat each example in Scenario Outline as a separate test case” option (see BDD improvements above).
New supported controls. TestComplete now recognizes the following control types and enables you to use special methods and properties to work with them. During test recording, it records user actions on these controls as calls to the special methods:
- JavaFX PasswordField
- DevExpress PasswordBoxEdit
- Better UX of the Name Mapping Template dialog. The dialog box that you use to create a Name Mapping template now has a new special option to specify whether to use a regular expression for a property or not. Earlier, you could do this only by typing the regexp: prefix.
Script editor improvements:
- You can now Ctrl+click the name of a project, project-suite, keyword-test, or network-suite variable in script code to jump to the visual variable editor quickly
- You can now quickly scale the editor font by holding CTRL pressed and rotating the mouse wheel
- The editor has a better look and feel
- TestComplete now uses a brand-new UI theme. You can also switch to the old theme if you like
- Better performance. Now, TestComplete starts faster
- Network Level Authentication is no longer needed to open remote user sessions when you run distributed tests from TestComplete, when you run tests by using the TestComplete Jenkins plugin, or when you open user sessions by using the SessionCreator utility.
- The Stop test item value of the Playback > On Error, Playback > On warning, and Playback > On object recognition error project properties has been renamed to Stop current item.
- The Stop test item value of the On error test item property has been renamed Stop current item
- These properties now affect individual tests that were run by tags and individual examples of a scenario outline. If during a test run, a test matching a tag (or tag expression) fails, the test engine will proceed to the next matching test. Similarly, if during a test run, some scenario outline example fails, the test engine will proceed to the next example.
- We’ve fixed a number of issues reported by our customers
- Discontinued Support
- Starting from version 14.4, we discontinue support for Microsoft Internet Explorer 10. We will not run tests for this browser and will not provide patches or bug fixes for issues related to it. You still will be able to run web tests in that browser, but we do not guarantee they will work correctly.
- The integration with CrossBrowserTesting.com provided via the CrossBrowserTesting project item has become obsolete. This item is no longer added to new project suites automatically. You have to add it manually if you need to.
- To run your automated web tests in multiple remote environments provided by CrossBrowserTesting.com, use the new cross-platform web testing approach. See About Cross-Platform Web Tests.
更新時間:2020-03-31
更新細節:
更新時間:2020-03-25
更新細節:
更新時間:2020-03-23
更新細節:
What's new in this version:
New Features:
- Comes with Git v2.26.0
- Git for Windows' OpenSSH now can use USB security tokens (e.g. Yubikeys)
- The native Windows HTTPS backend (Secure Channel) has learned to work gracefully with Fiddler and corporate proxies
- Git for Windows' release notes have been made a bit easier to read/navigate
- The Free/Libre VSCodium version of Visual Studio Code is now also detected as an option for the default Git editor
- Comes with cURL v7.69.1
- Comes with OpenSSL v1.1.1e
- Comes with GNU Privacy Guard v2.2.20
Bug Fixes:
- Git for Windows can now clone into directories the current user can write to, even if they lack permission to even read the parent directory
- When asking for a password via Git GUI, non-ASCII characters are now handled correctly
- git update-git-for-windows -y now is fully automatable
更新時間:2020-03-18
更新細節:
What's new in this version:
Enhancements:
- PostgreSQL: Added information to error messages about statement line number and approximate editor line number of errors
Changes:
- JavaScript Validator: Leading line feeds in text can cause an issue with the validator
- Snowflake to Local Database Conversion: Number data type conversion is now supported
- Salesforce: The All Rows syntax in queries is no longer case sensitive
- Database Object Search: Added a View Contents right-click option for column name search results
- Upgraded Cassandara datastax driver to version 3.8.0
- Upgraded BigQuery driver to version 1.2.2.1004. This fixes an issue with numeric columns not being able to be queried
Bug Fixes:
- Font selector can't display the names of certain fonts
更新時間:2020-03-16
更新細節:
What's new in this version:
New features:
- In development environments, the API runtime dependency now automatically provides the native libraries that are required by some API calls
- In development environments, the .install4j runtime directory can now be specified with the system property -Dinstall4j.runtimeDir. This allows all API calls to work, including those that require access to the config file, such as Variables.getCompilerVariable(...).
- Multiple timestamp signing services are now tried in the case of a failure. The default is now DigiCert with a fallback to GlobalSign. This can be changed on a per-project basis as explained in the documentation.
Bugs fixed:
- "Download file" action: If the digest file was created with an external tool that produces upper case letters, the check would fail
- "Execute SQL script" action: Regexp delimiters and compound delimiters with a line break like ";
" did not work
- "Check for running processes" action: Prevent closing the process dialog with the window close button
- "Set the owner of files and directories" action: Leading and trailing spaces in the "owner" property were not trimmed and lead to an unhelpful error message
- The native log files of Windows installers was not deleted
- Fixed deadlock during auto-save or while saving the project when the floating license server connection was lost
- Fixed memory leak when running in-process installer applications multiple times
- When using the filter text field in the certificate selection dialogs, the wrong certificate was selected
- The check whether modules are used by launchers was not made for merged projects, so a non-modular runtime library could be generated leading to a runtime failure in a merged launcher
- Text mode overrides for bean properties did not work for elevated actions
- Installers could throw an LzmaException for large data files
- Arguments in .vmoptions files were not trimmed on macOS
- API: If a scheduled version has already been installed manually, return false for UpdateChecker.isUpdateScheduled()
- macOS: Command line executables could not use bundled JRE in macos folder archives due to notarization requirements
- macOS: The reported file sizes of notarized media files in updates.xml was wrong
- macOS: Fixed signing Java 9+ JRE bundles for macOS folder archives when the build runs on macOS or Linux
- Windows: The -manual command line option for selecting a JRE did not work as expected when the direct JRE download options was selected for the media file
- Windows: Could not use absolute locations for the Windows JRE search sequence when the build was not performed on a Windows machine
- Windows: PKCS11 code signing for multiple Windows media files could fail
- Linux: systemd service installation did not work correctly with rpm update
- Linux: Build would fail if non-ASCII characters were present in the install4j installation directory
- Linux: KillMode=process is now set in systemd files by default so additional processes started by a service will not be stopped. This is required for update downloaders that are started by a service.
- Linux: Installers running in console or unattended mode on Java 8u242+ throw an exception if no physical fonts are present on the system
- Linux: Menu entries did not work for installations with spaces in path
- Linux: File associations did not work with spaces in the installation path
更新時間:2020-03-13
更新細節:
What's new in this version:
VyprVPN 3.3.0
Updated:
- Ever curious what happens to your active connection when you quit or log out of the app? New prompts will let you know every time
Bug Fixes:
- We know it was confusing to see your disconnected location as a server so now we display your actual location
VyprVPN 3.2.0
New Stuff:
- Enjoy faster speeds with IKEv2! In this version, we’ve added support for our fastest and most secure protocol yet, IKEv2 over IPSec
Updated:
- Removed support for OpenVPN-160 and L2TP
Bug Fixes:
- Major stability improvements to the TAP adapters
- Addressed an issue that caused the app to become unresponsive
VyprVPN 3.1.0
New:
- Updated OpenVPN client & the OpenVPN TAP adapter
- Updated Visual C++ library
- Removed outdated PPTP protocol
- Added Russian language support
- Added optional Beta Updates toggle to the About screen
Fix:
- Addressed some issues with the Contact Support form
VyprVPN 3.0.0
- New Intuitive server selection makes connecting easy
- New Choose a new location without having to manually disconnect
- Fix Several stability and performance improvements
更新時間:2020-03-13
更新細節:
What's new in this version:
Droid Transfer 1.42.0
- Change log not available for this version
Droid Transfer 1.41.0
- Change log not available for this version
Droid Transfer 1.40.0
- Change log not available for this version
Droid Transfer 1.39.0
- Change log not available for this version
Droid Transfer 1.38.0
- Change log not available for this version
Droid Transfer 1.37.0
- Change log not available for this version
Droid Transfer 1.36.0
- Change log not available for this version
Droid Transfer 1.35.0
- Change log not available for this version
Droid Transfer 1.34.0
- Change log not available for this version
Droid Transfer 1.32.0
- Change log not available for this version
Droid Transfer 1.31.0
- Change log not available for this version
Droid Transfer 1.30.0
- Change log not available for this version
Droid Transfer 1.29.0
- Change log not available for this version
Droid Transfer 1.28.0
- Change log not available for this version
Droid Transfer 1.27.1
- Change log not available for this version
Droid Transfer 1.27
- Change log not available for this version
Droid Transfer 1.26
- Change log not available for this version
Droid Transfer 1.25
- Change log not available for this version
Droid Transfer 1.24
- Change log not available for this version
Droid Transfer 1.23
- Change log not available for this version