Waterfox 歷史版本列表 Page47

最新版本 Descript 83.1.3

Waterfox 歷史版本列表

Waterfox 為您提供了一個高性能的 64 位版本的 Mozilla Firefox。 Firefox 源代碼被採集和編譯,以專門運行 64 位 Windows 計算機。為了讓 Waterfox 從人群中脫穎而出,它?被編譯了很多優化,所以比簡單地將 Firefox 編譯成 64 位程序更快,更高效。下載 Waterfox 最新版本為 Windows!Waterfox 功能 否 Adobe ... Waterfox 軟體介紹


DVDFab 10.2.1.7 (64-bit) 查看版本資訊

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

What's new in this version:

- New: Added the support for some new Java protections
- New: Improved the support for the BluPath feature on Blu-rays and the PathPlayer feature on DVDs
- Fix: A crash problem when opening DVD discs in certain cases

DVDFab 10.2.1.6 (64-bit) 查看版本資訊

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

What's new in this version:

New:
- Added the support for some new Java protections
- Added a new menu template in the DVD Creator module

Fix:
- A crash problem when opening DVD discs in certain cases

DVDFab 10.2.1.5 (64-bit) 查看版本資訊

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

What's new in this version:

- New: Added the support for some new Java protections
- New: Added the support to remove the Cinavia watermarks as found on the DVD version of Jigsaw and The Shack
- New: Added the conversion profiles for the newly released iPhone XR, iPhone XS and iPhone XS Max in the Ripper and Converter modules
- Fix: A problem that the optical drive no longer recognizes the blank medium after the 1st task finishes if there are multiple burning tasks in the queue with ISO files as sources

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

DVDFab 10.2.1.4 (64-bit) 查看版本資訊

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

What's new in this version:

New:
- Added the support for some new Java protections
- Added the support to identify and access the main title from unprotected Blu-ray ISO files and folders
- Improved the support for the BluPath feature

Waterfox 56.2.3 查看版本資訊

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

What's new in this version:




Waterfox 56.2.3
- Waterfox has been patched with all the latest ESR security fixes.
- There is now a complete backup of all classic add-ons from the Mozilla Add-On Store, mirrored on the Waterfox CDN. You can use the Classic add-on Archive add-on to view the catalogue. This will be integrated into the next Waterfox version.

Waterfox now has a unique identifier in its user agent, but in a way that shouldn't confuse sniffers:
- Mozilla/5.0 (Windows NT x.y; Win64; x64; rv:56.0; Waterfox) Gecko/20100101 Firefox/56.2.3
- Mozilla/5.0 (Macintosh; Intel Mac OS X x.y; rv:56.0; Waterfox) Gecko/20100101 Firefox/56.2.3
- Mozilla/5.0 (X11; Linux x86_64; rv:56.0; Waterfox) Gecko/20100101 Firefox/56.2.3


Waterfox 56.2.2
- Change log not available for this version


Waterfox 56.2.1
- Small security fix


Waterfox 56.2.0
View changes:
Mozilla Foundation Security Advisories patched:
- 2018-11
- 2018-10

General Desktop:
- Remove Google Play Services from Android (will now be able to add to F-Droid!)
- Stylo is now built, but disabled by default
- Rust components are now built with optimisations
- Updated various media codecs
- Back ported performance improvements for JavaScript (should now stop the high CPU usage!)

Tested a new way to keep Waterfox components up to date with the release branch of Firefox (includes security and performance upgrades for the components):
- Freetype2
- Skia
- svg.context-properties.content.enabled is now true by default
- Fingerprint option now disguises Waterfox as Firefox 60

Website Updates:
- Downloads now take you to a proper downloads page, with Portable download link fixed!
- Downloads archive will also be on this page (just re-uploading it all)


Waterfox 56.1.0
Mozilla Foundation Security Advisory Patches:
- 2018-08
- 2018-06

