YUMI 歷史舊版本 Page18

最新版本 YUMI 2.0.9.4

YUMI 歷史版本列表

YUMI(您的通用多引擎集成器)是 MultibootISO 的後繼者。它可用於創建包含多個操作系統,防病毒實用程序,光盤克隆,診斷工具等的多引導 USB 閃存驅動器。與使用 grub 直接從 USB 啟動 ISO 文件的 MultiBootISO 相反,YUMI 使用 syslinux 啟動存儲在 USB 設備上的提取分佈,並在必要時恢復使用 grub 從 USB 啟動多個 ISO 文件。 YU... YUMI 軟體介紹


YUMI 2.0.6.1 查看版本資訊

更新時間:2018-12-01
更新細節:

What's new in this version:

- Include ability to see which Disk the drive letter of volume/partition is on. Improve DiskWipe option – rescan during Diskpart before creating a new partition

YUMI 2.0.6.0 查看版本資訊

更新時間:2018-11-28
更新細節:

What's new in this version:

- Fallback to Fat32 or NTFS Format only the selected Drive Letter, with an option to additionally Wipe Entire Disk (including all attached Volumes/Partitions). The Wipe Entire Disk option can be used to Restore USB drives made bootable with DD, or to convert them back to use a single partition with a bootable MBR

YUMI 2.0.5.9 查看版本資訊

更新時間:2018-11-01
更新細節:

What's new in this version:

- Update to support Pearl Linux. Fix some broken links. Fix Solus entry

XRECODE 1.86 (64-bit) 查看版本資訊

更新時間:2018-10-14
更新細節:

TestComplete 12.60 查看版本資訊

更新時間:2018-09-19
更新細節:

What's new in this version:

TestComplete 12.60 Build 5545.7
- AI-Powered Visual Recognition
- Web Testing Improvements
- Mobile Testing Improvements
- Improved Name Mapping
- New Supported Versions of Platforms, Applications, and Controls
- Known Issues
- Discontinued Support


TestComplete 12.50 Build 4142.7
Support for Electron Applications:
- You can now create and run automated tests for Electron-based desktop applications. TestComplete recognizes individual controls in these applications and provides access to their native methods and properties. It also recognizes control types and offers special methods and properties that help you simulate user actions on the controls and get their data
- To test Electron applications, you should launch them as tested applications from within TestComplete or your test. For details, see Testing Electron Applications

Xamarin.Forms Support:
- With version 12.5, you can create and execute tests for Xamarin.Forms applications running on Android or iOS devices. TestComplete recognizes individual controls in these applications and makes their native methods and properties available to your tests. Also, it provides control-specific methods and properties to help you simulate various test actions on these controls in your tests. See Supported Xamarin.Forms Controls
- In order for the test engine to be able to reach application controls, you need to compile Xamarin.Forms applications in a special way. For complete information, see Testing Xamarin.Forms Applications

VideoRecorder Extension:
- The new VideoRecorder script extension enables you to record video files for your automated test runs. These videos help you understand what happened in the system during the playback and find the cause of an error faster. We announced this extension some time ago in our TestComplete Community, and decided to repeat this news now for those users who missed it for some reason

The extension is not bundled with TestComplete. You can get it for free from its GitHub repository:
- Script extensions are script-based plugins for the TestComplete and TestExecute open architecture. Learn more about them and extend the products the way you like

Overall Improvements:
Support for Java 10:
- You can now use TestComplete to create, record and run automated tests for Java applications created with Java 10
- JavaFX 10 applications are also supported
- TestComplete recognizes individual controls in Java 10 applications and provides access to their native members. Also, it provides test methods and properties that are specific to the control type and that help you simulate user actions on them with ease
- You can call methods of Java 10 classes from your scripts
- Testing of Android applications created with Java 10 is not currently supported
- Using existing masks in region checkpoints. Based on our customers’ feedback, we have restored the possibility of using existing masks for new region checkpoints

