Download Page: https://www.xyplorer.com/download.php
Code: Select all
v26.90.0200 - 2025-02-26 18:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v26.90.0200 - 2025-02-26 18:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v26.90.0108 - 2025-02-26 12:04
! Configuration | Preview | Thumbnails | Show dimensions of original: Since probably
20220806 (!) it was not shown for image types whose dimensions are retrieved using
shell property extensions (e.g. RAW images). Fixed.
Unfortunately, the cause of the problem is stored with the thumbnail cache, so you
will need to update the cache to enjoy the fix.
! ThumbsOverlayContent: Also affected by the above bug and now fixed.
FYI, you can set the ThumbsOverlayContent using SC conf, for example:
conf("ThumbsOverlayContent", '<prop #image.dimensions><crlf<prop #image.datetaken "© ">');
Code: Select all
v26.90.0107 - 2025-02-25 18:56
+ Paper Folders | Zombies: The item type is now shown in the Type column, also for zombies.
* Paper Folders: Removed the "Remove Invalid Entries?" prompt, it's more annoying than
helpful, especially when toggling "Allow Zombies".
! Paper Folders: Fixed numerous little glitches with the handling of zombies (which in
this context means everything that's not a regular file or folder) in the file list,
in the Info Panel (Properties and Meta tab), and in the Preview Pane.
! Hover Box on Paper Folders: Did not show all zombies if zombies are allowed.
* Updated the Paper Folder section in the help file.
Code: Select all
v26.90.0106 - 2025-02-23 12:14
! Scripting | Dereferencing: Disallowed dereferencing in interpolation was ignored
(i.e., it actually happened) if a variable was enclosed in double quotes without any
other characters. Fixed.
Example:
$v = 'vampire'; $vd = '$v';
aid 0; // dereferencing not allowed in interpolation (default anyway)
text " *$vd"; // " *$v"
text "*$vd "; // "*$v "
text "*$vd"; // "*$v" (incorrectly returned "vampire" before)
Code: Select all
v26.90.0105 - 2025-02-22 18:00
+ FLAC Preview: If the Preview Pane (Ctrl+F11) is visible, any available album art will
now be displayed in the Preview Pane while the FLAC is playing.
Code: Select all
v26.90.0104 - 2025-02-22 12:22
+ MP3 Preview: If the Preview Pane (Ctrl+F11) is visible, any available album art will
now be displayed in the Preview Pane while the MP3 is playing.
! Drag and Drop from outside: Did not handle FileContents dropped as ISTREAM correctly
in all contexts. Fixed.
Code: Select all
v26.90.0102 - 2025-02-21 11:48
% Toolbar: Reduced the amount of tooltips that pop up on hover. For example, if you
press and release a button, you will no longer see an immediate tooltip for that
button.
* SC rename: Now the setting of "Configuration | General | Sort and Rename | Rename |
Preview all Rename Special operations" is ignored. Whether there is a preview or not
is controlled solely by the "preview" argument. Borderline bug fix.
! Edit | Paste Special | Paste Text Into New File: Pasting Greek in a Windows with
Greek locale incorrectly created an ANSI file with wrong characters instead of a
Unicode file. Fixed.
Code: Select all
v26.90.0100 - 2025-02-19 18:00
= MAINTENANCE RELEASE.
+++ Minor bug fixes and enhancements.
Code: Select all
v26.90.0004 - 2025-02-19 12:12
+ Configuration | Find and Filter | Filters & Type Ahead Find | Visual Filters |
Toggle on same filter: Appended Live Filters (experimental still!) now obey this as
well. For example, doing this repeatedly through the address bar toggles the live
filter:
E:\Test\|L>txt
! Configuration | Find and Filter | Filters & Type Ahead Find | Visual Filters |
Toggle on same filter: Appended Visual Filters did not obey anymore (unclear since
when; or did it ever work?). Fixed. For example, doing this repeatedly through the
address bar toggles the visual filter:
E:\Test\|txt
* Configuration | General | Menus, Mouse, Usability | Mouse | Full name column select:
The change from v26.80.0504 - 2025-02-12 18:52 is now bound to a tweak:
ListFullNameSelectLeftClick=1
Set it to 1 to have "Full name column select" only on left click.
Code: Select all
v26.90.0003 - 2025-02-18 18:47
+ Live Filters: Experimentally, you can now append a Live Filter directly to a
location string, e.g. in the address bar. The syntax is analogous to appending
Visual Filters (which has worked for many years), but the separator is not just |
but |L>. For example:
C:\Windows|L>log
%USERNAME%|L>log
|L>txt
This gives you the ability to pack your Live Filters directly into your favorite
folders and many other places, including scripting (alternative to SC filter):
goto "|L>log"; //live filter this list by "log"
goto "|L>"; //remove any live filter
Code: Select all
v26.90.0002 - 2025-02-17 16:48
! Environment Variables: Variable %rapidaccess% remained empty when the the command
line contained any environment variables.
> FYI, you can use %rapidaccess% itself in the command line, but the return will be
a hard English "Rapid Access" (no Multilingual Support), because language is not yet
initialized at this point. So you can just as well use "Rapid Access" right away.
Code: Select all
v26.90.0001 - 2025-02-17 11:14
! Rapid Access: In Maxi Tree you could not browse the contents of Rapid Access (e.g.
using the Rapid Access toolbar button) in the list when the Rapid Access folder was
hidden via "Configuration | General | Tree and List | Items in Tree and List |
Select Items...". Fixed.
! SC raf: Since 20250210, it could not correctly set RAFs with display names and
variables anymore, e.g.:
raf('PICK>vi:<pick>', s);
Fixed.
Code: Select all
v26.90.0000 - 2025-02-16 18:00
= NEW OFFICIAL RELEASE. Main developments since last release:
+++ Friendly Search. Now Quick Search is also a friendly search. New toolbar buttons in
the Quick Search dialog give you easy access to basic search parameters (match case,
whole word, include subfolders).
+++ Many Other Improvements. See change log.
Code: Select all
v26.80.0507 - 2025-02-15 18:44
! Configuration | General | Safety Belts, Network | Network | Assume that mapped
network drives are available: If enabled AND you had network drives mapped to A: or
B: (i.e. alphabetically before the first non-mapped drive, usually C:), then the
tree did not show any icons. Fixed.
Code: Select all
v26.80.0506 - 2025-02-14 16:57
+ Toolbar | Go to Previous Location: New, less depressing icon.