General Desktop:
- Stylo is now enabled and built for Waterfox on all Desktop platforms
- Cookie prompt has been removed until it is fixed properly
- The new about:preferences interfact has been fixed, can be enabled via browser.preferences.useOldOrganization
- Profile import has been re-architected
- You can now Refresh your profile at about:support!
- Update various media codecs
- Disable the add-ons discovery pane
- Disable attempted telemetry ping to nowhere
- Enable support for input type=date and type=time
- Show punycode by default to prevent phishing

Windows:
- Fixed playback issues on Windows that utilise the WMF decoder
- If you have issues with setting the default browser, re-download and use the Installer

What's coming up:
- Integration of a classic add-on catalogue within about:addons
- Re-implement Cookie Prompt
- Include libc++-static to support Mac OS X 10.6
- Remove Google Play Services from Android to add it to the F-Droid store
- Port over various 57 WebExtension APIs that didn't make it into 56

Waterfox 56.0.4
Mozilla Foundation Security Advisory Patches:
- 2018-02
- 2018-05
- Update default search for some platforms. Feel free to use it or Ecosia, whichever you prefer to support Waterfox

Waterfox 56.0.3
- Fixed incorrect update file being delivered to < Waterfox 56 users
- Fixes for default browser detection
- Enable e10s, disable e10s-multi for add-ons marked as incompatible. If you have issues with any add-ons, disable e10s completely
- Removed “e10s - (PID)” label from tabs

Waterfox 56.0.2
- e10s will now be disabled when using add-ons that aren’t marked explicitly as compatible with e10s
- If you’d like to force enable e10s, you can by setting browser.tabs.remote.force-enable to true in about:config. Warning: This may cause the add-on or the browser to behave unexpectedly
- Updated libcubeb library to prevent audio issues on new Windows 10 builds, Bug 1426719

Mozilla Foundation Security Advisory Patches:
- Fix default browser check (Thanks to jdunn0)
- Fix plugin issues due to checking .mozilla instead of .waterfox (Thanks to PhantomX)
- Fix of various white space issues thanks to jbeich

Waterfox 56.0.1
- Change log not available for this version

Waterfox 56.0

IMPORTANT! WATERFOX NOW USES ITS OWN PROFILE LOCATION:
- Waterfox now uses its own profile directory. If you have updated from an automatic update, you will get a prompt to import your data to this new location after restarting the browser post update.
- As much of your data will try to be kept as possible. Location on macOS: ~/Library/Application Support/Waterfox.
- If you use a different than default location for Firefox, you should be able to just update the profile.ini in the new Waterfox profile location to carry on using that location.

New:
- Waterfox will now remain at 56 for the time being, following the security releases of 59 ESR until it becomes End of Line (Q1 2019). In the meanwhile, a “new” browser will be developed to follow the ethos of Waterfox of customisation and choice, while staying up to do date with the rapidly evolving browser landscape.
- Based on Firefox 56.0.2 release.
- Fixed GUI rendering issues on macOS High Sierra.
- Fixed search suggestions not appearing.
- Enabled e10s by default, some add-ons that aren’t marked as compatible may cause unexpected behaviour.
- Cookie Prompt has been re-implemented thanks to Savarese.Org: Firefox used to allow you to be notified every time a Web site attempted to set a cookie. You could decide to accept or reject the cookie as well as specify the cookie lifetime and whether to use your choice for all cookies from the Web site, thereby updating your cookie preferences.

Security patches from 57 release:
- Bug 1261175, Bug 1325923, Bug 1339259, Bug 1365894, Bug 1366420, Bug 1369561, Bug 1370497, Bug 1375146, Bug 1383019, Bug 1384121, Bug 1387799, Bug 1387845, Bug 1394031, Bug 1394265, Bug 1394530, Bug 1395138, Bug 1397811, Bug 1399540, Bug 1399922, Bug 1400003, Bug 1400554, Bug 1401339, Bug 1401804, Bug 1402363, Bug 1402876, Bug 1402896, Bug 1403646, Bug 1404636, Bug 1406154, Bug 1406398, Bug 1406750, Bug 1407032, Bug 1407375, Bug 1407740, Bug 1407751, Bug 1408005, Bug 1408412, Bug 1408782, Bug 1408990, Bug 1411458, Bug 1412252