Smarter source control support:
- We have changed the format of project files and the algorithms of opening and saving these files to avoid merge issues that might occur when you get project files from or put them to source controls
- The Get Project from Subversion Repository dialog now remembers the values entered in the Repository Path and Location fields last time. So, you will not have to enter these values again when you retrieve your projects from SVN next time

Enhanced WPF support:
- Support for attached properties in WPF applications. TestComplete can now expose attached properties of WPF objects, so you can see these properties in the Object Browser and use them in your tests. To access attached properties, use the Attached-Property-Provider_Property-Name syntax, for example DockPanel_Dock. TestComplete only shows attached properties with non-default values (explicitly defined in the application source code). Attached properties with default values will be hidden, however, you still can use them in your tests. Using several attached properties with identical names, even with different namespaces and assemblies, is not supported
- Table checkpoints for WPF ListViews. Now you can create table checkpoints for a WPF ListView control working in the GridView mode. In earlier versions of the product, the Table Checkpoint wizard treated WPF ListView controls as list boxes, and the wizard reported only one column in the control that was always called Items. In TestComplete 12.50, this limitation has gone, and you can create table checkpoints for WPF ListView controls in the same way you do this for other tabular controls
- Note that the table checkpoints you created for WPF ListView controls in earlier versions of TestComplete are incompatible with the new functionality. So, in version 12.50, you need to update the table checkpoints for these controls
- Support for Chrome 65 and Firefox 59. You can now create automated functional web tests on pages opened in the recent versions of these web browsers
- Support for the latest available CEF version. You can now create and run automated tests for applications using Chromium Embedded Framework version 3.3282.1741 and earlier
- Support for Infragistics UltraComboBox. TestComplete now recognizes a new control in tested .NET applications – Infragistics UltraComboBox version 2017 Vol. 1. You can use test methods and properties that are specific to combo boxes to simulate user actions on these controls

Improved code refactoring:
- The new Find Usages command in the Code Editor context menu helps you quickly find all the occurrences of a variable, function or object in your script code
- The former Rename Variable and Rename Function commands of the Code Editor context menu have been replaced with a single Rename command. This command is context-specific. It works in the same way the former two commands did. It is applied to function calls or variable names depending on whether you call it for a function or a variable
- Smarter Close methods. The default timeout of the Process.Close() and Browser.Close() methods has been increased from 3,000 to 60,000 milliseconds. The method now also checks for the “Do you want to save the changes?” window and similar ones, and stops waiting for the process to exit, if any
- Easier work in the Name Mapping editor. You can modify aliases of your tested objects in the Name Mapping repository easier. Use the new Exclude Items command to remove unnecessary intermediary levels from the Aliases tree. If the removed alias has children, they will remain in the tree and will move one level up. The mapped objects associated with the alias will also remain in the repository
- Better Catch operation. The Catch keyword-test operation can now return information on the error that occurred in the Try block
- To improve the Firefox performance during test recording and test runs, TestComplete can now configure some of the Firefox settings automatically when you run the browser from your test or when your test opens a web page in Firefox. See the Browser Settings section in the Preparing Firefox for Web Testing topic

