CCleaner 歷史版本列表
CCleaner 是 Windows PC 的免費軟件系統優化,隱私和清潔工具。它從您的系統中刪除未使用的文件,允許 Windows 運行更快,釋放寶貴的硬盤空間。它也清除你的網上活動的痕跡,如你的互聯網歷史。另外它包含一個全功能的註冊表清潔。 CCleaner,清理臨時文件,優化& 使用世界領先的 PC 清潔器加速您的計算機。您可以從我們的網站點擊免費下載按鈕下載 CCleaner PC... CCleaner 軟體介紹更新時間:2021-03-19
更新細節:
What's new in this version:
- Workaround for bug in the macOS 11.2 updater that could be triggered by certain VPN connections resulting in a stalled update
更新時間:2021-03-11
更新細節:
What's new in this version:
Features:
- Added support for the des-ede3 cipher in node crypto
Fixed:
- Child windows with specified background colors or transparency now work as intended
- Fixed an issue where BrowserViews could have mismatched draggable regions to their bounds
- Fixed an issue where win.capturePage() never called back after calling hide() for a hidden window on some platforms
- Fixed using navigator.setAppBadge and navigator.clearAppBadge from a service worker in Electron
- Fixed warning when worldSafeExecuteJavaScript is disabled
Other Changes:
Updated Chromium to 89.0.4389.82
[a11y] Fixes broken word navigation for certain alphanumeric characters
更新時間:2021-03-08
更新細節:
What's new in this version:
Improvements:
- Changes to mock servers are now available in the activity feed of workspaces. You can also filter the activity feed to find updates regarding mock servers.
- You can now use pre-configured snippets for writing your pre-request scripts and test scripts for collections and folders
- You can now use keyboard shortcuts in the API creation view
- Unsaved documentation edits are now temporarily retained while switching tabs. You can return to these unsaved changes by switching back to edit documentation view again.
- You can now search for the collection you are looking for while creating a new mock server
Fixed:
- Fixed an issue which caused outdated profile information to be shown in the accounts dropdown
- Fixed an issue that flashed a light background when loading Scratch pad
- Fixed an issue which caused collections to not open from collection validation screen
- Fixed an issue which caused path variables to be not shown in the documentation view
- Fixed an issue which caused erroneously auth information to be shown in documentation
- Fixed an issue which caused editor auto-complete hints to stay visible on screen while switching tabs
- Fixed an issue which caused few font characters to be displayed incorrectly
- Fixed an issue which caused "View Updated Collection" button to not work correctly
- Fixed an issue which caused "Manage Roles" option to be not available from the context menu of Environments tab
更新時間:2021-03-04
更新細節:
更新時間:2021-03-02
更新細節:
What's new in this version:
Features:
- Changed the default value of contextIsolation to true
Fixed:
- Fixed a potential crash when resetting BrowserViews
- Fixed background color not being applied for child windows created by native window.open path (Also in 10, 11)
- Fixed issue where window.open() would not return an object with a location.href setter when contextIsolation is enabled and nativeWindowOpen is disabled
- Fixed navigator.bluetooth.requestDevice (Also in 11)
- Fixed race condition in electron.net implementation
Other Changes:
- Reverted WebFrameMain.executeJavaScriptInIsolatedWorld()
- Updated Chromium to 89.0.4389.69
更新時間:2021-02-26
更新細節:
What's new in this version:
- Perform database integrity check after startup error
- Check Database Integrity can now recover from additional database problems
- Fixed duplicate collections in exports (fixed previously for Zotero RDF via translator update)
- Fixed Cut/Copy/Paste context menu not appearing in Create Parent Item dialog
- Fixed New Collection button not working when My Publications is selected
- Use multi-line text box for all title fields (e.g., Case Name)
- [Mac] Fixed “Run Time Error: ‘5’” in Word on some computers
- Miscellaneous bibliographic output and word processor integration fixes
- Updated citeproc-js to version 1.4.61
- Create log file in data directory during database upgrades for better debugging
- Improved handling of future data updates during sync
更新時間:2021-02-25
更新細節:
What's new in this version:
- Fix auth-token not being updated if auth-nocache is set
- Remove auth_user_pass.wait_for_push variable
- Fix port-share option with TLS-Crypt v2
- Zero initialise msghdr prior to calling sendmesg
- Fix tls-auth mismatch OCC message when tls-cryptv2 is used.
- build: Fix missing install of man page in certain environments
- Fix too early argv freeing when registering DNS
- Remove 1 second delay before running netsh
- Skip DHCP renew with Wintun adapter
- Change travis build scripts to use https when fetching prerequisites.
- Fix line number reporting on config file errors after <inline> segments
- Clarify --block-ipv6 intent and direction.
- Document common uses of 'echo' directive, re-enable logging for 'echo'.
- Make OPENVPN_PLUGIN_ENABLE_PF failures FATAL
- clean up / rewrite sample-plugins/defer/simple.c
- Preparing release 2.5.1
- Fix naming error in sample-plugins/defer/simple.c
- Documentation fixes around openvpn_plugin_func_v3 in openvpn-plugin.h.in
- Update openvpn_plugin_func_v2 to _v3 in sample-plugins/defer/simple.c
- More explicit versioning compatibility in sample-plugins/defer/simple.c
- Explain structver usage in sample defer plugin.
- Man page sections corrections
- Quote the domain name argument passed to the wmic command
- tls-crypt-v2: fix server memory leak
- tls-crypt-v2: also preload tls-crypt-v2 keys (if --persist-key)
更新時間:2021-02-20
更新細節:
What's new in this version:
Features:
- Added allowFileAccess option to loadExtension() API (Also in 12)
- Added win.setTopBrowserView() so that BrowserViews can be raised (Also in 10, 12)
Fixed:
- OS-level shortcuts on macOS (e.g. Ctrl + F2, ⌘ + ~) (Also in 12)
- SVG content with filter sometimes not being rendered
- a crash when calling crypto.createDiffieHellman() with certain parameters (Also in 12)
- a memory leak when creating BrowserWindows (Also in 12)
- an erroneous enableBlinkFeatures warning shown webviews which enabled no Blink features (Also in 10, 12)
- an issue where deleted download directories would be sometimes recreated by the operating system (Also in 10, 12)
- an occasional white flicker present when rendering BrowserViews in close succession (Also in 10, 12)
- crash when destroying WebContents in the crashed event (Also in 10, 12)
- memory leak when sending non-primitives over the context bridge (Also in 10, 12)
- native window freeze on Windows when Electron app is sent to tray and external display changes (Also in 12)
- svg with filter content not being rendered
Other Changes:
- Fixed crash when loading wasm modules in child node process with mac arm64 > 11.2 (Also in 12)
- Fixed slow child process spawning on macOS Big Sur (Also in 10, 12)
- Reverted posix_spawn change in libuv that affected child process spawning on macOS Big Sur. #27809 (Also in 10, 12)
- Security: backported fix for chromium:1162942
更新時間:2021-02-19
更新細節:
What's new in this version:
FonePaw Android Data Recovery 3.9.0
- Change log not available for this version
FonePaw Android Data Recovery 3.8.0
- Change log not available for this version
FonePaw Android Data Recovery 3.7.0
- Change log not available for this version
FonePaw Android Data Recovery 3.6.0
- Change log not available for this version
FonePaw Android Data Recovery 3.5.0
- Change log not available for this version
FonePaw Android Data Recovery 3.3.0
- Change log not available for this version
FonePaw Android Data Recovery 3.2.0
- Change log not available for this version
FonePaw Android Data Recovery 3.1.0
- Change log not available for this version
FonePaw Android Data Recovery 3.0.0
- Change log not available for this version
FonePaw Android Data Recovery 2.9.0
- Change log not available for this version
FonePaw Android Data Recovery 2.8.0
- Change log not available for this version
FonePaw Android Data Recovery 2.6.0
- Change log not available for this version
更新時間:2021-02-19
更新細節:
What's new in this version:
New features:
- Cross-platform Look & Feel with dark mode
- Auto-detection of dark mode and automatic switching between light and dark mode
- Added a "Dark mode switcher" form component that can also be used in styles
- Support for IntelliJ UI themes
- Added support for custom look & feels with look and feel handlers in custom code
- Added Amazon Corretto and Azul Zulu JDK providers
- Universal binaries architecture selection in the "Installation options" step of the macOS media wizards. Launchers then work with both x64 and aarch64 (Apple Silicon) architectures.
- Universal JRE bundle generation on macOS. If the Universal binaries architecture is selected, the generated JRE bundle will include universal binaries for both x64 and aarch64 if the selected JDK release contains those architectures.
- JRE bundling is now the default for new projects. The default JDK is set to the latest AdoptOpenJDK release in the LTS series at the time of the install4j release.
- The Java project version is now primarily taken from the selected JDK. Minimum and maximum versions can be overridden in the "Search sequence" step.
- Added support for using the latest JDK release in a selected major release with the syntax 11/latest or by selecting the major release folder node in the JDK release dialog
- Added a "Show all modules" button on the JRE bundles step to inspect all modules provided by the selected JDK. The "Show included modules" buttons continues to show only those modules that will be included in the JRE bundle.
- Use the selected JDK for the script editor and script compilation with automatic configuration of the Javadoc URL
- Introduced sharing IDs for shared JREs to limit the scope of sharing. In this context the installation directories for shared JREs have changed.
- Show a warning count at the end of the build with a hint on how to disable selected warnings
- In verbose mode, show warning suppression hints after each warning with hyperlinks to add the corresponding compiler variables
- Added a --fail-on-warning command line option for the compiler as well as corresponding properties for Gradle, Maven, and Ant tasks
- Script compilation warnings are now printed during the build
- Added a Maven plugin with the same functionality as the Gradle plugin
- The "hello" sample project now has a Maven POM that shows how to work with the Maven plugin
- Configurable setup application for macOS single bundle archives
- Configurable post-installation and pre-uninstallation applications for Linux RPM and DEB archives
- Request privileges" action: Added support for Linux
- Search for IDs, names, property values and comments in the Screens & Actions view, form component dialogs and styles
- The file mode of additional top-level files in DMGs on the "Installer options->DMG files and options" step in the macOS media wizards can now be overridden
- Added an "Extracted archive" entry type for additional top-level files in DMGs on the "Installer options->DMG files and options" step in the macOS media wizards
- Gradle plugin: Added a CreateBundle task to pre-create JRE bundles from installed JREs
- Separate JDK providers for AdoptOpenJDK with HotSpot and OpenJ9
- MacOS code signing: Added a field for directories that should be excluded for macOS code signing, such as pre-signed application bundles
- Added an option to preserve internal symlinks for non-Windows media files on the Files->File Options step
- Request privileges" action: Implemented encrypted communication between the installer application and its elevated helper process
- Install a service action": Added the "Restart after milliseconds", "Maximum number of restarts" and "Reset failure count after seconds" properties to control the restart behaviour of execution failures. These are child properties of the "Restart on Failure" property
- Optional display of alerts in unattended mode with progress dialog. This new mode can be activated with the "Show alerts" property for installer applications or the -alerts command line parameter.
- The Unix default directory mode is now used for manual directory entries in the distribution tree and can be overridden when editing a manual directory entry
- Custom installer applications: Added a "Create executable" property to prevent the creation of executables. In this case, the custom installer application can only be launched through the ApplicationLauncher API and launcher integrations.
- Write timestamps to the build log after build has finished and to the installation log before the installer exits.
- Installation type" screen: Descriptions of installation type descriptions can now be shown in console mode
- When a file that is already present in the distribution tree is overwritten by another entry, a warning is printed at build time
- Using ~ for the home directory is now supported for launcher redirection files
- Install4j config files, JRE caches and pre-created JRE bundles are now stored in platform specific directories
- The custom base directory for installer media files now supports installer variables, making it easier to install into locations like ${installer:sys.localAppdataDir}.
- Check project errors when saving, offering an option to save anyway
- JDBC actions: Added a "Log warnings" property
- Register Add/Remove item": Show installation size in "Apps & Features"
API changes:
- The callback in ApplicationLauncher.launchApplication/launchApplicationInProcess can now override Callback#createProgressListener to receive all progress information
- Added com.install4j.api.UiUtil to help with the look and feel, for example to find out if the desktop or the installer application is in dark mode
- Added com.install4j.api.laf.LookAndFeelEnhancer to help with custom UI creation. The singleton instance is available from UiUtil.getLookAndFeelEnhancer().
- Added com.install4j.api.laf.LookAndFeelHandler to integrate custom look and feels
- Added com.install4j.api.windows.SpecialFolder#LOCAL_APPDATA_LOW/PROGRAM_FILES/PROGRAM_FILES_COMMON
- Added com.install4j.api.Util#isArchive to check whether the installation is an archive media file
- Added FormComponentBeanInfo#setHideVisibilityScript to hide the visibility script configuration for form components that manage their own visibility
- Added com.install4j.api.contextProgressInterface#isUnattendedProgressDialog and ProgressInterface#isAlertsShown to detect the unattended mode with progress dialog and whether alerts are shown or not in that mode
- Com.install4j.api.windows.WinRegistry could not read or write QWORD values
Fixed:
- Install files" action: Removed "Update bundled JRE" property. Deselecting this property had the potential to create problems during updates, especially if the minimum Java version number changed
- HTTP request" action: The installer variables configured with the "Variable name for response code" and "Variable name for response headers" properties were not set if the HTTP request failed.
- Execute launcher" action: The launcher was always executed without elevation, even if the "Action elevation type" was set to elevate privileges.
- Ant task: disableNotarization attribute did not work
- The --add-modules option of the createbundle application did not support comma-separated lists of modules as claimed by the documentation
- New frames were not opened on the same monitor as the last active frame
- Installer applications now set the system property jdk.lang.Process.allowAmbiguousCommands=false to avoid cmd.exe injections. In unattended mode as well as in console mode, installers already behaved this way in previous versions.
- Pressing Ctrl+C did not work correctly when questions were asked while running an action
- Fail if the timestamp server returns an HTTP error code
- Unix launchers could fail when they were started repeatedly in quick succession