Waterfox 55.2.2
- Stop Mozilla from installing add-ons without user permission
- If these add-ons are already installed, they will be removed within a day of using the updated version

Waterfox 55.2.1
- Patched crash on Windows 7 systems, from 56.0.1 release
- Don’t build AUS Helper extension
- Disable Battery Status API for privacy reasons
- Update bundled search plugins to their OpenSearch equivalents where available
- Revert to Ecosia as default, while issues are resolved with Yahoo
- Update blocklist (extension, plugin and certificate)

Waterfox 55.2.0
- Patched security issues from 52.4 ESR/56 Release. (Mozilla Security Advisories)
- Linux: Switched to an older build environment for better compatibility of libraries
- Linux: No longer statically link libgcc
- Linux: Backported patches for issues with FreeType
- macOS: 10.13 has graphical issues with the GUI. Will wait for all patches to release before fixing in 56
- Android: Download APK or from Google Play Store (slight delay)
- Yahoo is now the default search partner, but you may still use Ecosia to support Waterfox

Waterfox 55.1.0.1
- Change log not available for this version

Waterfox 55.1.0
- Updated to Firefox 55.0.3 (Release Notes)
- Statically linked libstdc++ on Linux
- Added option to toggle Electrolysis in about:preferences > General
- Android release is ready! Just passing through the Google Play store and will submit request to go onto the F-Droid store
- Improved migration of profile to not copy over old profile
- Toggle some privacy options by removing Microsoft Family ’MITM’ and disable add-on metadata updates
- Added FINDX and updated Yahoo! URL

Waterfox 55.0.2
- Fixed an issue with missing label in about:dialog for language packs
- Reverted Yahoo partner URL until better solution found
- Note: If you are using Linux, you will need version 3.4.22 of libstdc++
- Windows builds are now available
- Updated to Firefox 55.0.2

Waterfox 54.0.0.1
- Disable building of pingsender executable
- Give users choice to use Google’s Widevine CDM for HTML5 EME/DRM. Note: No proprietary binaries are included by default, they are optionally downloaded in Preferences > Content

Waterfox 54.0

- Updated to Firefox 54.0 (Release Notes)
- Windows installer now lists Waterfox as publisher instead of Mozilla
- Language request now also change when a different locale is selected

Waterfox 53.0.3
Fixed:
- Fix hangs when using a proxy with NTLM authentication
- Fix excessive resource usage from the captive portal detection service

Changed:
- Bump preloaded security information expiration times

Waterfox 53.0.1
- Remove limitations for Windows XP/Vista users. Built targetting SUBSYSTEM:5.02 (Windows XP quits immediately on start, probably due to unsupported features on XP. Vista runs fine with various features disabled)
- Use built in OS location services. This will require permissions from your OS, which should ask when Waterfox tries to utilise the API (tested on Windows 7+ and macOS, will get MLS API key as well for unsupported systems)
- Fixed add-on corruption issue on add-ons with no manifest ID
- macOS builds are now available

Waterfox 53.0
- Updated to Firefox 53.0
- The Git repo now includes the mozilla-release commit history to allow easier merging
- Delay in macOS release as I’ve lost all of my private keys for my previous Apple Developer ID certs and am awaiting the 5 cert limit to be lifted. I’ve heard this can take a while so will try to push as I can’t make any new Mac ???? releases without one.
- NPAPI Plugins and unsigned extensions should still run

Waterfox 52.0.2
- Attempt to fix future issues with search engine getting replaced upon update. Unfortunately, your search preference will be edited with this update, but hopefully should stop getting overwritten with future updates.
- Fully gutted and removed slowStartup, BrowserUITelemetry & UITour, BrowserUsageTelemetry
- Update Git repository to include Mozilla commit history, old repo moved to Waterfox-old
- Updated to Firefox 52.0.2
- Disabled PulseAudio and enabled ALSA for Linux builds