Checkpoint improvements:
- When you create a property checkpoint by using the Checkpoint wizard, on the Select Data to Check page of the wizard, you can select one of the suggested properties
- The list of the suggested properties that the Quick Checkpoint menu shows now includes indexed properties (properties that provide access to an array of values by their index)
- When you create a property checkpoint and switch between the Basic and More Properties pages of the wizard, the selected property no longer loses focus
- When you create Quick Checkpoints, the icon is now displayed below the mouse pointer rather than next to the top right corner of the red frame that highlights the current object. This makes selecting an object easier, especially when you are selecting a complex object that consists of several objects
- The property checkpoints now post more detailed messages to the test log. If the checkpoint’s baseline value or actual value or both include special characters (for example, r (carriage return)) the checkpoint result message will show those characters distinctly
- TestComplete now supports Qt controls version 5.9
- Mobile Testing Improvements
- More info on Wi-Fi connections to Android mobile devices. Version 12.5 offers the new Device(…).Connections(…).WifiInfo object that provides information on the Wi-Fi connection between your computer and a mobile device. The object includes properties that return the device’s IP and MAC addresses, connection speed, network SSID and other data
- Support for Android 8.1 (API Level 27). Now you can create and run automated tests on devices running this version of the Android operating system
- Support for iOS 11.3. You can create and run tests for iOS applications running on this operating system
- Support for iPhone 7 plus, 8, 8 plus and X, and iPad mini 3 and 4
- Updated Test Log View:New Time Diff log column. The test log has the new Time Diff column that displays the time difference between messages in the log. This helps you determine how much time passed between messages during the test run
- Summary information in exported test results. Test results exported in the HTML, MHT and XML formats now include summary information on the test run. The information includes the start time of the test run, the end time, the test duration, the number of warnings and errors and the name of the computer where the test was run.
- Filtering exported results. You can filter test results exported in the HTML or MHT format by the message type by selecting the needed message type on the log toolbar.
- In addition, you can filter the results by their content by typing the needed text in the Search edit box. The log will show only those messages that contain the typed text

Scripting and Debugging Improvements:
- JavaScript in TestComplete now supports arrow functions
- The debugger panels and dialogs (Watch List, Locals, Inspect, Evaluate) now support Python tuples and lists

If the number of the following items is large, the debugger panels and dialogs now group them by 100 for more convenient presentation:
- Python tuples and lists
- JavaScript arrays and typed arrays
- Arrays returned from COM objects (SAFEARRAY objects)

Changes in Cross-Browser Testing Support:
- We have renamed the Environment Manager project suite item to CrossBrowserTesting to make this feature clearer and easier to find. The command-line arguments and scripting methods that are responsible for running tests in the CrossBrowserTesting.com cloud have also been renamed

More:
New command-line arguments to help you manage plugins of the Desktop, Web and Mobile product modules easily. These options are helpful if you are using a Floating license. Specify the modules you are going to use in order not to consume the licenses of other modules accidentally:
- TestComplete has the new EnableModule command-line option. Use it to enable or disable plugins of the Desktop, Web or Mobile module on TestComplete startup
- The TestComplete installer has the new Desktop, Web, and Mobile command-line options. Use them to install only the plugins that match the Desktop, Web and/or Mobile modules. You can use these options when installing TestComplete in silent mode
- The TestComplete installer uses a newer InstallShield version. When installing TestComplete in silent mode, you can use the /clone_wait argument of the InstallShield command line to wait for the installation to complete. See Installing TestComplete in Silent Mode

Improved Report Generator utility:
- You can use the Report Generator utility to monitor mobile applications running on Android and iOS devices connected to your computer.
- You can now select applications for monitoring easier.
- Improved merging of Name Mapping data. When you are merging Name Mapping files in TestComplete, the latter also merges item images.
- Updated structure of sample projects. Now, TestComplete includes only a few basic sample projects. The other samples are organized into a separate package

Version 12.5 includes a few UI changes:
- Updated Start page
- New icons of toolbar and menu items
- The last step of the Create New Project wizard now shows only JavaScript and Python for selection. We hope this will decrease confusion and help new users select the most popular languages. To view the complete list of supported languages, click More languages
- The Send WM_CLOSE option of the Playback > On unexpected windows group of project options has been renamed to Send the close command to reflect the test engine actions better
- We have fixed a number of bugs reported by our customers
- Discontinued Support
- Since version 12.5, we stop supporting Microsoft Internet Explorer 9. We will no longer run tests for this browser and will not provide bug fixes for it. You will still be able to run web tests using Internet Explorer 9, but we do not guarantee these tests will work properly
- TestComplete no longer supports iOS version 8.x
- TestComplete no longer supports Objective-C and Swift applications created with Xcode 5 and 6


