Icons8 歷史版本列表
Icons8 是一款適用於您的 Windows PC 的圖標脫機軟件包,適用於 Photoshop,Adobe XD,Visual Studio 或任何其他軟件。應用程序將所有 Icons8 圖標存儲在您的硬盤驅動器上,這些圖標可以是任何格式,大小或顏色。這些圖標適用於 Photoshop,Sketch,Xcode,當然還有你。所有的圖標都是由一個設計師完成的,所以你的用戶界面看起來是一致的。矢量... Icons8 軟體介紹更新時間:2020-09-23
更新細節:
What's new in this version:
- The installer offers new command-line arguments to control and automate the installation process. For complete information, see Installing TestComplete in Silent Mode
- Previous versions of the product installer used other arguments. If you have scripts or batch files that use them to install TestComplete (or TestExecute, or TestLeft) in testing environments, you will need to update those scripts and batch files to use new arguments
- Support for CEF3 84.0.4147.89. You can now create and run tests against desktop applications using this and earlier versions of the Chromium Embedded Framework control
- Support for Electron 9 and 10. You can create, record, and run automated tests for Electron-based applications created with Electron versions 9.2.0 and 10.1.0
更新時間:2020-08-27
更新細節:
What's new in this version:
- LG WebOS 5: added support for lists with analog cable/antenna channels
- Philips: added support for analog channel lists (Repair/CM_* format)
- Philips: added support for models that export a Repair/ChannelList/channellib/Table and s2channelLib/.dat folder
- structure, e.g. PFL4317K, PFL5507K, PFL5806K, PFL7656K
- GB Freesat reference lists updated
更新時間:2020-08-21
更新細節:
What's new in this version:
- Updated WordPress.com login flow to work on all platforms
更新時間:2020-08-14
更新細節:
更新時間:2020-08-10
更新細節:
What's new in this version:
Enhancements:
- Added logging and ability to download logs
- Added support for table alignment and strikethrough in Markdown
Fixes:
- Fixed Evernote import
- Fixed unsynced note dialog on logout
- Fixed a bug preventing login if capital letters were used in email address
- Show pointer cursor on checkboxes
- Disable menu items if user isn't logged in
- Restore ability to view About dialog while logged out
- Restore missing keyboard shortcut hint for Insert Checklist
更新時間:2020-08-04
更新細節:
What's new in this version:
- Bug fixes
更新時間:2020-08-03
更新細節:
What's new in this version:
- Philips: older models which export a Repair/*.BIN file can now be loaded, when there is an invisible .xml file in the same directory
- (Philips exports the .xml file with file attributes "hidden" and "system", which makes them invisible to Windows Explorer)
- upgrade to DevExpress 20.1.6
更新時間:2020-07-28
更新細節:
What's new in this version:
Pichon (Icons8) 8.9.0.0
- Change log not available for this version
Pichon (Icons8) 8.8.0.0
- Ctrl+C / Ctrl+V of icons
- Sign-in to Icons8 via GitHub, Google and Facebook
Pichon (Icons8) 8.7.0.0
- Change log not available for this version
Pichon (Icons8) 8.6.1.0
- Performance optimization and improvement of search
Pichon (Icons8) 8.5.1.0
- Change log not available for this version
Pichon (Icons8) 8.5.0.0
- Authorization with Microsoft Account and bug fix
更新時間:2020-07-15
更新細節:
What's new in this version:
- Bug fixes
更新時間:2020-07-15
更新細節:
What's new in this version:
This approach brings your web tests to the next level:
- It makes your recorded tests suitable for cross-platform web testing. If you decide to test on various environments, the adoption will be easy and quick
- XPath and CSS selectors are commonly used in web development, so they are easier for web developers and QA engineers to understand compared to the criteria used by previous TestComplete versions
- Finally, the test engine provides multiple recognition options for the same object which makes the recognition more reliable and prone to changes in the tested web pages (see below)
To enable the new mode, select the Use XPath and CSS selectors for web objects check box when creating a new test project:
- The new 'Use XPath and CSS selectors for web objects' check box in the New
Project Wizard:
- Click the image to enlarge it
- Note: This setting replaces the Cross-platform web tests check box that was added in TestComplete 14.4. If you are going to create cross-platform web tests, you must select the new check box
To enable the new naming mode for your existing projects, select the check box in the Open Applications > Web Testing > General options of your project:
- The new 'Use XPath and CSS selectors for web objects' option in project properties
- The option affects only new tests you will record. Existing web tests will continue running with existing Name Mapping aliases
- The FindElement(…) method that the test engine uses for naming web elements was introduced in TestComplete version 14.4. It was part of the Device Cloud add-on and was intended for creating cross-platform web tests. In version 14.5, we have moved this method to the Web module and made it available for all web tests, regardless of whether they are cross-platform or not.
- The same happened to the “accompanying” WaitElement(…) method. It has also been moved to the Web module and is now available for all web tests
Improved cross-platform web tests:
- The new Run Remote Browser and Remote Browser Loop operations help you create cross-platform web keyword tests. The Run Remote Browser operation starts one browser in a remote environment, and Remote Browser Loop helps you iterate test commands in remote environments. See Iterate Through Remote Testing Environments.
The new Excel scripting object and new Excel keyword-test operations make it easier to work with Excel files in your tests:
- The object has methods and properties to read and change cell values and to iterate through cells
- The new Excel group of keyword-test operations includes operations for reading and writing data to cells, and for adding new rows to Excel sheets
- New Excel checkpoints help you compare Excel sheets during your tests. This checkpoint is available in keyword tests as the new Excel Checkpoint operation and, in script code, as the new Files.stored-Excel-file.CheckExcelWorksheet(…) method. See Validating Data in Excel Files
- What is wonderful about these new features is that they don't require Excel to be installed on your computer. They don't need special “drivers” for their work, nor they use the Excel COM engine. For complete information, see Working With Excel Files
- The new functionality doesn’t affect the existing features for working with Excel files: DB Table variables and the DDTDriver object. However, these features don't use the new engine so far and still require Excel to be installed on test machines
- New OnStartTestCase and OnStopTestCase events help you perform specific actions when test case execution starts or ends. For example, you can create an OnStopTestCase event handler to send test results to almost any test management system. See Integration with TMS for an example
New supported platform and browser versions:
- iOS 13.5.0 and 13.5.1
- CEF 83.0.4103 and earlier
- Chrome 83
- Firefox 78
- Edge 83.0.478.61 – the Edge version based on the Chromium engine (support is in beta at the moment)
- The criteria that the Web Audits checkpoint uses to audit web pages have been updated. As a result, some Web Audits checkpoints in your tests that used to pass, might start failing. You may need to update checkpoint properties to let your tests pass or, better, ask your development team to update the tested web app to meet the new improved criteria.
- TestComplete adds a new event type – KDT Breakpoint Hit – to the Windows sound scheme. You can use it to set a custom sound for when keyword test execution is paused on a breakpoint. See Sounds for TestComplete Events.
- The TcxEditStyle object (used in User Forms to control the style of UI elements) has two new properties: TextStyle and TextColor. Use them to specify the color and font style of controls’ text
- We have also fixed a number of issues reported by our customers