Waterfox 52.0.1
- Updated to Firefox 52.0.1
- Fixed about:home CSS
- Fixed Netflix/Amazon Prime Video/Chase website issues by spoofing Firefox 38 user agent for those sites
- Enabled various HTML5 features

Waterfox 52.0

- Temporarily reverted to MSVC on Windows
- Updated to Firefox 52.0
- Removed 64-Bit NPAPI Flash only limiation
- Pulled changes that fixed various issues with telemetry, startup performance and more. Big thanks to PandaCodex for their contributions!
- There is a small bug on about:home with the logo being misplaced which I’ll make sure is resolved in a small bug fix update.

Waterfox 51.0.1
- Fixed painting issues on Windows
- Updated to Firefox 51.0.1

Waterfox 51.0

- Updated to Firefox 51 codebase
- Quality of Life feature: Select your language from Options (Preferences) > General > Locale! Language are now automatically bundled with Waterfox
- Quality of Life feature: Duplicate Tabs! Right Click and Select Duplicate Tab to access this feature
- Switched to O3 flag when compiling on macOS
- Disabled offline archiving of telemetry data

Waterfox 50.1.0

- Security updates
- Utilised Windows 10 SDK when building instead of 8.1 SDK for Windows builds
- Issues with Windows NT 5.2 (XP era) systems are being looked into

Waterfox 50.0.2
- Critical security updates, immediate update recommended

Waterfox 50.0

- Waterfox is now built with Clang-cl thanks to the great progress made in the winclang bug

Waterfox 49.0.3
- Updated codebase to Firefox 49.0.2

Waterfox 49.0.2
- Removed remaining Mozilla pingback URLs
- Set minimum supported version for OS X to 10.6 (not guaranteed to run)
- Fixed ICU reverting back to 56.1, now at 57.1 again
- Removed graphics from empty snippet box on home page

Waterfox 49.0.1
- Tor browser anonymity features were meant to be in this release but will be pushed back to the next release
- Windows XP 64-Bit may have issues running the latest version, this is being looked into
- Updated codebase to Firefox 49.0.1

Waterfox 48.0.2
- Update codebase to Firefox 48.0.2
- Adobe Flash 23 Beta should resolve “Context3D Not Available!” issue

Waterfox 48.0.1
- Temporarily reverted to Visual Studio 2015 due to some graphical issues with Clang.
- Implemented patch for Bug 1283274 - Avoid the wmode windowed -> opaque Flash workaround when we detect Flash async drawing support
- Fix wrong profile location on OS X.

Waterfox 48.0
- Switched to Clang for Windows compilation. Things look much more promising than previous reports and stability seems good. Please report any issues and I’ll file bugzilla reports as this will help out Mozilla as well ???? This is a promising step to using a completely free/open-source build environment!
- Reverted Registry Entries to be the same location as Mozilla’s so 3rd party programs like Roboform can work again (might need to re-install Roboform or Waterfox again for example)
- Another attempt to fix unsigned extensions from not running. So hopefully they will now!

DVDFab 10.2.1.3 (64-bit) 查看版本資訊

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

What's new in this version:

- Fix: A crash when opening DVD discs in certain cases

DVDFab 10.2.1.2 (64-bit) 查看版本資訊

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

What's new in this version:

New:
- Added the support for some new Java protections
- Improved the support for Set Up selection of the menu template in Blu-ray Creator module

Fix:
- A problem that the “EN AC-3/5.1 Visual Impaired” audio track is selected by default when converting certain DVDs
- A problem that the font size setting of the menu template in DVD Creator module does not work
- A problem that deleting the Scenes text box from the menu template in DVD Creator module does not work

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

DVDFab 10.2.1.0 (64-bit) 查看版本資訊

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

What's new in this version:

New:
- Added the support for some new Java protections
- Added the support to remove the Cinavia watermarks as found on the Blu-ray version of Traffik (2018) and the DVD version of Acrimony (2018)

Fix:
- A problem that the File Transfer cannot start up if Maple-Leaf Red or Mixed Blue skin is in use