TestComplete 12.42 Build 3048.7
- Change log not available for this version


TestComplete 12.41 Build 2879.7
- Support for the latest Firefox updates. You can record and play back tests for web applications running in the latest versions of the Firefox web browser: 56.0.2 and 52.4.1 ESR.
- A number of bugs reported by our customers have been fixed

XRECODE 1.85 (64-bit) 查看版本資訊

更新時間:2018-08-26
更新細節:

What's new in this version:

New:
- added option "Do not resize if smaller" under Metadata options
- when encoding SACD ISOs to WavPack, WavPack/DSD will always be used as encoder
- added option to extracd SACD by preserving the original encoding (DFF/DST) under Extract settings
- added Spanish translation

Fixed:
- fixed issue with merging of some files to DFF
- fixed issue when "Copy all non-audio files to the destination folder" was not working with copying to USB drives
- fixed issue when tags were not saved in split MP3 files
- fixed issue when 32bit int WAV files were encoded as 32bit float WavPack
- fixed issue when if was not possible to add more files after previous dropping of files was cancelled
- fixed issue when merging some CBR mp3 files

YUMI 2.0.5.8 查看版本資訊

更新時間:2018-07-21
更新細節:

What's new in this version:

- Update to support Norton Bootable Recovery Tool, Quick Save Live, Hiren's Boot CD PE, and newer CentOS 7 Live

XRECODE 1.84 (64-bit) 查看版本資訊

更新時間:2018-07-18
更新細節:

What's new in this version:

New:
- added option "Combine files with same track number to one" under Encode Settings.

Fixed:
- fixed issue with handling of 32bit float WAV files
- fixed issue with extracting from some MP3/CUE files
- fixed issue with encoding/merging some MP3 files to M4A
- fixed issue when INDEX 01 for CUE was calculated incorrectly
- fixed issue when saving Metadata in some M4A files

Unreal Engine 4.21 查看版本資訊

更新時間:2018-07-11
更新細節:

What's new in this version:

Unreal Engine 4.21
- Unreal Engine 4.21 continues our relentless pursuit of greater efficiency, performance, and stability for every project on any platform. We made it easier to work smarter and create faster because we want your imagination to be the only limit when using our tools. And we battle-tested the engine on every platform until it met our developers' high standards so your project will shine once it is ready for the masses
- We are always looking for ways to streamline everyday tasks so developers can focus on creating meaningful, exciting, and engaging experiences. Our industry-leading Niagara effects toolset is now even more powerful and easier to use, enabling you to dream up the next generation of real-time visual effects. You can build multiplayer experiences on a scale not previously possible using the now production-ready Replication Graph functionality. Iterate faster thanks to optimizations with up to a 60% speed increase when cooking content, run automated tests to find issues using the new Gauntlet automation framework, and speed up your day-to-day workflows with usability improvements to the Animation system, Blueprint Visual Scripting, Sequencer, and more
- We strive to make it possible for your creations to be enjoyed as you intended by everyone, everywhere regardless of the form factor they choose. Building on the previous release, we have added even more optimizations developed for Fortnite on Android and iOS to further improve the process for developing for mobile devices. Available in Early Access, Pixel Streaming opens a whole new avenue to deploy apps in a web browser with no barrier to entry and no compromise on rendering quality. We have also improved support for Linux as well as augmented, virtual, and mixed reality devices


Unreal Engine 4.19
- Change log not available for this version

Unreal Engine 4.18.3
- Change log not available for this version

XRECODE 1.83 (64-bit) 查看版本資訊

更新時間:2018-07-05
更新細節:

What's new in this version:

- New: added %bitrate% as a file name pattern element
- New: added option to specify file name pattern for Copy operation
- New: delete !%!INVISIBLE.DONTUPDATE!%!ENCODE_INFO tag produced by venc
- Fix: fixed bass init error 46