Code: Select all
v12.40.0103 - 2013-05-12 20:10
+ New variable: <xythumbs> = XYplorer thumbnails cache path
(unslashed).
! Find Files: Searching for numeric properties using comparison
operators yielded potentially wrong results because the comparison
was done textually instead of numerically. Fixed. Now something
like this works as expected:
prop:imagex: > 3000 (find all images wider 3000 pixels)
FYI: If for whatever weird reason you want to force textual
comparison simply quote the value. This example would return
images with widths of e.g. "4", "31", and "301", but not of
"2000":
prop:imagex: > "300"
* Floating Preview: Modified the hand cursor (used for dragging non-
fitting images around) so that you can move it completely off
screen at the right monitor margin.
* The following tweaks now can be set " " (one quoted space) to
suppress any prefix:
CreateSymlinkPrefix=" "
CreateJunctionPrefix=" "
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.
XYplorer Beta Club