Audials One 歷史版本列表 Page16

最新版本 Audials One 2021.0.202.0

Audials One 歷史版本列表

Audials One 是最好的在大規模,快速,合法和免費的音樂檢索!只有 Audials One 可以監視成千上萬的電台,同時搜索互聯網上最好的音樂來源。這意味著它可以自動獲得所需的音樂,以最高的質量和驚人的速度,將其傳送到您的 PC 的硬盤,雲端或通過互聯網連接的移動設備上. 無線電台,音樂流,視頻剪輯而來自視頻流的電影則由 Audials One 記錄,並以最高質量保存為單個文件。這意味著您... Audials One 軟體介紹


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

What's new in this version:

Improvements for plugin authors:
- Finalize property value only when the value is queried
- In previous Gradle releases, certain Gradle types, such as Property or ConfigurableFileCollection, provided a finalizeValue() method that eagerly calculated the final value for a property and prevented further changes
- When a task starts running, Gradle automatically finalizes task properties of these types, so that the same value is seen by the task's actions and Gradle's build caching/up-to-date checks. This also avoids calculating the property value multiple times, which can sometimes be expensive. Plugins can also use finalizeValue() to finalize other properties, such as a property of a project extension, just prior to querying the value.
- In this release, these types gain a new finalizeValueOnRead() method. This method is similar to finalizeValue(), except that the final value is calculated when the value is queried rather than immediately. Plugins can use this method when a property value may be expensive to calculate or when the value may not have been configured to ensure that all consumers of the property see the same, final, value from that point onwards.
- Please see the user manual for more details

New managed property types:
- Gradle 5.5 introduced the concept of a managed property for tasks and other types, where Gradle provides an implementation of the getter and setter for an abstract property defined on a task, project extension, or other custom type. This simplifies plugin implementations by removing a bunch of boilerplate.
In this release, it is possible for a task or other custom type to have an abstract read-only property of type DomainObjectSet<T>.
- Please see the user manual for more details.

New factory methods:
The ObjectFactory type, which plugins and other custom types use to create instances of various useful types, has several new factory methods to create certain Gradle types that could only be created using internal APIs in previous releases:
- The polymorphicDomainObjectContainer() method to create ExtensiblePolymorphicDomainObjectContainer<T> instances
- The namedDomainObjectSet() method to create NamedDomainObjectSet<T> instances
- The namedDomainObjectList() method to create NamedDomainObjectList<T> instances

Improvements for Gradle tooling providers:
- Tooling API: TestLauncher can run specific Test task tests
- The TestLauncher interface in the Tooling API could already launch tests by specifying the name of the test classes or methods; however, if there are multiple Test tasks, then all Test tasks would be executed.
- For IDEs, developers usually want to execute only one task at a time. Gradle 6.1 introduces a new API to execute tests with specific Test task using the withTaskAndTestClasses() and withTaskAndTestMethods() methods.

Audials One 2020.2.9.0 查看版本資訊

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

Audials Radio 2020.2.9.0 查看版本資訊

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

DS4Windows 2.0.4 (64-bit) 查看版本資訊

更新時間:2020-01-10
更新細節:

What's new in this version:

- Changed macro recorder to handle special case of capturing Alt keys
- Fixed values used for controller button presses in macro recorder
- Changed to now force some tabs to not be accessible while Profile Editor is open
- Improved Japanese translation. Change provided by jeek-midford
- Added "Revert to default profile on unknown process" option to auto-profile screen
- Added user configurable (profile) max time for rumble watchdog timer. Defaults to a disabled timer (0 value). Should help with games that hold a rumble effect for a long period of time with no update (GTA 5?)
- Added Italian translation. Provided by RaydenX93
- Fixed invalid cast bug for Shift Action key binding in Binding window. Crash happened when updating window with current binding
- Added SuppressUnmanagedCodeSecurity to some classes that deal with COM interopt calls
- Fixed default button mapping display for TouchUpper and TouchMulti touchpad buttons
- Corrected trigger slider labels in Controller Readings tab
- Fixed auto-profile "Turn DS4Win temporarily off" functionality

pdfFactory 7.11 查看版本資訊

更新時間:2020-01-03
更新細節:

What's new in this version:

- Added a clickable Password Reveal button to show plain text passwords in the Jobs list and Security dialog
- The Security dialog no longer requires passwords to be entered twice
- Fixed a bug that caused the PDF conversion status to be stuck at 0% when creating a complex PDF file
- Documents with very large custom paper sizes now display correctly
- Fixed a bug that caused the currently selected note to scroll offscreen when the page display was zoomed in (Pro only)

DS4Windows 2.0.3 (64-bit) 查看版本資訊

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

What's new in this version:

- Added hooks for Swipe Control buttons
- Added fix for Load Profile Special Action save crash
- Bundled HidGuardHelper version 0.1.2. Added process check for stale whitelist key removal

DS4Windows 2.0.2 (64-bit) 查看版本資訊

更新時間:2019-12-31
更新細節:

What's new in this version:

- Fixed Gyro Mouse Trigger display string
- Added locking on a collection to clear up potential thread safety issues
- Added workaround to inverted YAW gyro axis issue in some DS4 v1 gamepads. Made by mika-n
- Updated ViGEmBus installer URL
- Show minor message if ViGEm installer download fails
- Added minor check if timer needs to be run in Welcome Dialog
- Updated tray menu
- Make sure RecordBox can have focus. Allow extra keys to be usable while recording a macro
- Added Portuguese translation. Made by Leomelati
- Added Spanish translation. Made by RY0M43CH1Z3N
- Moved some overlay buttons in Profile editor

DS4Windows 2.0.1 (64-bit) 查看版本資訊

更新時間:2019-12-28
更新細節:

What's new in this version:

- Changed scroll property of ScrollViewer controlling Axis Config tab. Changes scrollbar speed
- Added extra locking in TrayIconViewModel
- Make sure "Hide DS4 Controller" checkbox is temporarily disabled after click
- Fixed sensitivity ranges in Profile Editor
- Fixed restoring of chosen tray icon image
- Added catch block for ManagementException when connecting to WMI
- Force prevent multiple profile editors from being created
- Fixed ViGEm installer download in Welcome Dialog
- Changed ViGEm installer download routine to download to a temp file before moving to the final destination
- Russian translation files added
- Added more tray menu actions back (Start, Stop, Open Program Folder)

DS4Windows 2.0.0 (64-bit) 查看版本資訊

更新時間:2019-12-26
更新細節:

What's new in this version:

- Re-wrote GUI classes to use Windows Presentation Foundation (WPF) instead of Windows Forms
- More utilization of data binding in application. More use of custom events for ControlService
- Added application file logger
- Refactored macro editor
- Changed Run as Task routine. Old routine will be replaced, if it exists, upon the first run of version 2.0.0
- New translation system is in place. Currently, only English and Japanese language packs are available. Looking for volunteers to provide updated translations for other language packs
- Re-written auto profile routine
- Snappier program and mapper routine
- Many other changes

DS4Windows 1.7.28 (64-bit) 查看版本資訊

更新時間:2019-12-19
更新細節:

What's new in this version:

- Fixed copying of new updater version from Updates Files directory