Change Log for the latest
XYplorer BETA version:
Code: Select all
v23.70.0207 - 2022-11-05 10:47
! Floating Preview: Some inconsistencies with "Zoom to Fit" enabled. Fixed.
! Image and Video Preview: Undid that change from v23.70.0206. It brought new
problems.
Since these problems differ with each Windows version and configuration (installed
preview handlers) each user has to find the setting that suits him best. These are
the 3 options, available as one-line scripts that can be run through the XYplorer
address bar:
tweak("PreviewEarlyFactory", 0); //early factory for pdf, ttf, webp, for videos,
//and for shell folder thumbnails (= XY Factory Default)
tweak("PreviewEarlyFactory", 1); //early factory for all file types
tweak("PreviewEarlyFactory", 2); //early factory for no file types
To find out the current setting do this and look at the status bar:
tweak("PreviewEarlyFactory");
FYI, "factory" refers to the IShellItemImageFactory interface (from Vista onwards).
"Early factory" means: try the factory first, then fall back to other methods.

To easily
upgrade to this BETA version from XYplorer, hold down the
CTRL key while you click
Help | Online Support | Check for Updates. If you prefer to
download the BETA version, choose one of these packages:
(1)
Installer Package, (2)
No-Install Package (for manual unpacking).
Note that BETA versions are work in progress and might contain fresh bugs. You have been warned. It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...) before running a new BETA version. This will also help in fixing any fresh bugs.