Code: Select all
v17.40.0207 - 2017-01-14 16:10
+ SC toolbar enhanced: Now it supports the "extra large" button size.
Syntax: toolbar([buttons], [size])
size: [optional]
0 = small
1 = large
2 = extra large
Examples:
toolbar(, 0); // switch to small buttons
toolbar(, 1); // switch to large buttons
toolbar(, 2); // switch to extra large buttons
! Find Files: Searching on multiple drives referred to by volume labels did
not work correctly anymore since 20161024 (the first drive in the list was
wrongly parsed). Fixed.
! Audio Preview: Overflow error was possible with certain media. Fixed.
! Tags: There was a double-drawback of the "Use Volume Serials" storage method.
1) If the drive is not found on XY startup, the serial cannot be resolved
to a drive letter.
Problems start to surface when you plug in a drive while XY is
running. Tagged items on this drive would not be shown as tagged since
the in-memory tags still carry the unresolved serial.
2) If the drive is not found on XY exit, the drive letter cannot be
resolved to a serial.
Problems start to surface when you plug in a drive and it assigned a
new drive letter by the system. Tagged items on this drive would not
be shown since the in-memory tags still carry the old drive letter.
Well, both issues have been fixed: In the event of a drive being added or
removed the in-memory tags are updated on the fly accordingly.
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